summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* quota: Convert quota statistics to generic percpu_counterDmitry Monakhov2010-05-271-33/+13Star
* ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi2010-05-271-1/+1
* quota: Fixup dquot_transferJan Kara2010-05-271-1/+1
* reiserfs: Fix resuming of quotas on remount read-writeJan Kara2010-05-271-2/+10
* ufs: Remove dead quota codeJan Kara2010-05-247-195/+1Star
* udf: Remove dead quota codeJan Kara2010-05-247-128/+6Star
* quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-249-75/+75
* quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-246-6/+22
* quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-246-34/+16Star
* quota: move unmount handling into the filesystemChristoph Hellwig2010-05-248-1/+14
* quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-249-83/+61Star
* quota: move remount handling into the filesystemChristoph Hellwig2010-05-248-14/+84
* ocfs2: Fix use after free on remount read-onlyJan Kara2010-05-241-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-22105-1170/+849Star
|\
| * switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro2010-05-223-45/+11Star
| * switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-223-15/+7Star
| * simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro2010-05-221-4/+3Star
| * AFS: Don't put struct file on the stackAl Viro2010-05-224-36/+41
| * Ban ecryptfs over ecryptfsAl Viro2010-05-221-0/+8
| * logfs: replace inode uid,gid,mode initialization with helper functionAl Viro2010-05-221-8/+1Star
| * ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-9/+1Star
| * udf: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-222-17/+4Star
| * ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-8/+1Star
| * sysv: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-10/+1Star
| * reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-14/+4Star
| * ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-14/+6Star
| * omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-3/+1Star
| * bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-3/+1Star
| * ocfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-8/+1Star
| * nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-10/+1Star
| * minix: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-223-12/+6Star
| * ext4: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-221-8/+4Star
| * ext3: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-221-8/+5Star
| * ext2: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-221-8/+4Star
| * exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-10/+1Star
| * btrfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-10/+1Star
| * jfs: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-221-10/+2Star
| * 9p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-221-3/+1Star
| * vfs: Add inode uid,gid,mode init helperDmitry Monakhov2010-05-221-0/+20
| * fs-writeback.c: bitfields should be unsignedH Hartley Sweeten2010-05-221-3/+3
| * namei.c : update mnt when it neededHuang Shijie2010-05-221-2/+3
| * vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier2010-05-221-0/+1
| * fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros2010-05-223-3/+3
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-226-46/+16Star
| * nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig2010-05-221-45/+42Star
| * fs: inode.c use atomic_inc_return in __igetRichard Kennedy2010-05-221-4/+2Star
| * anon_inode: set S_IFREG on the anon_inodeEric Paris2010-05-221-1/+1
| * gfs: constify xattr_handlerStephen Hemminger2010-05-224-6/+6
| * ocfs: constify xattr_handlerStephen Hemminger2010-05-223-14/+14
| * jffs2: constify xattr_handlerStephen Hemminger2010-05-227-15/+15