summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-05-17ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-17ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-17ext4: fix lockdep warning when enabling MMPJan Kara1-9/+21
2023-05-17ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-17ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-17ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-17ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-17ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-17ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-17ext4: avoid deadlock in fs reclaim with page writebackJan Kara3-13/+40
2023-05-17ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-17ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-17ext4: fix WARNING in mb_find_extentYe Bin1-0/+25
2023-05-17fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov5-8/+8
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim1-1/+15
2023-05-17f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim1-1/+1
2023-05-17f2fs: remove entire rb_entry sharingJaegeuk Kim2-112/+71
2023-05-17f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim3-139/+169
2023-05-17f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim5-115/+93
2023-05-17sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain1-4/+1
2023-05-17proc_sysctl: enhance documentationLuis Chamberlain1-5/+20
2023-05-17proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain1-3/+11
2023-05-17SMB3: force unmount was failing to close deferred close filesSteve French1-0/+1
2023-05-17smb3: fix problem remounting a share after shutdownSteve French1-0/+7
2023-05-17inotify: Avoid reporting event with invalid wdJan Kara1-2/+9
2023-05-17cifs: release leases for deferred close handles when freezingSteve French1-0/+15
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek1-1/+1
2023-05-17btrfs: fix backref walking not returning all inode refsFilipe Manana3-10/+17
2023-05-17btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota1-4/+3
2023-05-17btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3
2023-05-17btrfs: fix space cache inconsistency after error loading it from diskFilipe Manana1-3/+4
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova1-3/+3
2023-05-17btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo4-11/+70
2023-05-17btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig1-2/+2
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik1-1/+2
2023-05-17btrfs: fix encoded write i_size corruption with no-holesBoris Burkov1-2/+3
2023-05-17btrfs: fix assertion of exclop condition when starting balancexiaoshoukui1-1/+3
2023-05-17btrfs: properly reject clear_cache and v1 cache for block-group-treeQu Wenruo1-1/+6
2023-05-17btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zonesNaohiro Aota1-3/+3
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana1-1/+31
2023-05-17rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells3-8/+6
2023-05-17writeback: fix call of incorrect macroMaxim Korotkov1-1/+1
2023-05-17fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup()ZhangPeng1-0/+10
2023-05-11cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara5-79/+80
2023-05-11cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara5-20/+43
2023-05-11cifs: fix potential race when tree connecting ipcPaulo Alcantara1-7/+50
2023-05-11cifs: fix sharing of DFS connectionsPaulo Alcantara6-80/+147
2023-05-11cifs: protect session status check in smb2_reconnect()Paulo Alcantara1-4/+11
2023-05-11cifs: fix potential use-after-free bugs in TCP_Server_Info::hostnamePaulo Alcantara4-13/+23
2023-05-11btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+5