summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-10-10NFSD: Limit the number of concurrent async COPY operationsChuck Lever
2024-10-10NFSD: Async COPY result needs to return a write verifierChuck Lever
2024-10-10sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro
2024-10-10ceph: fix cap ref leak via netfs init_requestPatrick Donnelly
2024-10-10btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-10-10btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana
2024-10-10btrfs: drop the backref cache during relocation if we commitJosef Bacik
2024-10-10btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo
2024-10-10cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li
2024-10-10smb3: fix incorrect mode displayed for read-only filesSteve French
2024-10-10smb: client: use actual path when queryfswangrong
2024-10-10sysctl: avoid spurious permanent empty tablesThomas Weißschuh
2024-10-10NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever
2024-10-10nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng
2024-10-10nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown
2024-10-10exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo
2024-10-10ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu
2024-10-10ocfs2: fix null-ptr-deref when journal load failed.Julian Sun
2024-10-10ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu
2024-10-10ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi
2024-10-10ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna
2024-10-10ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi
2024-10-10ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao
2024-10-10jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi
2024-10-10jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li
2024-10-10parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller
2024-10-10ext4: fix off by one issue in alloc_flex_gd()Baokun Li
2024-10-10ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)
2024-10-10ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)
2024-10-10ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)
2024-10-10ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)
2024-10-10ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)
2024-10-10ext4: update orig_path in ext4_find_extent()Baokun Li
2024-10-10ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)
2024-10-10ext4: fix timer use-after-free on failed mountXiaxi Shen
2024-10-10ext4: fix double brelse() the buffer of the extents pathBaokun Li
2024-10-10ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li
2024-10-10ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li
2024-10-10ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)
2024-10-10ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng
2024-10-10ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)
2024-10-10ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li
2024-10-10ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li
2024-10-10ext4: correct encrypted dentry name hash when not casefoldedyao.ly
2024-10-10ext4: no need to continue when the number of entries is 1Edward Adam Davis
2024-10-10ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton
2024-10-10f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong
2024-10-10f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong
2024-10-10f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong