aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-2339-3727/+6404
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-233-0/+1789
|\
| * btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-131-1/+2
| * Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-10-131-7/+60
| * Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-08-121-0/+14
| * Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-08-121-4/+11
| * Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-08-121-1/+1
| * Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-08-071-0/+5
| * btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-08-071-13/+37
| * Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-08-071-3/+2
| * Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2015-02-202-10/+6
| * Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana2014-09-131-1/+1
| * Btrfs: fix double free in find_lock_delalloc_rangeChris Mason2014-07-111-0/+1
| * Btrfs: fix inode caching vs tree logMiao Xie2014-05-181-16/+2
| * Btrfs: Don't allocate inode that is already in useStefan Behrens2014-05-181-1/+1
| * Btrfs: fix deadlock with nested trans handlesJosef Bacik2014-04-301-10/+4
| * Btrfs: skip submitting barrier for missing deviceHidetoshi Seto2014-04-301-0/+4
| * Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason2014-04-021-9/+9
| * btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-04-021-5/+10
| * Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-04-021-1/+1
| * Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-021-0/+11
| * Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-021-0/+2
| * btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis2013-05-301-5/+5
| * Btrfs: fix race between mmap writes and compressionChris Mason2013-04-253-0/+49
| * Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
| * Btrfs: limit the global reserve to 512mbJosef Bacik2013-04-101-1/+1
| * btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen2013-03-201-0/+6
| * btrfs: Init io_lock after cloning btrfs device structThomas Gleixner2013-03-201-0/+1
| * Btrfs: call the ordered free operation without any locks heldChris Mason2012-08-021-1/+8
| * mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-021-2/+3
| * mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-021-2/+2
| * Btrfs: run delayed directory updates during log replayChris Mason2012-07-121-0/+6
| * btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-05-111-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-12-232-5/+7
| |\
| | * Btrfs: call d_instantiate after all ops are setupAl Viro2011-12-231-4/+5
| | * Btrfs: fix worker lock misuse in find_workerChris Mason2011-12-231-1/+2
| | |
| | \
| *-. \ Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-1613-140/+311
| |\ \ \ | | | |/ | | |/|
| | | * btrfs: lower the dirty balance poll intervalWu Fengguang2011-12-161-0/+2
| | |/ | |/|
| | * Btrfs: unplug every once and a whileChris Mason2011-12-151-0/+6
| | * Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason2011-12-1511-117/+211
| | |\
| | | * Btrfs: only set cache_generation if we setup the block groupJosef Bacik2011-12-151-1/+1
| | | * Btrfs: don't panic if orphan item already existsJosef Bacik2011-12-151-1/+1
| | | * Btrfs: fix leaked space in truncateJosef Bacik2011-12-151-2/+3
| | | * Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik2011-12-154-13/+44
| | | * Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik2011-12-154-22/+80
| | | * Btrfs: fix num_workers_starting bug and other bugs in async threadJosef Bacik2011-12-154-78/+83
| | * | Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason2011-12-151-2/+2
| | * | BTRFS: Establish i_ops before calling d_instantiateCasey Schaufler2011-12-151-5/+26
| | * | Btrfs: add a cond_resched() into the worker loopChris Mason2011-12-151-1/+1
| | * | Btrfs: fix ctime update of on-disk inodeLi Zefan2011-12-151-2/+2