aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V2010-03-05
| * | | 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-05
| * | | 9P2010.L handshake: Add VFS flagsSripathi Kodi2010-03-05
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\ \ \ \ | |_|_|/ |/| | |
| * | | quota: stop using QUOTA_OK / NO_QUOTAChristoph Hellwig2010-03-04
| * | | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
| * | | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
| * | | dquot: cleanup dquot drop routineChristoph Hellwig2010-03-04
| * | | dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-04
| * | | dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-04
| * | | dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-04
| * | | dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-04
| * | | dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-04
| * | | ext3: add writepage sanity checksDmitry Monakhov2010-03-04
| * | | ext3: Truncate allocated blocks if direct IO write fails to update i_sizeJan Kara2010-03-04
| * | | quota: Properly invalidate caches even for filesystems with blocksize < pagesizeJan Kara2010-03-04
| * | | quota: generalize quota transfer interfaceDmitry Monakhov2010-03-04
| * | | quota: sb_quota state flags cleanupDmitry Monakhov2010-03-04
| * | | jbd: Delay discarding buffers in journal_unmap_bufferJan Kara2010-03-04
| * | | ext3: quota_write cross block boundary behaviourDmitry Monakhov2010-03-04
| * | | quota: drop permission checks from xfs_fs_set_xstate/xfs_fs_set_xquotaChristoph Hellwig2010-03-04
| * | | quota: split out compat_sys_quotactl support from quota.cChristoph Hellwig2010-03-04
| * | | quota: split out netlink notification support from quota.cChristoph Hellwig2010-03-04
| * | | quota: remove invalid optimization from quota_sync_allChristoph Hellwig2010-03-04
| * | | quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-04
| * | | quota: clean up Q_XQUOTASYNCChristoph Hellwig2010-03-04
| * | | quota: simplify permission checkingChristoph Hellwig2010-03-04
| * | | quota: special case Q_SYNC without device nameChristoph Hellwig2010-03-04
| * | | quota: clean up checks for supported quota methodsChristoph Hellwig2010-03-04
| * | | quota: split do_quotactlChristoph Hellwig2010-03-04
| * | | quota: Fix warning when a delayed write happens before quota is enabledJan Kara2010-03-04
| * | | quota: manage reserved space when quota is not active [v2]Dmitry Monakhov2010-03-04
| * | | ext3: trivial quota cleanupDmitry Monakhov2010-03-04
| * | | ext3: mount flags manipulation cleanupDmitry Monakhov2010-03-04
| * | | ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-04
| * | | quota: Cleanup S_NOQUOTA handlingJan Kara2010-03-04
* | | | Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-05
|\ \ \ \
| * | | | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
| * | | | make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-05
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-05
|\ \ \ \
| * | | | Switch !O_CREAT case to use of do_last()Al Viro2010-03-05
| * | | | Get rid of symlink body copyingAl Viro2010-03-05
| * | | | Finish pulling of -ESTALE handling to upper level in do_filp_open()Al Viro2010-03-05
| * | | | Turn do_link spaghetty into a normal loopAl Viro2010-03-05
| * | | | Unify exits in O_CREAT handlingAl Viro2010-03-05
| * | | | Kill is_link argument of do_last()Al Viro2010-03-05
| * | | | Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Al Viro2010-03-05
| * | | | Leave mangled flag only for setting nd.intent.open.flagAl Viro2010-03-05
| * | | | Get rid of passing mangled flag to do_last()Al Viro2010-03-05
| * | | | Don't pass mangled open_flag to finish_open()Al Viro2010-03-05