summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* quota: Convert quota statistics to generic percpu_counterDmitry Monakhov2010-05-272-45/+17Star
* 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
* pohmelfs: Remove dead quota codeDmitry Monakhov2010-05-271-8/+0Star
* 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-2410-86/+86
* quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-247-15/+22
* quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-248-38/+20Star
* quota: move unmount handling into the filesystemChristoph Hellwig2010-05-249-16/+14Star
* quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-2410-90/+85Star
* 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
* fbmem: avoid printk format warning with 32-bit resourcesRandy Dunlap2010-05-221-1/+4
* linux/elfcore.h: hide kernel functionsRoland McGrath2010-05-221-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-22119-1294/+907Star
|\
| * fix handling of offsets in cris eeprom.c, get rid of fake on-stack filesAl Viro2010-05-221-14/+7Star
| * get rid of home-grown mutex in cris eeprom.cAl Viro2010-05-221-19/+8Star
| * 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-223-32/+16Star
| * 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-222-1/+22
| * 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-222-0/+2
| * fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros2010-05-223-3/+3
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-2211-54/+24Star
| * nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig2010-05-221-45/+42Star