summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2012-07-30NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker
2012-07-30NFS: Remove the NFS v4 xdev mount functionBryan Schumaker
2012-07-30NFS: Add version registering frameworkBryan Schumaker
2012-07-30NFS: Fix a number of bugs in the idmapperDavid Howells
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-30pnfsblock: bail out partial page IOPeng Tao
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton
2012-07-30NFS: fix pnfs regression with directio writesFred Isaman
2012-07-30NFS: fix pnfs regression with directio readsFred Isaman
2012-07-30nfs: fix stub return type warningsRandy Dunlap
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-31btrfs: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-31fs: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-31sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara
2012-07-319p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara
2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Jan Kara
2012-07-31simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-07-30ceph: clean up useless d_parent checksSage Weil
2012-07-30fix O_EXCL handling for devicesAl Viro
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely
2012-07-29xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster
2012-07-29xfs: remove iolock lock classesChristoph Hellwig
2012-07-29xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig
2012-07-29xfs: remove xfs_inactive_attrsChristoph Hellwig
2012-07-29xfs: clean up xfs_inactiveChristoph Hellwig
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig
2012-07-29xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig
2012-07-29xfs: split xfs_diallocChristoph Hellwig
2012-07-29lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro
2012-07-29fs: add link restriction audit reportingKees Cook
2012-07-29fs: add link restrictionsKees Cook
2012-07-29vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton
2012-07-29consolidate pipe file creationAl Viro
2012-07-29take grabbing f->f_path to do_dentry_open()Al Viro
2012-07-29uninline file_free_rcu()Al Viro
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro
2012-07-29sanitize ecryptfs_lookup()Al Viro
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro
2012-07-29mknod: take sanity checks on mode into the very beginningAl Viro
2012-07-29new helper: done_path_create()Al Viro