summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | xfs: remove XFS_QMOPT_DQSUSERChristoph Hellwig2011-12-154-34/+18
| * | | | | | | | | | | | xfs: kill xfs_qm_idtodqChristoph Hellwig2011-12-151-87/+50
| * | | | | | | | | | | | xfs: merge xfs_qm_dqinit_core into the only callerChristoph Hellwig2011-12-151-20/+7
| * | | | | | | | | | | | xfs: add a xfs_dqhold helperChristoph Hellwig2011-12-153-39/+21
| * | | | | | | | | | | | xfs: simplify xfs_qm_dqattach_grouphintChristoph Hellwig2011-12-151-48/+16
| * | | | | | | | | | | | xfs: nest qm_dqfrlist_lock inside the dquot qlockChristoph Hellwig2011-12-152-60/+41
| * | | | | | | | | | | | xfs: flatten the dquot lock orderingChristoph Hellwig2011-12-144-150/+103
| * | | | | | | | | | | | xfs: implement lazy removal for the dquot freelistChristoph Hellwig2011-12-134-65/+30
| * | | | | | | | | | | | xfs: remove XFS_DQ_INACTIVEChristoph Hellwig2011-12-133-69/+24
| * | | | | | | | | | | | xfs: cleanup xfs_qm_dqlookupChristoph Hellwig2011-12-131-20/+5
| * | | | | | | | | | | | xfs: cleanup dquot locking helpersChristoph Hellwig2011-12-134-35/+25
| * | | | | | | | | | | | xfs: remove the sync_mode argument to xfs_qm_dqflush_allChristoph Hellwig2011-12-121-4/+3
| * | | | | | | | | | | | xfs: remove xfs_qm_syncChristoph Hellwig2011-12-125-119/+3
| * | | | | | | | | | | | xfs: make sure to really flush all dquots in xfs_qm_quotacheckChristoph Hellwig2011-12-121-1/+1
| * | | | | | | | | | | | xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflushChristoph Hellwig2011-12-123-4/+4
| * | | | | | | | | | | | xfs: remove the lid_size field in struct log_item_descChristoph Hellwig2011-12-085-10/+6
| * | | | | | | | | | | | xfs: cleanup the transaction commit path a bitChristoph Hellwig2011-12-083-99/+63
| * | | | | | | | | | | | xfs: remove the deprecated nodelaylog optionChristoph Hellwig2011-12-086-486/+26
* | | | | | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08267-7706/+1920
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | reiserfs: Properly display mount options in /proc/mountsJan Kara2012-01-072-10/+197
| * | | | | | | | | | | | | vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-073-27/+7
| * | | | | | | | | | | | | vfs: count unlinked inodesMiklos Szeredi2012-01-071-0/+85
| * | | | | | | | | | | | | vfs: protect remounting superblock read-onlyMiklos Szeredi2012-01-073-5/+58
| * | | | | | | | | | | | | vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-073-0/+10
| * | | | | | | | | | | | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-0731-78/+77
| * | | | | | | | | | | | | vfs: switch ->show_path() to struct dentry *Al Viro2012-01-072-3/+3
| * | | | | | | | | | | | | vfs: switch ->show_devname() to struct dentry *Al Viro2012-01-072-11/+12
| * | | | | | | | | | | | | vfs: switch ->show_stats to struct dentry *Al Viro2012-01-073-13/+14
| * | | | | | | | | | | | | switch security_path_chmod() to struct path *Al Viro2012-01-071-1/+1
| * | | | | | | | | | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-0710-17/+17
| | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-07179-6536/+426
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | fs: move code out of buffer.cAl Viro2012-01-0410-61/+28
| | | * | | | | | | | | | | | | move fs/partitions to block/Al Viro2012-01-0434-6049/+0
| | * | | | | | | | | | | | | | switch open and mkdir syscalls to umode_tAl Viro2012-01-044-12/+12
| | * | | | | | | | | | | | | | ceph: propagate umode_tAl Viro2012-01-042-3/+3
| | * | | | | | | | | | | | | | switch hostfs_iattr to explicit unsigned shortAl Viro2012-01-041-1/+1
| | * | | | | | | | | | | | | | switch may_mknod() to umode_tAl Viro2012-01-041-1/+1
| | * | | | | | | | | | | | | | switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro2012-01-041-3/+3
| | * | | | | | | | | | | | | | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-041-1/+1
| | * | | | | | | | | | | | | | switch is_sxid() to umode_tAl Viro2012-01-041-2/+2
| | * | | | | | | | | | | | | | switch inode_init_owner() to umode_tAl Viro2012-01-041-1/+1
| | * | | | | | | | | | | | | | fs: propagate umode_t, misc bitsAl Viro2012-01-049-17/+17
| | * | | | | | | | | | | | | | autofs4: propagate umode_tAl Viro2012-01-042-2/+2
| | * | | | | | | | | | | | | | hfsplus: propagate umode_tAl Viro2012-01-042-2/+2
| | * | | | | | | | | | | | | | hfs: propagate umode_tAl Viro2012-01-042-2/+2
| | * | | | | | | | | | | | | | cifs: propagate umode_tAl Viro2012-01-044-6/+6
| | * | | | | | | | | | | | | | fat: propagate umode_tAl Viro2012-01-042-5/+5
| | * | | | | | | | | | | | | | ntfs: propagate umode_tAl Viro2012-01-042-5/+5
| | * | | | | | | | | | | | | | isofs: propagate umode_tAl Viro2012-01-042-5/+5
| | * | | | | | | | | | | | | | udf: propagate umode_tAl Viro2012-01-045-15/+15