summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-05-13lockd: fix FILE_LOCKING=n build errorRandy Dunlap2-1/+3
2009-05-06nfsd: nfs4_stat_init cleanupWang Chen1-2/+1
2009-05-03nfsd: use C99 struct initializersRandy Dunlap1-56/+56
2009-05-03nfsd4: make recall callback an asynchronous rpcJ. Bruce Fields2-50/+52
2009-05-01nfsd4: track recall retries in nfs4_delegationJ. Bruce Fields1-2/+2
2009-05-01nfsd4: remove unused dl_truncJ. Bruce Fields2-4/+1
2009-05-01nfsd4: eliminate struct nfs4_cb_recallJ. Bruce Fields2-16/+13
2009-05-01nfsd4: rename callback struct to cb_connJ. Bruce Fields2-19/+19
2009-04-29nfsd4: replace callback thread by asynchronous rpcJ. Bruce Fields1-16/+22
2009-04-29nfsd4: lookup up callback cred only onceJ. Bruce Fields2-0/+30
2009-04-29nfsd4: create rpc callback client from server threadJ. Bruce Fields1-15/+16
2009-04-29nfsd4: set cb_client inside setup_callback_clientJ. Bruce Fields1-14/+12
2009-04-29nfsd4: set shorter timeoutJ. Bruce Fields1-4/+7
2009-04-29nfsd4: setclientid_confirm callback-change fixesJ. Bruce Fields1-2/+0
2009-04-29nfsd: quiet compile warningJ. Bruce Fields1-1/+1
2009-04-29nfsd: support ext4 i_versionJ. Bruce Fields2-21/+43
2009-04-29nfsd4: delete obsolete xdr commentsJ. Bruce Fields1-27/+0
2009-04-29nfsd: eliminate ENCODE_HEAD macroJ. Bruce Fields1-24/+22
2009-04-28NFSD: Stricter buffer size checking in fs/nfsd/nfsctl.cChuck Lever1-5/+9
2009-04-28NFSD: Stricter buffer size checking in write_versions()Chuck Lever1-7/+25
2009-04-28NFSD: Stricter buffer size checking in write_recoverydir()Chuck Lever1-2/+3
2009-04-28SUNRPC: pass buffer size to svc_sock_names()Chuck Lever1-1/+2
2009-04-28SUNRPC: pass buffer size to svc_addsock()Chuck Lever1-1/+1
2009-04-28NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever1-1/+1
2009-04-28NFSD: move lockd_up() before svc_addsock()Chuck Lever1-9/+10
2009-04-28NFSD: Finish refactoring __write_ports()Chuck Lever1-7/+13
2009-04-28NFSD: Note an additional requirement when passing TCP sockets to portlistChuck Lever1-1/+3
2009-04-28NFSD: Refactor socket creation out of __write_ports()Chuck Lever1-30/+34
2009-04-28NFSD: Refactor portlist socket closing into a helperChuck Lever1-12/+24
2009-04-28NFSD: Refactor transport addition out of __write_ports()Chuck Lever1-23/+33
2009-04-28NFSD: Refactor transport removal out of __write_ports()Chuck Lever1-24/+29
2009-04-24nfsd4: distinguish expired from stale stateidsBian Naimeng1-13/+49
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher2-1/+4
2009-04-23rpcgss: remove redundant test on unsignedRoel Kluin1-9/+4
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds10-83/+272
2009-04-21hugetlbfs: return negative error code for bad mount optionAkinobu Mita1-2/+1
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockChris Mason2-9/+31
2009-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2-1/+9
2009-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds19-287/+183
2009-04-21NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust1-1/+2
2009-04-20fs: Mark get_filesystem_list() as __init function.Tetsuo Handa1-1/+1
2009-04-20kill vfs_stat_fd / vfs_lstat_fdChristoph Hellwig2-71/+52
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin2-42/+33
2009-04-20ecryptfs: use memdup_user()Li Zefan1-10/+5
2009-04-20ncpfs: use memdup_user()Li Zefan1-14/+7
2009-04-20xfs: use memdup_user()Li Zefan2-24/+11
2009-04-20sysfs: use memdup_user()Li Zefan1-10/+3
2009-04-20btrfs: use memdup_user()Li Zefan2-46/+16
2009-04-20xattr: use memdup_user()Li Zefan1-7/+3
2009-04-20autofs4: use memchr() in invalid_string()Al Viro1-6/+4