minix: replace inode uid,gid,mode init with helper
[safe/jmp/linux-2.6] / fs /
2010-05-21 Dmitry Monakhovminix: replace inode uid,gid,mode init with helper
2010-05-21 Dmitry Monakhovext4: replace inode uid,gid,mode init with helper
2010-05-21 Dmitry Monakhovext3: replace inode uid,gid,mode init with helper
2010-05-21 Dmitry Monakhovext2: replace inode uid,gid,mode init with helper
2010-05-21 Dmitry Monakhovexofs: replace inode uid,gid,mode initialization with...
2010-05-21 Dmitry Monakhovbtrfs: replace inode uid,gid,mode initialization with...
2010-05-21 Dmitry Monakhovjfs: replace inode uid,gid,mode init with helper
2010-05-21 Dmitry Monakhov9p: replace inode uid,gid,mode initialization with...
2010-05-21 Dmitry Monakhovvfs: Add inode uid,gid,mode init helper
2010-05-21 H Hartley Sweetenfs-writeback.c: bitfields should be unsigned
2010-05-21 Huang Shijienamei.c : update mnt when it needed
2010-05-21 Roland Dreiervfs: add lockdep annotation to s_vfs_rename_key for...
2010-05-21 Cesar Eduardo Barrosfs/partitions: use ADDPART_FLAG_RAID instead of magic...
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-21 Christoph Hellwignfsd: open a file descriptor for fsync in nfs4 recovery
2010-05-21 Richard Kennedyfs: inode.c use atomic_inc_return in __iget
2010-05-21 Eric Parisanon_inode: set S_IFREG on the anon_inode
2010-05-21 Stephen Hemmingergfs: constify xattr_handler
2010-05-21 Stephen Hemmingerocfs: constify xattr_handler
2010-05-21 Stephen Hemmingerjffs2: constify xattr_handler
2010-05-21 Stephen Hemmingerxfs: constify xattr_handler
2010-05-21 Stephen Hemmingerreiserfs: constify xattr_handler
2010-05-21 Stephen Hemmingerext4: constify xattr_handler
2010-05-21 Stephen Hemmingerext3: constify xattr handlers
2010-05-21 Stephen Hemmingerext2: constify xattr_handler
2010-05-21 Stephen Hemmingerbtrfs: constify xattr_handler
2010-05-21 Stephen Hemmingerfs: xattr_handler table should be const
2010-05-21 Josef BacikIntroduce freeze_super and thaw_super for the fsfreeze...
2010-05-21 Al ViroTrim includes in fs/super.c
2010-05-21 Al ViroMove grabbing s_umount to callers of grab_super()
2010-05-21 Al ViroTake statfs variants to fs/statfs.c
2010-05-21 Al Vironew helper: iterate_supers()
2010-05-21 Al ViroBury __put_super_and_need_restart()
2010-05-21 Al Virofix prune_dcache()/umount() race
2010-05-21 Al ViroIn get_super() and user_get_super() restarts are uncond...
2010-05-21 Al Virofix get_active_super()/umount() race
2010-05-21 Al Virofix do_emergency_remount()/umount() races
2010-05-21 Al ViroConvert simple loops over superblocks to list_for_each_...
2010-05-21 Al Viroget rid of restarts in sync_filesystems()
2010-05-21 Al ViroLeave superblocks on s_list until the end
2010-05-21 Al ViroSaner locking around deactivate_super()
2010-05-21 Al Viroget rid of S_BIAS
2010-05-21 Al Viroget rid of open-coded grab_super() in get_active_super()
2010-05-21 Al Viroceph: should use deactivate_locked_super() on failure...
2010-05-21 Al ViroClean ecryptfs ->get_sb() up
2010-05-21 Al Virofix a couple of ecryptfs leaks
2010-05-21 Al ViroSimplify devpts_get_sb() failure exits
2010-05-21 Christoph Hellwigremove incorrect comment in do_emergency_remount
2010-05-21 Al Viroclean DCACHE_CANT_MOUNT in d_delete()
2010-05-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-21 Jiaying Zhangdquot: Detect partial write error to quota file in...
2010-05-21 Jan Karaocfs2: Fix lock inversion in quotas during umount
2010-05-21 Jan Karaocfs2: Use __dquot_transfer to avoid lock inversion
2010-05-21 Jan Karaocfs2: Fix NULL pointer deref when writing local dquot
2010-05-21 Jan Karaocfs2: Fix estimate of credits needed for quota allocation
2010-05-21 Jan Karaocfs2: Fix quota locking
2010-05-21 Jan Karaocfs2: Avoid unnecessary block mapping when refreshing...
2010-05-21 Jan Karaocfs2: Do not map blocks from local quota file on each...
2010-05-21 Jan Karaquota: Refactor dquot_transfer code so that OCFS2 can...
2010-05-21 Dmitry Monakhovquota: unify quota init condition in setattr
2010-05-21 Christoph Hellwigquota: remove sb_has_quota_active in get/set_info
2010-05-21 Christoph Hellwigquota: unify ->set_dqblk
2010-05-21 Christoph Hellwigquota: unify ->get_dqblk
2010-05-21 Eric Sandeenext3: make barrier options consistent with ext4
2010-05-21 Dmitry Monakhovquota: Make quota stat accounting lockless.
2010-05-21 Sergey Senozhatskysuppress warning: "quotatypes" defined but not used
2010-05-21 Jan Karaext3: Fix waiting on transaction during fsync
2010-05-21 Jan Karajbd: Provide function to check whether transaction...
2010-05-21 Dmitry Monakhovufs: add ufs speciffic ->setattr call
2010-05-21 Jan BlunckBKL: Remove BKL from ext2 filesystem
2010-05-21 Jan Blunckext2: Add ext2_sb_info s_lock spinlock
2010-05-21 Jan Blunckext2: Move ext2_write_super() out of ext2_setup_super()
2010-05-21 Jan Blunckext2: Fold ext2_commit_super() into ext2_sync_super()
2010-05-21 Jan Blunckext2: Remove duplicate code from ext2_sync_fs()
2010-05-21 Jan Blunckext2: Set the write time in ext2_sync_fs()
2010-05-21 Jan Blunckext2: Use ext2_clear_super_error() in ext2_sync_fs()
2010-05-21 Dmitry Monakhovext3: init statistics after journal recovery v2
2010-05-21 Francis Moreauext2: remove useless call to brelse() in ext2_free_inode()
2010-05-21 Dmitry Monakhovquota: optimize mark_dirty logic
2010-05-21 Jan Karaext2: Avoid loading bitmaps for full groups during...
2010-05-21 Frans van de Wielext3: Avoid loading bitmaps for full groups during...
2010-05-21 Chris Wrightsysfs: add struct file* to bin_attr callbacks
2010-05-21 Eric W. Biedermansysfs: Remove usage of S_BIAS to avoid merge conflict...
2010-05-21 Serge E. Hallynsysfs: Comment sysfs directory tagging logic
2010-05-21 Eric W. Biedermansysfs: Implement sysfs_delete_link
2010-05-21 Eric W. Biedermansysfs: Add support for tagged directories with untagged...
2010-05-21 Eric W. Biedermansysfs: Implement sysfs tagged directory support.
2010-05-21 Eric W. Biedermansysfs: Remove double free sysfs_get_sb
2010-05-21 Eric W. Biedermansysfs: Basic support for multiple super blocks
2010-05-21 Peter Korsgaarddevtmpfs: support !CONFIG_TMPFS
2010-05-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2010-05-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2010-05-21 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2010-05-21 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2010-05-21 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
next