summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * NFS: Fix trace debugging nits in write.cChuck Lever2008-07-091-13/+14
| * NFS: Use NFSDBG_FILE for all fopsChuck Lever2008-07-093-30/+43
| * NFS: Add debugging facility for NFS aopsChuck Lever2008-07-091-2/+27
| * NFS: Make nfs_open methods consistentChuck Lever2008-07-092-2/+9
| * NFS: Make nfs_llseek methods consistentChuck Lever2008-07-092-2/+15
| * NFS: Make nfs_fsync methods consistentChuck Lever2008-07-092-6/+9
| * NFS: do_setlk(): don't flush caches when we have a delegationTrond Myklebust2008-07-091-1/+2
| * NFS: Revert commit 44dd151dTrond Myklebust2008-07-091-11/+2
| * NFS: Optimise append writes with holesTrond Myklebust2008-07-092-9/+23
| * NFS: Add correct bounds checking to NFSv2 locksTrond Myklebust2008-07-092-5/+39
| * NFS: Fix a preemption count leak in nfs_update_requestTrond Myklebust2008-07-091-7/+4
| * NFS: Reduce the stack usage in NFSv3 create operationsTrond Myklebust2008-07-091-129/+142
| * NFS: Reduce the stack usage in NFSv4 create operationsTrond Myklebust2008-07-091-107/+97
* | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-1421-182/+208
|\ \ | |/
| * NFS: Fix readdir cache invalidationTrond Myklebust2008-07-081-1/+1
| * NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust2008-06-231-3/+4
| * NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust2008-06-232-6/+7
| * NFS: Reduce the NFS mount code stack usage.Trond Myklebust2008-06-231-28/+40
| * nfs: make nfs4_drop_state_owner() staticAdrian Bunk2008-05-162-2/+1
| * nfs: path_{get,put}() cleanupsJan Blunck2008-05-163-8/+4
| * nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-1618-123/+123
| * nfs/lsm: make NFSv4 set LSM mount optionsEric Paris2008-05-161-0/+10
| * NFSv4: Check the return value of decode_compound_hdr_arg()Trond Myklebust2008-05-161-11/+11
| * nfs: fix race in nfs_dirty_requestFred Isaman2008-05-161-1/+1
| * NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute cachingTrond Myklebust2008-05-161-0/+7
* | Remove BKL from remote_llseek v2Andi Kleen2008-07-021-1/+5
|/
* mm: bdi: expose the BDI object in sysfs for NFSMiklos Szeredi2008-04-301-0/+26
* nfs: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-8/+6
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-3/+3
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-5/+3
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-2417-392/+671
|\
| * Merge branch 'devel'Trond Myklebust2008-04-2417-392/+671
| |\
| | * make nfs_automount_list staticAdrian Bunk2008-04-191-1/+1
| | * NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton2008-04-191-1/+0
| | * NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov2008-04-191-0/+16
| | * NFSv4: Attempt to use machine credentials in SETCLIENTID callsTrond Myklebust2008-04-191-4/+37
| | * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-191-0/+7
| | * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-1/+1
| | * nfs: fix printout of multiword bitfieldsFred Isaman2008-04-191-5/+5
| | * nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy2008-04-193-95/+95
| | * NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust2008-04-191-10/+2
| | * NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust2008-04-191-0/+2
| | * NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2008-04-192-7/+23
| | * NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust2008-04-191-4/+1
| | * NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-193-26/+40
| | * NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-192-46/+71
| | * NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-192-26/+46
| | * NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust2008-04-191-11/+12
| | * NFS: Always enable NFS direct I/OChuck Lever2008-03-193-13/+1
| | * NFS: Show most mount options via nfs_show_options()Chuck Lever2008-03-191-2/+65
OpenPOWER on IntegriCloud