summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-05filelock: convert fl_blocker to file_lock_coreJeff Layton
2024-02-05filelock: convert __locks_insert_block, conflict and deadlock checks to use f...Jeff Layton
2024-02-05filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock...Jeff Layton
2024-02-05filelock: convert locks_{insert,delete}_global_blockedJeff Layton
2024-02-05filelock: make locks_{insert,delete}_global_locks take file_lock_core argJeff Layton
2024-02-05filelock: convert posix_owner_key to take file_lock_core argJeff Layton
2024-02-05filelock: make posix_same_owner take file_lock_core pointersJeff Layton
2024-02-05filelock: convert more internal functions to use file_lock_coreJeff Layton
2024-02-05filelock: have fs/locks.c deal with file_lock_core directlyJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05filelock: drop the IS_* macrosJeff Layton
2024-02-05smb/server: convert to using new filelock helpersJeff Layton
2024-02-05smb/client: convert to using new filelock helpersJeff Layton
2024-02-05ocfs2: convert to using new filelock helpersJeff Layton
2024-02-05nfsd: convert to using new filelock helpersJeff Layton
2024-02-05nfs: convert to using new filelock helpersJeff Layton
2024-02-05lockd: convert to using new filelock helpersJeff Layton
2024-02-05gfs2: convert to using new filelock helpersJeff Layton
2024-02-05dlm: convert to using new filelock helpersJeff Layton
2024-02-05ceph: convert to using new filelock helpersJeff Layton
2024-02-05afs: convert to using new filelock helpersJeff Layton
2024-02-059p: rename fl_type variable in v9fs_file_do_lockJeff Layton
2024-02-05filelock: add some new helper functionsJeff Layton
2024-02-02filelock: rename fl_pid variable in lock_get_statusJeff Layton
2024-02-02filelock: rename some fields in tracepointsJeff Layton
2024-02-02filelock: fl_pid field should be signed intJeff Layton
2024-01-21Linux 6.8-rc1Linus Torvalds
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-21Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet
2024-01-21bcachefs: logged_ops_format.hKent Overstreet
2024-01-21bcachefs: reflink_format.hKent Overstreet
2024-01-21bcachefs; extents_format.hKent Overstreet
2024-01-21bcachefs: ec_format.hKent Overstreet
2024-01-21bcachefs: subvolume_format.hKent Overstreet
2024-01-21bcachefs: snapshot_format.hKent Overstreet
2024-01-21bcachefs: alloc_background_format.hKent Overstreet
2024-01-21bcachefs: xattr_format.hKent Overstreet
2024-01-21bcachefs: dirent_format.hKent Overstreet
2024-01-21bcachefs: inode_format.hKent Overstreet
2024-01-21bcachefs; quota_format.hKent Overstreet
2024-01-21bcachefs: sb-counters_format.hKent Overstreet
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue