summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+3
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva1-63/+49
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva1-3/+0
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06Btrfs: test free space only for unclustered allocationAlexandre Oliva1-11/+23
2012-01-06Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason1-1/+5
2012-01-06Btrfs: lower the bar for chunk allocationChris Mason1-18/+3
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason2-12/+11
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt1-1/+1
2012-01-05Btrfs: new backref walking codeJan Schmidt3-262/+107
2012-01-04Btrfs: added btrfs_find_all_roots()Jan Schmidt2-0/+788
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt4-1/+74
2012-01-04Btrfs: put back delayed refs that are too newArne Jansen2-23/+47
2012-01-04Btrfs: add sequence numbers to delayed refsArne Jansen3-0/+108
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen3-2/+54
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-6/+6
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro1-1/+0
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-5/+5
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2-7/+3
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+7
2011-12-23Merge branch 'integration' into for-linusChris Mason2-5/+7
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro1-4/+5
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason1-1/+2
2011-12-22Btrfs: always save ref_root in delayed refsArne Jansen2-18/+12
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen12-114/+155
2011-12-22Btrfs: added helper btrfs_next_item()Jan Schmidt1-0/+7
2011-12-22Btrfs: generic data structure to build unique listsArne Jansen3-1/+289
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki15-219/+431
2011-12-21Btrfs: integrate integrity check module into btrfsStefan Behrens6-11/+79
2011-12-21Btrfs: Makefile changes to optionally include btrfs integrity checkStefan Behrens1-0/+1
2011-12-21Btrfs: add config option to enable btrfs integrity checkStefan Behrens1-0/+19
2011-12-21Btrfs: add optional integrity check codeStefan Behrens2-0/+3104
2011-12-18btrfs: fix dirtied pages accounting on sub-page writesWu Fengguang1-1/+2
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds13-140/+311
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang1-0/+2
2011-12-15Btrfs: unplug every once and a whileChris Mason1-0/+6
2011-12-15Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo...Chris Mason11-117/+211
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason1-2/+2
2011-12-15Btrfs: only set cache_generation if we setup the block groupJosef Bacik1-1/+1
2011-12-15Btrfs: don't panic if orphan item already existsJosef Bacik1-1/+1
2011-12-15Btrfs: fix leaked space in truncateJosef Bacik1-2/+3
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik4-13/+44
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik4-22/+80