aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
2024-05-06bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet1-7/+9
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet2-5/+11
2024-05-06bcachefs: don't free error pointersKent Overstreet1-1/+2
2024-05-06bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet1-0/+2
2024-05-06orangefs: fix out-of-bounds fsid accessMike Marshall1-1/+2
2024-05-06nfsd: set security label during create operationsStephen Smalley2-1/+9
2024-05-06NFSD: Add COPY status code to OFFLOAD_STATUS responseChuck Lever3-4/+17
2024-05-06NFSD: Record status of async copy operation in struct nfsd4_copyChuck Lever2-11/+11
2024-05-06NFSD: add listener-{set,get} netlink commandLorenzo Bianconi3-0/+245
2024-05-06NFSD: add write_version to netlink commandLorenzo Bianconi5-2/+181
2024-05-06NFSD: convert write_threads to netlink commandLorenzo Bianconi3-0/+165
2024-05-06NFSD: allow callers to pass in scope string to nfsd_svcJeff Layton3-4/+4
2024-05-06NFSD: move nfsd_mutex handling into nfsd_svc callersJeff Layton2-2/+4
2024-05-06lockd: host: Remove unnecessary statements'host = NULL;'Li kunyu1-1/+0
2024-05-06nfsd: don't create nfsv4recoverydir in nfsdfs when not used.NeilBrown1-2/+2
2024-05-06nfsd: optimise recalculate_deny_mode() for a common caseNeilBrown1-1/+6
2024-05-06nfsd: add tracepoint in mark_client_expired_lockedJeff Layton2-1/+29
2024-05-06nfsd: new tracepoint for check_slot_seqidChuck Lever2-7/+77
2024-05-06nfsd: drop extraneous newline from nfsd tracepointsJeff Layton1-3/+3
2024-05-06fs: nfsd: use group allocation/free of per-cpu counters APIKefeng Wang4-55/+13
2024-05-06nfsd: trivial GET_DIR_DELEGATION supportJeff Layton3-2/+134
2024-05-06NFSD: Move callback_wq into struct nfs4_clientChuck Lever3-31/+18
2024-05-06nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown1-4/+7
2024-05-06nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()NeilBrown2-8/+32
2024-05-06nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.NeilBrown1-6/+3
2024-05-06nfsd: perform all find_openstateowner_str calls in the one place.NeilBrown1-53/+40
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox1-2/+2
2024-05-05f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)1-2/+3
2024-05-05fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)1-3/+3
2024-05-05fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand1-6/+7
2024-05-05fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand1-3/+4
2024-05-05buffer: improve bdev_getblk documentationMatthew Wilcox (Oracle)1-0/+5
2024-05-05buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)1-3/+6
2024-05-05buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)1-9/+8
2024-05-05buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)1-13/+22
2024-05-05buffer: add kernel-doc for try_to_free_buffers()Matthew Wilcox (Oracle)1-20/+24
2024-05-05buffer: add kernel-doc for block_dirty_folio()Matthew Wilcox (Oracle)1-24/+31
2024-05-05fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts1-9/+13
2024-05-05fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts1-1/+1
2024-05-05mm/userfaultfd: reset ptes when close() for wr-protected onesPeter Xu1-0/+4
2024-05-05epoll: be better about file lifetimesLinus Torvalds1-1/+37
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-59/+195
2024-05-04ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon5-38/+30
2024-05-04ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-05-04kernfs: mount: Remove unnecessary ‘NULL’ values from knparentLi zeming1-1/+1
2024-05-04eventfs: Have "events" directory get permissions from its parentSteven Rostedt (Google)1-6/+24