summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-17btrfs: split remaining space to discard in chunksLuca Stefani2-4/+21
2024-10-17btrfs: zoned: fix missing RCU locking in error message when loading zone infoFilipe Manana1-1/+1
2024-10-17NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang3-2/+3
2024-10-17SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-10-17NFSD: Mark filecache "down" if init failsChuck Lever1-1/+3
2024-10-17smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2024-10-17ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-10-17ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-10-17ntfs3: Change to non-blocking allocation in ntfs_d_hashDiogo Jahchan Koike1-2/+2
2024-10-17fs/ntfs3: Refactor enum_rstbl to suppress static checkerKonstantin Komarov1-2/+17
2024-10-17fs/ntfs3: Fix sparse warning in ni_fiemapKonstantin Komarov1-13/+8
2024-10-17fs/ntfs3: Do not call file_modified if collapse range failedKonstantin Komarov1-1/+3
2024-10-17gfs2: Revert "ignore negated quota changes"Andreas Gruenbacher1-11/+0
2024-10-17gfs2: qd_check_sync cleanupsAndreas Gruenbacher1-18/+22
2024-10-17gfs2: Revert "introduce qd_bh_get_or_undo"Andreas Gruenbacher1-19/+17
2024-10-17unicode: Don't special case ignorable code pointsGabriel Krisman Bertazi2-3427/+3346
2024-10-10Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path"Zhihao Cheng1-2/+0
2024-10-10ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-10-10btrfs: drop the backref cache during relocation if we commitJosef Bacik2-76/+11
2024-10-10btrfs: relocation: constify parameters where possibleDavid Sterba2-32/+33
2024-10-10btrfs: relocation: return bool from btrfs_should_ignore_reloc_rootDavid Sterba2-11/+10
2024-10-10close_range(): fix the logics in descriptor table trimmingAl Viro1-61/+34
2024-10-10ceph: fix cap ref leak via netfs init_requestPatrick Donnelly1-1/+4
2024-10-10btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-10-10btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana1-1/+22
2024-10-10btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo1-1/+1
2024-10-10cachefiles: fix dentry leak in cachefiles_open_file()Baokun Li1-4/+3
2024-10-10smb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
2024-10-10smb: client: use actual path when queryfswangrong4-10/+26
2024-10-10NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-10-10nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-10-10nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-10-10exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo1-5/+5
2024-10-10ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-10-10ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-10-10ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-10-10ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-10-10ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-10-10ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-10-10ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-10-10jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-10-10jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-10-10parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller1-1/+2
2024-10-10ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-10ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-10-10ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)2-2/+15
2024-10-10ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)1-2/+5
2024-10-10ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-10-10ext4: update orig_path in ext4_find_extent()Baokun Li2-2/+2