aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton1-17/+17
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton1-7/+7
2014-04-15locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-03-31locks: make locks_mandatory_area check for file-private locksJeff Layton1-2/+13
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-3/+4
2014-03-31locks: require that flock->l_pid be set to 0 for file-private locksJeff Layton1-0/+24
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton1-4/+50
2014-03-31locks: skip deadlock detection on FL_FILE_PVT locksJeff Layton1-2/+17
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton1-2/+2
2014-03-31locks: report l_pid as -1 for FL_FILE_PVT locksJeff Layton1-2/+2
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton1-2/+9
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton1-1/+1
2014-03-31locks: consolidate checks for compatible filp->f_mode values in setlk handlersJeff Layton1-34/+12
2014-03-31locks: fix posix lock range overflow handlingJ. Bruce Fields1-68/+32
2014-03-31locks: eliminate BUG() call when there's an unexpected lock on file closeJeff Layton1-6/+18
2014-03-31locks: add __acquires and __releases annotations to locks_start and locks_stopJeff Layton1-0/+2
2014-03-31locks: remove "inline" qualifier from fl_link manipulation functionsJeff Layton1-8/+4
2014-03-31locks: clean up comment typoJeff Layton1-1/+1
2014-03-31locks: close potential race between setlease and openJeff Layton1-13/+62
2013-11-13locks: missing unlock on error in generic_add_lease()Dan Carpenter1-0/+1
2013-11-09locks: implement delegationsJ. Bruce Fields1-10/+45
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-6/+6
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglockJeff Layton1-20/+49
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29locks: give the blocked_hash its own spinlockJeff Layton1-19/+22
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-2/+10
2013-06-29locks: turn the blocked_list into a hashtableJeff Layton1-8/+17
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton1-12/+12
2013-06-29locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton1-1/+14
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-60/+104
2013-06-29locks: encapsulate the fl_link list handlingJeff Layton1-9/+36
2013-06-29locks: make "added" in __posix_lock_file a boolJeff Layton1-4/+5
2013-06-29locks: comment cleanups and clarificationsJeff Layton1-8/+13
2013-06-29locks: make generic_add_lease and generic_delete_lease staticJeff Layton1-2/+2
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-2/+1
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-3/+1
2013-02-22new helper: file_inode(file)Al Viro1-12/+12
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields1-11/+9
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-11/+9
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton1-3/+3
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-5/+1
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-17/+11
2012-07-27locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields1-6/+5
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is initializedFilipe Brandenburger1-11/+6
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-07-13Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-05-29switch flock to fget_light/fput_lightAl Viro1-2/+3
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-1/+1