summaryrefslogtreecommitdiffstats
path: root/include/linux/filelock.h
Commit message (Expand)AuthorAgeFilesLines
* filelock: always define for_each_file_lock()Jeff Layton2024-02-121-5/+3
* filelock: don't do security checks on nfsd setlease callsJeff Layton2024-02-051-0/+7
* filelock: split leases out of struct file_lockJeff Layton2024-02-051-16/+33
* filelock: remove temporary compatibility macrosJeff Layton2024-02-051-16/+0
* filelock: convert fl_blocker to file_lock_coreJeff Layton2024-02-051-1/+1
* filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-18/+39
* filelock: add some new helper functionsJeff Layton2024-02-051-0/+44
* filelock: fl_pid field should be signed intJeff Layton2024-02-021-1/+1
* fs: Pass argument to fcntl_setlease as intLuca Vizzarro2023-07-101-6/+6
* fs: remove locks_inodeJeff Layton2023-01-111-3/+1
* filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+441