summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-15lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2-14/+33
2008-07-15lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields1-3/+2
2008-07-15lockd: minor svclock.c style fixesJ. Bruce Fields1-5/+5
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton3-10/+4
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton3-11/+5
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton2-4/+2
2008-07-07nfsd: take file and mnt write in nfs4_upgrade_openBenny Halevy1-0/+4
2008-07-07nfsd: document open share bit trackingJ. Bruce Fields1-0/+18
2008-07-04nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy1-114/+91
2008-07-03Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields119-1481/+1913
2008-07-02nfsd: dprint operation namesBenny Halevy1-2/+50
2008-07-02nfsd: nfs4 minorversion decoder vectorsBenny Halevy1-3/+14
2008-07-02nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy1-0/+9
2008-07-02nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy1-105/+48
2008-07-02nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy1-7/+3
2008-07-01nfsd: clean up mnt_want_write callsMiklos Szeredi1-14/+11
2008-06-30nfsd: treat all shutdown signals as equivalentJeff Layton1-25/+5
2008-06-30nfsd: fix spurious EACCESS in reconnect_path()Neil Brown1-3/+26
2008-06-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-34/+23
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-91/+88
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski1-14/+9
2008-06-24[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000Bob Peterson1-1/+1
2008-06-24Merge branch 'master' into for_mmJan Kara14-183/+185
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek1-34/+23
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust1-3/+4
2008-06-23NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust2-6/+7
2008-06-23NFS: Reduce the NFS mount code stack usage.Trond Myklebust1-28/+40
2008-06-23[patch 2/3] vfs: dcache cleanupsMiklos Szeredi1-17/+14
2008-06-23[patch 1/3] vfs: dcache sparse fixesMiklos Szeredi1-11/+12
2008-06-23[patch 3/3] vfs: make d_path() consistent across mount operationsAndreas Gruenbacher1-5/+7
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi9-84/+92
2008-06-23knfsd: nfsd: Handle ERESTARTSYS from syscalls.NeilBrown1-0/+1
2008-06-23nfsd: fix race in nfsd_nrthreads()Neil Brown1-4/+6
2008-06-23lockd: close potential race with rapid lockd_up/lockd_down cycleJeff Layton1-20/+13
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton1-2/+1
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton1-16/+29
2008-06-23knfsd: remove special handling for SIGHUPJeff Layton1-25/+8
2008-06-23knfsd: clean up nfsd filesystem interfacesJeff Layton3-17/+74
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown2-27/+55
2008-06-23nfsd: make nfs4xdr WRITEMEM safe against zero countBenny Halevy1-1/+1
2008-06-23nfsd: add dprintk of compound returnJ. Bruce Fields1-0/+1
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev1-6/+0
2008-06-23[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlinkMarcin Slusarz1-7/+8
2008-06-23[patch 2/4] fs: make struct file arg to d_path constJan Engelhardt1-1/+1
2008-06-23[patch 1/4] vfs: path_{get,put}() cleanupsJan Blunck2-12/+9
2008-06-23[patch for 2.6.26 4/4] vfs: utimensat(): fix write access check for futimens()Michael Kerrisk1-8/+3
2008-06-23[patch for 2.6.26 3/4] vfs: utimensat(): fix error checking for {UTIME_NOW,UT...Michael Kerrisk1-15/+21
2008-06-23[patch for 2.6.26 1/4] vfs: utimensat(): ignore tv_sec if tv_nsec == UTIME_OM...Michael Kerrisk1-8/+0
2008-06-23[patch for 2.6.26 2/4] vfs: utimensat(): be consistent with utime() for immut...Michael Kerrisk1-0/+4
2008-06-23[PATCH] fix cgroup-inflicted breakage in block_dev.cAl Viro1-1/+9