aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/filelock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-12filelock: always define for_each_file_lock()Jeff Layton1-5/+3
2024-02-05filelock: don't do security checks on nfsd setlease callsJeff Layton1-0/+7
2024-02-05filelock: split leases out of struct file_lockJeff Layton1-16/+33
2024-02-05filelock: remove temporary compatibility macrosJeff Layton1-16/+0
2024-02-05filelock: convert fl_blocker to file_lock_coreJeff Layton1-1/+1
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-18/+39
2024-02-05filelock: add some new helper functionsJeff Layton1-0/+44
2024-02-02filelock: fl_pid field should be signed intJeff Layton1-1/+1
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-6/+6
2023-01-11fs: remove locks_inodeJeff Layton1-3/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+441