summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in s...Al Viro
2012-01-08exofs: oops after late failure in mountAl Viro
2012-01-08devpts: fix double-free on mount failureAl Viro
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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh
2012-01-08writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva
2012-01-07Btrfs: don't set up allocation result twiceAlexandre Oliva
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi
2012-01-06vfs: count unlinked inodesMiklos Szeredi
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro
2012-01-06switch security_path_chmod() to struct path *Al Viro
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
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-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman