summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-062-10/+197
| * | | | | | | | | vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-063-27/+7
| * | | | | | | | | vfs: count unlinked inodesMiklos Szeredi2012-01-061-0/+85
| * | | | | | | | | vfs: protect remounting superblock read-onlyMiklos Szeredi2012-01-063-5/+58
| * | | | | | | | | vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-063-0/+10
| * | | | | | | | | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-0631-78/+77
| * | | | | | | | | vfs: switch ->show_path() to struct dentry *Al Viro2012-01-062-3/+3
| * | | | | | | | | vfs: switch ->show_devname() to struct dentry *Al Viro2012-01-062-11/+12
| * | | | | | | | | vfs: switch ->show_stats to struct dentry *Al Viro2012-01-063-13/+14
| * | | | | | | | | switch security_path_chmod() to struct path *Al Viro2012-01-061-1/+1
| * | | | | | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-0610-17/+17
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-06179-6536/+426
| |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | fs: move code out of buffer.cAl Viro2012-01-0310-61/+28
| | | * | | | | | | | | move fs/partitions to block/Al Viro2012-01-0334-6049/+0
| | * | | | | | | | | | switch open and mkdir syscalls to umode_tAl Viro2012-01-034-12/+12
| | * | | | | | | | | | ceph: propagate umode_tAl Viro2012-01-032-3/+3
| | * | | | | | | | | | switch hostfs_iattr to explicit unsigned shortAl Viro2012-01-031-1/+1
| | * | | | | | | | | | switch may_mknod() to umode_tAl Viro2012-01-031-1/+1
| | * | | | | | | | | | switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro2012-01-031-3/+3
| | * | | | | | | | | | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-031-1/+1
| | * | | | | | | | | | switch is_sxid() to umode_tAl Viro2012-01-031-2/+2
| | * | | | | | | | | | switch inode_init_owner() to umode_tAl Viro2012-01-031-1/+1
| | * | | | | | | | | | fs: propagate umode_t, misc bitsAl Viro2012-01-039-17/+17
| | * | | | | | | | | | autofs4: propagate umode_tAl Viro2012-01-032-2/+2
| | * | | | | | | | | | hfsplus: propagate umode_tAl Viro2012-01-032-2/+2
| | * | | | | | | | | | hfs: propagate umode_tAl Viro2012-01-032-2/+2
| | * | | | | | | | | | cifs: propagate umode_tAl Viro2012-01-034-6/+6
| | * | | | | | | | | | fat: propagate umode_tAl Viro2012-01-032-5/+5
| | * | | | | | | | | | ntfs: propagate umode_tAl Viro2012-01-032-5/+5
| | * | | | | | | | | | isofs: propagate umode_tAl Viro2012-01-032-5/+5
| | * | | | | | | | | | udf: propagate umode_tAl Viro2012-01-035-15/+15
| | * | | | | | | | | | fuse: propagate umode_tAl Viro2012-01-032-4/+4
| | * | | | | | | | | | pohmelfs: propagate umode_tAl Viro2012-01-031-1/+1
| | * | | | | | | | | | logfs: propagate umode_tAl Viro2012-01-032-2/+2
| | * | | | | | | | | | ubifs: propagate umode_tAl Viro2012-01-032-3/+3
| | * | | | | | | | | | ncpfs: propagate umode_tAl Viro2012-01-033-4/+4
| | * | | | | | | | | | hugetlbfs: propagate umode_tAl Viro2012-01-031-1/+1
| | * | | | | | | | | | exofs: propagate umode_tAl Viro2012-01-033-3/+3
| | * | | | | | | | | | nilfs: propagate umode_tAl Viro2012-01-033-3/+3
| | * | | | | | | | | | affs: propagate umode_tAl Viro2012-01-032-4/+4
| | * | | | | | | | | | sysfs: propagate umode_tAl Viro2012-01-033-4/+4
| | * | | | | | | | | | ocfs2: propagate umode_tAl Viro2012-01-034-5/+5
| | * | | | | | | | | | dlmfs: use inode_init_owner()Al Viro2012-01-031-13/+2
| | * | | | | | | | | | 9p: propagate umode_tAl Viro2012-01-034-14/+15
OpenPOWER on IntegriCloud