summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-07locks: flock_make_lock should return a struct file_lock (or PTR_ERR)Jeff Layton1-8/+11
2014-10-07locks: set fl_owner for leases to filp instead of current->filesJeff Layton1-1/+1
2014-10-07locks: give lm_break a return valueJeff Layton2-12/+22
2014-10-07locks: __break_lease cleanup in preparation of allowing direct removal of leasesJeff Layton1-24/+25
2014-10-07locks: remove i_have_this_lease check from __break_leaseJeff Layton1-4/+2
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton2-15/+25
2014-10-07locks: move i_lock acquisition into generic_*_lease handlersJeff Layton1-12/+9
2014-10-07locks: define a lm_setup handler for leasesJeff Layton2-48/+50
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton4-18/+29
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2-10/+4
2014-10-07locks: clean up vfs_setlease kerneldoc commentsJeff Layton1-24/+10
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2-21/+15
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-07locks: close potential race in lease_get_mtimeJeff Layton1-2/+12
2014-09-10security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton3-22/+9
2014-09-10locks: consolidate "nolease" routinesJeff Layton5-35/+19
2014-09-10locks: remove lock_may_read and lock_may_writeJeff Layton1-80/+0
2014-09-10lockd: rip out deferred lock handling from testlock codepathJeff Layton1-49/+6
2014-09-10NFSD: Get reference of lockowner when coping file_lockKinglong Mee1-4/+21
2014-09-10NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee1-16/+16
2014-09-10locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee2-20/+17
2014-09-10locks: New ops in lock_manager_operations for get/put ownerKinglong Mee1-2/+10
2014-09-10locks: Rename __locks_copy_lock() to locks_copy_conflock()Kinglong Mee1-5/+5
2014-09-10locks: Remove unused conf argument from lm_grantJoe Perches2-13/+7
2014-09-10locks: pass correct "before" pointer to locks_unlink_lock in generic_add_leaseJeff Layton1-1/+1
2014-09-03nfs: do not start the callback thread until we set rqstp->rq_taskTrond Myklebust1-1/+2
2014-09-03lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust1-1/+2
2014-08-29nfsd4: remove labeled NFS warning from config helpJ. Bruce Fields1-3/+0
2014-08-29NFSD: Update some as-yet unused 4.2 error codesAnna Schumaker1-1/+1
2014-08-28NFSD: Remove duplicate initialization of file_lockKinglong Mee1-4/+2
2014-08-18nfsd: allow turning off nfsv3 readdir_plusRajesh Ghanekar2-0/+9
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields1-7/+0
2014-08-17nfsd3: Check write permission after checking existenceRoss Lagerwall1-5/+0
2014-08-17nfsd: call nfs4_put_deleg_lease outside of state_lockJeff Layton1-1/+5
2014-08-17nfsd: protect lease-related nfs4_file fields with fi_lockJeff Layton1-9/+13
2014-08-17nfsd: Reorder nfsd_cache_match to check more powerful discriminators firstTrond Myklebust1-7/+11
2014-08-17nfsd: split DRC global spinlock into per-bucket locksTrond Myklebust1-23/+20
2014-08-17nfsd: convert num_drc_entries to an atomic_tTrond Myklebust1-16/+12
2014-08-17nfsd: Remove the cache_hash listTrond Myklebust2-18/+2
2014-08-17nfsd: convert the lru list into a per-bucket thingTrond Myklebust1-23/+50
2014-08-17nfsd: Clean up drc cache in preparation for global spinlock eliminationTrond Myklebust1-21/+24
2014-08-17nfs: Ensure that nfs_callback_start_svc sets the server rq_task...Trond Myklebust1-0/+1
2014-08-17lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust1-0/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds17-305/+541
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-29/+57
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-56/+30
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason8-267/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20