summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
AgeCommit message (Expand)Author
2014-06-10locks: set fl_owner for leases back to current->filesJeff Layton
2014-06-02locks: add some tracepoints in the lease handling codeJeff Layton
2014-06-02fs/locks.c: replace seq_printf by seq_putsFabian Frederick
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-09locks: only validate the lock vs. f_mode in F_SETLK codepathsJeff Layton
2014-04-23locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton
2014-04-22locks: rename file-private locks to "open file description locks"Jeff Layton
2014-04-15locks: allow __break_lease to sleep even when break_time is 0Jeff Layton
2014-03-31locks: make locks_mandatory_area check for file-private locksJeff Layton
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-31locks: require that flock->l_pid be set to 0 for file-private locksJeff Layton
2014-03-31locks: add new fcntl cmd values for handling file private locksJeff Layton
2014-03-31locks: skip deadlock detection on FL_FILE_PVT locksJeff Layton
2014-03-31locks: pass the cmd value to fcntl_getlk/getlk64Jeff Layton
2014-03-31locks: report l_pid as -1 for FL_FILE_PVT locksJeff Layton
2014-03-31locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"Jeff Layton
2014-03-31locks: rename locks_remove_flock to locks_remove_fileJeff Layton
2014-03-31locks: consolidate checks for compatible filp->f_mode values in setlk handlersJeff Layton
2014-03-31locks: fix posix lock range overflow handlingJ. Bruce Fields
2014-03-31locks: eliminate BUG() call when there's an unexpected lock on file closeJeff Layton
2014-03-31locks: add __acquires and __releases annotations to locks_start and locks_stopJeff Layton
2014-03-31locks: remove "inline" qualifier from fl_link manipulation functionsJeff Layton
2014-03-31locks: clean up comment typoJeff Layton
2014-03-31locks: close potential race between setlease and openJeff Layton
2013-11-13locks: missing unlock on error in generic_add_lease()Dan Carpenter
2013-11-09locks: implement delegationsJ. Bruce Fields
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields
2013-10-24file->f_op is never NULL...Al Viro
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton
2013-07-05helper for reading ->d_countAl Viro
2013-06-29locks: give the blocked_hash its own spinlockJeff Layton
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton
2013-06-29locks: turn the blocked_list into a hashtableJeff Layton
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton
2013-06-29locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton
2013-06-29locks: encapsulate the fl_link list handlingJeff Layton
2013-06-29locks: make "added" in __posix_lock_file a boolJeff Layton
2013-06-29locks: comment cleanups and clarificationsJeff Layton
2013-06-29locks: make generic_add_lease and generic_delete_lease staticJeff Layton
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton
2013-02-22new helper: file_inode(file)Al Viro
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-07-27locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger