aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-21ACPI: delete unused c-state promotion/demotion data strucuturesLen Brown2-26/+3
2010-05-21ceph: reuse mon subscribe message instead of allocated anewSage Weil2-10/+14
2010-05-21Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds14-582/+987
2010-05-22Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linusNeilBrown9962-200113/+487645
2010-05-21fix handling of offsets in cris eeprom.c, get rid of fake on-stack filesAl Viro1-14/+7
2010-05-21get rid of home-grown mutex in cris eeprom.cAl Viro1-19/+8
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro3-45/+11
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro3-15/+7
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro1-4/+3
2010-05-21AFS: Don't put struct file on the stackAl Viro4-36/+41
2010-05-21Ban ecryptfs over ecryptfsAl Viro1-0/+8
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionAl Viro1-8/+1
2010-05-21ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-9/+1
2010-05-21udf: replace inode uid,gid,mode init with helperDmitry Monakhov2-17/+4
2010-05-21ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-05-21sysv: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+4
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov3-32/+16
2010-05-21omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-21bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-21ocfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-8/+1
2010-05-21nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-21minix: replace inode uid,gid,mode init with helperDmitry Monakhov3-12/+6
2010-05-21ext4: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+4
2010-05-21ext3: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+5
2010-05-21ext2: replace inode uid,gid,mode init with helperDmitry Monakhov1-8/+4
2010-05-21exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-21btrfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-10/+1
2010-05-21jfs: replace inode uid,gid,mode init with helperDmitry Monakhov1-10/+2
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-21vfs: Add inode uid,gid,mode init helperDmitry Monakhov2-1/+22
2010-05-21fs-writeback.c: bitfields should be unsignedH Hartley Sweeten1-3/+3
2010-05-21namei.c : update mnt when it neededHuang Shijie1-2/+3
2010-05-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier2-0/+2
2010-05-21fs/partitions: use ADDPART_FLAG_RAID instead of magic numberCesar Eduardo Barros3-3/+3
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig11-54/+24
2010-05-21nfsd: open a file descriptor for fsync in nfs4 recoveryChristoph Hellwig1-45/+42
2010-05-21fs: inode.c use atomic_inc_return in __igetRichard Kennedy1-4/+2
2010-05-21anon_inode: set S_IFREG on the anon_inodeEric Paris1-1/+1
2010-05-21gfs: constify xattr_handlerStephen Hemminger4-6/+6
2010-05-21ocfs: constify xattr_handlerStephen Hemminger3-14/+14
2010-05-21jffs2: constify xattr_handlerStephen Hemminger7-15/+15
2010-05-21xfs: constify xattr_handlerStephen Hemminger4-9/+9
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger7-18/+18
2010-05-21ext4: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-21ext3: constify xattr handlersStephen Hemminger6-16/+16
2010-05-21ext2: constify xattr_handlerStephen Hemminger6-16/+16
2010-05-21btrfs: constify xattr_handlerStephen Hemminger3-6/+6
2010-05-21fs: xattr_handler table should be constStephen Hemminger6-15/+15
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik4-71/+110