summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-07-23nfsd: minor nfsd_svc() cleanupJ. Bruce Fields1-6/+7
2010-07-23nfsd: move more into nfsd_startup()J. Bruce Fields1-34/+35
2010-07-23nfsd: just keep single lockd reference for nfsdJeff Layton2-21/+14
2010-07-23nfsd: clean up nfsd_create_serv error handlingJeff Layton1-3/+2
2010-07-23nfsd: fix error handling in __write_ports_addxprtJeff Layton1-2/+4
2010-07-23nfsd: fix error handling when starting nfsd with rpcbind downJeff Layton1-4/+8
2010-07-23nfsd4: fix v4 state shutdown error pathsJeff Layton2-20/+43
2010-07-23nfsd: remove unused assignment from nfsd_linkJ. Bruce Fields1-2/+1
2010-07-07NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIRChuck Lever1-2/+4
2010-07-06nfsd4: comment nitpickJ. Bruce Fields1-1/+1
2010-06-24nfsd4: fix delegation recall race use-after-freeJ. Bruce Fields1-0/+1
2010-06-24nfsd4: fix deleg leak on callback errorJ. Bruce Fields1-1/+3
2010-06-22nfsd4: remove some debugging codeJ. Bruce Fields1-2/+0
2010-06-22nfsd: nfs4callback encode_stateid helper functionBenny Halevy1-3/+13
2010-06-22nfsd4: translate memory errors to delay, not serverfaultJ. Bruce Fields1-3/+3
2010-06-22nfsd4; fix session reference count leakJ. Bruce Fields2-1/+1
2010-05-31nfsd4: don't bother storing callback reply tagJ. Bruce Fields1-6/+5
2010-05-31nfsd4: fix use of op_share_accessJ. Bruce Fields1-4/+12
2010-05-31nfsd4: treat more recall errors as failuresJ. Bruce Fields1-9/+8
2010-05-31nfsd4: remove extra put() on callback errorsJ. Bruce Fields1-5/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-81/+494
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds24-495/+232
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds17-32/+85
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil1-4/+9
2010-05-29ceph: fix leak of osd authorizerSage Weil1-1/+6
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil3-1/+16
2010-05-29ceph: make lease code DN specificSage Weil2-12/+13
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall6-6/+6
2010-05-29ceph: renew auth tickets before they expireSage Weil4-1/+27
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil1-1/+4
2010-05-29ceph: removed duplicated #includesAndrea Gelmini2-2/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil1-2/+2
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+20
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro1-4/+1
2010-05-27fix fs/sysv s_dirt handlingAl Viro1-0/+1
2010-05-27fat: convert to use the new truncate convention.npiggin@suse.de3-15/+57
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de3-36/+119
2010-05-27fs: convert simple fs to new truncateNick Piggin5-19/+15
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de10-22/+37
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de4-56/+254
2010-05-27fs/super: fix kernel-doc warningRandy Dunlap1-2/+2
2010-05-27fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe1-12/+15
2010-05-27rename the generic fsync implementationsChristoph Hellwig20-28/+40
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig55-127/+106
2010-05-27fs: Add missing mutex_unlockJulia Lawall1-4/+9
2010-05-27get rid of the magic around f_count in aioAl Viro2-14/+13
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-27Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds29-2732/+5027