Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filelock: always define for_each_file_lock() | Jeff Layton | 2024-02-12 | 1 | -5/+3 |
* | filelock: don't do security checks on nfsd setlease calls | Jeff Layton | 2024-02-05 | 1 | -0/+7 |
* | filelock: split leases out of struct file_lock | Jeff Layton | 2024-02-05 | 1 | -16/+33 |
* | filelock: remove temporary compatibility macros | Jeff Layton | 2024-02-05 | 1 | -16/+0 |
* | filelock: convert fl_blocker to file_lock_core | Jeff Layton | 2024-02-05 | 1 | -1/+1 |
* | filelock: split common fields into struct file_lock_core | Jeff Layton | 2024-02-05 | 1 | -18/+39 |
* | filelock: add some new helper functions | Jeff Layton | 2024-02-05 | 1 | -0/+44 |
* | filelock: fl_pid field should be signed int | Jeff Layton | 2024-02-02 | 1 | -1/+1 |
* | fs: Pass argument to fcntl_setlease as int | Luca Vizzarro | 2023-07-10 | 1 | -6/+6 |
* | fs: remove locks_inode | Jeff Layton | 2023-01-11 | 1 | -3/+1 |
* | filelock: move file locking definitions to separate header file | Jeff Layton | 2023-01-11 | 1 | -0/+441 |