summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara
2012-01-09jbd: Remove j_barrier mutexJan Kara
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney
2012-01-09reiserfs: Fix quota mount option parsingJan Kara
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara
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