aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-10-131-7/+7
* btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis2013-05-241-5/+5
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* Btrfs: limit the global reserve to 512mbJosef Bacik2013-04-051-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-141-0/+1
* Btrfs: call the ordered free operation without any locks heldChris Mason2012-08-091-1/+8
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-011-2/+3
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-011-2/+2
* Btrfs: run delayed directory updates during log replayChris Mason2012-07-161-0/+6
* btrfs: btrfs_root_readonly() broken on big-endianAl Viro2012-04-271-1/+1
* btrfs: fix d_off in the first direntHidetoshi Seto2011-10-031-2/+3
* Btrfs: fix an oops of log replayliubo2011-08-291-4/+24
* Btrfs: detect wether a device supports discardJosef Bacik2011-08-293-2/+29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-084-6/+20
|\
| * btrfs: fix oops when doing space balanceMiao Xie2011-07-061-5/+7
| * Btrfs: don't panic if we get an error while balancing V2Josef Bacik2011-07-061-1/+2
| * btrfs: add missing options displayed in mount outputDavid Sterba2011-07-062-0/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-275-31/+100
|\ \ | |/
| * btrfs: fix inconsonant inode informationMiao Xie2011-06-273-26/+91
| * Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik2011-06-251-3/+6
| * Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-251-2/+2
| * Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
* | Remove unneeded version.h includes from fs/Jesper Juhl2011-06-241-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-2011-189/+174
|\ \ | |/
| * Btrfs: avoid delayed metadata items during commitsChris Mason2011-06-173-10/+28
| * btrfs: fix uninitialized return valueDavid Sterba2011-06-171-3/+3
| * btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2011-06-172-6/+20
| * btrfs: Remove unused sysfs codeMaarten Lankhorst2011-06-173-148/+0
| * btrfs: fix dereference of ERR_PTR valueDavid Sterba2011-06-171-1/+1
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason2011-06-173-3/+14
| |\
| | * Btrfs: set no_trans_join after trying to expand the transactionJosef Bacik2011-06-151-3/+11
| | * Btrfs: protect the pending_snapshots list with trans_lockJosef Bacik2011-06-151-0/+2
| | * Btrfs: fix path leakage on subvol deletionJosef Bacik2011-06-151-0/+1
| * | Btrfs: fix relocation racesChris Mason2011-06-174-13/+105
| * | Btrfs: drop the delalloc_bytes check in shrink_delallocChris Mason2011-06-131-4/+0
| * | Btrfs: check the return value from set_anon_superChris Mason2011-06-131-1/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-1210-113/+233
|\ \ | |/
| * Btrfs: use join_transaction in btrfs_evict_inode()Li Zefan2011-06-111-1/+1
| * Btrfs - use %pU to print fsidIlya Dryomov2011-06-101-6/+2
| * Btrfs: fix extent state leak on failed nodatasum readsJan Schmidt2011-06-101-1/+1
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason2011-06-102-32/+39
| |\
| | * btrfs: remove unneeded includes from scrub.cArne Jansen2011-06-101-6/+0
| | * btrfs: reinitialize scrub workersArne Jansen2011-06-102-3/+5
| | * btrfs: scrub: errors in tree enumerationArne Jansen2011-06-101-23/+34
| | * Btrfs: don't map extent buffer if path->skip_locking is setJosef Bacik2011-06-101-3/+7
| * | btrfs: fix unlocked access of delalloc_inodesDavid Sterba2011-06-101-2/+1
| * | Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()Li Zefan2011-06-101-9/+14
| * | btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...richard kennedy2011-06-101-1/+1
| * | Btrfs: clear current->journal_info on async transaction commitSage Weil2011-06-101-1/+4