summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | filelock: convert locks_wake_up_blocks to take a file_lock_core pointerJeff Layton2024-02-051-7/+7
| * | | | filelock: make assign_type helper take a file_lock_core pointerJeff Layton2024-02-051-5/+5
| * | | | filelock: reorganize locks_delete_block and __locks_insert_blockJeff Layton2024-02-051-20/+22
| * | | | filelock: clean up locks_delete_block internalsJeff Layton2024-02-051-7/+8
| * | | | filelock: convert fl_blocker to file_lock_coreJeff Layton2024-02-051-8/+8
| * | | | filelock: convert __locks_insert_block, conflict and deadlock checks to use f...Jeff Layton2024-02-051-60/+72
| * | | | filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock...Jeff Layton2024-02-051-18/+27
| * | | | filelock: convert locks_{insert,delete}_global_blockedJeff Layton2024-02-051-7/+6
| * | | | filelock: make locks_{insert,delete}_global_locks take file_lock_core argJeff Layton2024-02-051-9/+9
| * | | | filelock: convert posix_owner_key to take file_lock_core argJeff Layton2024-02-051-4/+4
| * | | | filelock: make posix_same_owner take file_lock_core pointersJeff Layton2024-02-051-8/+8
| * | | | filelock: convert more internal functions to use file_lock_coreJeff Layton2024-02-051-26/+25
| * | | | filelock: have fs/locks.c deal with file_lock_core directlyJeff Layton2024-02-051-229/+238
| * | | | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-0522-4/+24
| * | | | filelock: drop the IS_* macrosJeff Layton2024-02-051-17/+15
| * | | | smb/server: convert to using new filelock helpersJeff Layton2024-02-052-6/+6
| * | | | smb/client: convert to using new filelock helpersJeff Layton2024-02-051-6/+6
| * | | | ocfs2: convert to using new filelock helpersJeff Layton2024-02-052-3/+3
| * | | | nfsd: convert to using new filelock helpersJeff Layton2024-02-051-16/+16
| * | | | nfs: convert to using new filelock helpersJeff Layton2024-02-056-21/+21
| * | | | lockd: convert to using new filelock helpersJeff Layton2024-02-052-13/+13
| * | | | gfs2: convert to using new filelock helpersJeff Layton2024-02-051-4/+4
| * | | | dlm: convert to using new filelock helpersJeff Layton2024-02-051-5/+5
| * | | | ceph: convert to using new filelock helpersJeff Layton2024-02-051-12/+12
| * | | | afs: convert to using new filelock helpersJeff Layton2024-02-051-13/+13
| * | | | 9p: rename fl_type variable in v9fs_file_do_lockJeff Layton2024-02-051-3/+3
| * | | | filelock: add some new helper functionsJeff Layton2024-02-051-9/+9
| * | | | filelock: rename fl_pid variable in lock_get_statusJeff Layton2024-02-021-4/+4
| |/ / /
* | | | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-117-84/+486
|\ \ \ \
| * | | | libfs: improve path_from_stashed()Christian Brauner2024-03-014-40/+66
| * | | | libfs: add stashed_dentry_prune()Christian Brauner2024-03-014-28/+31
| * | | | libfs: improve path_from_stashed() helperChristian Brauner2024-03-013-66/+73
| * | | | pidfs: convert to path_from_stashed() helperChristian Brauner2024-03-014-28/+56
| * | | | nsfs: convert to path_from_stashed() helperChristian Brauner2024-03-011-55/+18
| * | | | libfs: add path_from_stashed()Christian Brauner2024-03-012-0/+97
| * | | | pidfd: add pidfsChristian Brauner2024-03-012-3/+160
| * | | | pidfd: move struct pidfd_fopsChristian Brauner2024-02-282-1/+123
| * | | | pidfd: kill the no longer needed do_notify_pidfd() in de_thread()Oleg Nesterov2024-02-021-5/+0
| * | | | pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov2024-02-021-1/+5
| |/ / /
* | | | Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-1112-331/+392
|\ \ \ \
| * \ \ \ Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner2024-03-048-28/+55
| |\ \ \ \
| | * | | | block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-065-4/+13
| | * | | | fs: Propagate write hints to the struct block_device inodeBart Van Assche2024-02-061-0/+7
| | * | | | fs: Move enum rw_hint into a new header fileBart Van Assche2024-02-063-0/+3
| | * | | | fs: Split fcntl_rw_hint()Bart Van Assche2024-02-061-21/+24
| | * | | | fs: Verify write lifetime constants at compile timeBart Van Assche2024-02-061-0/+7
| | * | | | fs: Fix rw_hint validationBart Van Assche2024-02-061-7/+5
| | |/ / /
| * | | | iomap: Add processed for iomap_iterKassey Li2024-02-211-1/+4
| * | | | iomap: add pos and dirty_len into trace_iomap_writepage_mapZhang Yi2024-02-212-2/+43
| * | | | iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-014-4/+6