aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30nilfs2: remove references to long gone super operationsFernando Luis Vazquez Cao1-3/+0
2012-07-30nilfs2: add omitted comment for ns_mount_state field of the_nilfs structureVyacheslav Dubeyko1-0/+1
2012-07-30minixfs: fix block limit checkVladimir Serbinenko1-1/+2
2012-07-30ext4: use memweight()Akinobu Mita1-8/+1
2012-07-30ext3: use memweight()Akinobu Mita2-12/+2
2012-07-30ext2: use memweight()Akinobu Mita2-12/+3
2012-07-30ocfs2: use memweight()Akinobu Mita1-6/+2
2012-07-30affs: use memweight()Akinobu Mita1-26/+2
2012-07-30qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches4-8/+50
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-5/+5
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook1-3/+14
2012-07-30fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin1-4/+12
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-30libceph: move feature bits to separate headerSage Weil2-0/+2
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker21-108/+147
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker11-33/+25
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker12-24/+50
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker7-49/+48
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker5-48/+41
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker6-25/+13
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker10-69/+96
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker7-12/+12
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker3-58/+10
2012-07-30NFS: Add version registering frameworkBryan Schumaker11-61/+282
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-07-30pnfsblock: bail out partial page IOPeng Tao1-3/+36
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-30nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara5-46/+63
2012-07-31btrfs: Push mnt_want_write() outside of i_mutexJan Kara1-12/+11
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara1-8/+7
2012-07-31fs: Push mnt_want_write() outside of i_mutexJan Kara1-21/+25
2012-07-31sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara1-0/+2
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara1-0/+3
2012-07-319p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara1-0/+3
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara1-0/+3
2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Jan Kara1-0/+6
2012-07-31simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro1-22/+29
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds46-2415/+2457
2012-07-30ceph: clean up useless d_parent checksSage Weil2-15/+3
2012-07-30fix O_EXCL handling for devicesAl Viro1-2/+2
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely2-0/+18
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2-3/+33
2012-07-29xfs: remove iolock lock classesChristoph Hellwig3-33/+2
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig1-14/+10
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2-18/+15