aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner
2012-01-08btrfs: take allocation of ->tree_root into open_ctree()Al Viro
2012-01-08btrfs: let ->s_fs_info point to fs_info, not root...Al Viro
2012-01-08btrfs: consolidate failure exits in btrfs_mount() a bitAl Viro
2012-01-08btrfs: make free_fs_info() call ->kill_sb() unconditionalAl Viro
2012-01-08btrfs: merge free_fs_info() calls on fill_super failuresAl Viro
2012-01-08btrfs: kill pointless reassignment of ->s_fs_info in btrfs_fill_super()Al Viro
2012-01-08btrfs: make open_ctree() return intAl Viro
2012-01-08btrfs: sanitizing ->fs_info, part 5Al Viro
2012-01-08btrfs: sanitizing ->fs_info, part 4Al Viro
2012-01-08btrfs: sanitizing ->fs_info, part 3Al Viro
2012-01-08btrfs: sanitizing ->fs_info, part 2Al Viro
2012-01-08btrfs: sanitizing ->fs_info, part 1Al Viro
2012-01-08btrfs: fix a deadlock in btrfs_scan_one_device()Al Viro
2012-01-08btrfs: fix mount/umount raceAl Viro
2012-01-08btrfs: get ->kill_sb() of its ownAl Viro
2012-01-08btrfs: preparation to fixing mount/umount raceAl Viro
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06Btrfs: test free space only for unclustered allocationAlexandre Oliva
2012-01-06Btrfs: use bigger metadata chunks on bigger filesystemsChris Mason
2012-01-06Btrfs: lower the bar for chunk allocationChris Mason
2012-01-06Btrfs: run chunk allocations while we do delayed refsChris Mason
2012-01-05Btrfs: make sure we're not using obsolete code in btrfs_get_extentJan Schmidt
2012-01-05Btrfs: new backref walking codeJan Schmidt
2012-01-04Btrfs: added btrfs_find_all_roots()Jan Schmidt
2012-01-04Btrfs: add waitqueue instead of doing busy waiting for more delayed refsJan Schmidt
2012-01-04Btrfs: put back delayed refs that are too newArne Jansen
2012-01-04Btrfs: add sequence numbers to delayed refsArne Jansen
2012-01-04Btrfs: add nested locking mode for pathsArne Jansen
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki
2011-12-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-12-23Merge branch 'integration' into for-linusChris Mason
2011-12-23Btrfs: call d_instantiate after all ops are setupAl Viro
2011-12-23Btrfs: fix worker lock misuse in find_workerChris Mason
2011-12-22Btrfs: always save ref_root in delayed refsArne Jansen
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-12-22Btrfs: added helper btrfs_next_item()Jan Schmidt