summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-10ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2024-10-10ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1
2024-10-10ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li1-0/+1
2024-10-10ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li1-11/+10
2024-10-10ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-10-10ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-10-10ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)1-4/+11
2024-10-10ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li1-0/+1
2024-10-10ext4: fix slab-use-after-free in ext4_split_extent_at()Baokun Li1-1/+20
2024-10-10ext4: correct encrypted dentry name hash when not casefoldedyao.ly1-3/+11
2024-10-10ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-10-10ovl: fail if trusted xattrs are needed but caller lacks permissionMike Baynton1-5/+33
2024-10-10iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig1-1/+9
2024-10-10ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov1-1/+1
2024-10-10ext4: avoid use-after-free in ext4_ext_show_leaf()Baokun Li1-5/+4
2024-10-10ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo1-5/+7
2024-10-10ksmbd: add refcnt to ksmbd_conn structNamjae Jeon4-40/+23