aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-03-04ext4: fix up rb_root initializations to use RB_ROOTVenkatesh Pallipadi
2010-03-05quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2010-03-05ext3: add writepage sanity checksDmitry Monakhov
2010-03-05ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara
2010-03-05quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara
2010-03-05quota: generalize quota transfer interfaceDmitry Monakhov
2010-03-05quota: sb_quota state flags cleanupDmitry Monakhov
2010-03-05jbd: Delay discarding buffers in journal_unmap_bufferJan Kara
2010-03-05ext3: quota_write cross block boundary behaviourDmitry Monakhov
2010-03-05quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaChristoph Hellwig
2010-03-05quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig
2010-03-05quota: split out netlink notification support from quota.cChristoph Hellwig
2010-03-05quota: remove invalid optimization from quota_sync_allChristoph Hellwig
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig
2010-03-05quota: simplify permission checkingChristoph Hellwig
2010-03-05quota: special case Q_SYNC without device nameChristoph Hellwig
2010-03-05quota: clean up checks for supported quota methodsChristoph Hellwig
2010-03-05quota: split do_quotactlChristoph Hellwig
2010-03-05quota: Fix warning when a delayed write happens before quota is enabledJan Kara
2010-03-05quota: manage reserved space when quota is not active [v2]Dmitry Monakhov
2010-03-05ext3: trivial quota cleanupDmitry Monakhov
2010-03-05ext3: mount flags manipulation cleanupDmitry Monakhov
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara
2010-03-05quota: Cleanup S_NOQUOTA handlingJan Kara
2010-03-04Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-04ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita
2010-03-04ext4: Fix the NULL reference in double_down_write_data_sem()Akira Fujita
2010-03-04ext4: Fix insertion point of extent in mext_insert_across_blocks()Akira Fujita
2010-03-03ext4: consolidate in_range() definitionsAkinobu Mita
2010-03-03ext4: cleanup to use ext4_grp_offs_to_block()Akinobu Mita
2010-03-03ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro
2010-03-03ext4: Release page references acquired in ext4_da_block_invalidatepagesJan Kara
2010-03-03fix race in d_splice_alias()Al Viro
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro
2010-03-03vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi
2010-03-03hppfs can use existing proc_mnt, no need for do_kern_mount() in thereAl Viro
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro
2010-03-03get rid of useless vfsmount_lock use in put_mnt_ns()Al Viro
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro