aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-53/+62
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+17
2012-01-09dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-09ext4: fix failure exitsAl Viro1-5/+8
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds34-107/+200
2012-01-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-28/+83
2012-01-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-26/+50
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2012-01-09isofs: inode leak on mount failureAl Viro1-2/+5
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker19-22/+3
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni2-2/+10
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09jbd: Remove j_barrier mutexJan Kara2-17/+22
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara1-21/+15
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara1-2/+5
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu3-15/+18
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()Al Viro2-2/+2
2012-01-08exofs: oops after late failure in mountAl Viro1-0/+2
2012-01-08devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds14-32/+31
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds16-28/+25
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-334/+394
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds19-1333/+412
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds267-7706/+1920
2012-01-08ore: Must support none-PAGE-aligned IOBoaz Harrosh1-12/+60
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+95
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara2-10/+197
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi3-27/+7
2012-01-06vfs: count unlinked inodesMiklos Szeredi1-0/+85
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi3-5/+58
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi3-0/+10
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro31-78/+77
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro2-3/+3
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro2-11/+12
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro3-13/+14
2012-01-06switch security_path_chmod() to struct path *Al Viro1-1/+1
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro10-17/+17
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro179-6536/+426
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds2-33/+6
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-0/+95
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-41/+41