summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-05-21bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21ocfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21minix: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-21ext4: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-21ext3: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-21ext2: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21btrfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21jfs: replace inode uid,gid,mode init with helperDmitry Monakhov
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21vfs: Add inode uid,gid,mode init helperDmitry Monakhov
2010-05-21fs-writeback.c: bitfields should be unsignedH Hartley Sweeten
2010-05-21namei.c : update mnt when it neededHuang Shijie
2010-05-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier
2010-05-21fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-21nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig
2010-05-21fs: inode.c use atomic_inc_return in __igetRichard Kennedy
2010-05-21anon_inode: set S_IFREG on the anon_inodeEric Paris
2010-05-21gfs: constify xattr_handlerStephen Hemminger
2010-05-21ocfs: constify xattr_handlerStephen Hemminger
2010-05-21jffs2: constify xattr_handlerStephen Hemminger
2010-05-21xfs: constify xattr_handlerStephen Hemminger
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger
2010-05-21ext4: constify xattr_handlerStephen Hemminger
2010-05-21ext3: constify xattr handlersStephen Hemminger
2010-05-21ext2: constify xattr_handlerStephen Hemminger
2010-05-21btrfs: constify xattr_handlerStephen Hemminger
2010-05-21fs: xattr_handler table should be constStephen Hemminger
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik
2010-05-21Trim includes in fs/super.cAl Viro
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro
2010-05-21Take statfs variants to fs/statfs.cAl Viro
2010-05-21new helper: iterate_supers()Al Viro
2010-05-21Bury __put_super_and_need_restart()Al Viro
2010-05-21fix prune_dcache()/umount() raceAl Viro
2010-05-21In get_super() and user_get_super() restarts are unconditionalAl Viro
2010-05-21fix get_active_super()/umount() raceAl Viro
2010-05-21fix do_emergency_remount()/umount() racesAl Viro
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro
2010-05-21get rid of restarts in sync_filesystems()Al Viro
2010-05-21Leave superblocks on s_list until the endAl Viro
2010-05-21Saner locking around deactivate_super()Al Viro
2010-05-21get rid of S_BIASAl Viro
2010-05-21get rid of open-coded grab_super() in get_active_super()Al Viro
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro
2010-05-21Clean ecryptfs ->get_sb() upAl Viro
2010-05-21fix a couple of ecryptfs leaksAl Viro
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro