summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-19ovl: fix regression in showing lowerdir mount optionAmir Goldstein1-15/+23
2023-10-19ovl: make use of ->layers safe in rcu pathwalkAmir Goldstein3-24/+21
2023-10-19ovl: fix regression in parsing of mount options with escaped commaAmir Goldstein1-0/+29
2023-10-19fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein1-5/+29
2023-10-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)6-15/+29
2023-10-19ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-10-19ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-19ovl: temporarily disable appending lowedirsAmir Goldstein1-49/+3
2023-10-19quota: Fix slow quotaoffJan Kara1-27/+39
2023-10-10ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon1-11/+1
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-10-10smb: use kernel_connect() and kernel_bind()Jordan Rife1-5/+5
2023-10-10ovl: fetch inode once in ovl_dentry_revalidate_common()Al Viro1-2/+4
2023-10-10ovl: move freeing ovl_entry past rcu delayAl Viro1-1/+2
2023-10-10NFSv4: Fix a nfs4_state_manager() raceTrond Myklebust1-0/+7
2023-10-10erofs: allow empty device tags in flatdev modeJingbo Xu1-1/+1
2023-10-10erofs: fix memory leak of LZMA global compressed deduplicationGao Xiang1-1/+4
2023-10-10btrfs: always print transaction aborted messages with an error levelFilipe Manana1-2/+2
2023-10-10btrfs: don't clear uptodate on write errorsJosef Bacik2-12/+1
2023-10-10btrfs: remove end_extent_writepageChristoph Hellwig3-51/+37
2023-10-10btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig4-21/+12
2023-10-06fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer1-3/+2
2023-10-06fs/smb/client: Reset password pointer to NULLQuang Le1-0/+1
2023-10-06btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2023-10-06btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2023-10-06btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2023-10-06btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert1-2/+14
2023-10-06btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2023-10-06NFSv4: Fix a state manager thread deadlock regressionTrond Myklebust2-13/+29
2023-10-06nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian1-3/+3
2023-10-06gfs2: fix glock shrinker ref issuesBob Peterson1-1/+3
2023-10-06NFSv4.1: fix zero value filehandle in post open getattrOlga Kornievskaia1-1/+5
2023-10-06smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2-4/+4
2023-10-06btrfs: assert delayed node locked when removing delayed itemFilipe Manana1-4/+8
2023-10-06ceph: drop messages from MDS when unmountingXiubo Li7-22/+109
2023-10-06NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not setChuck Lever1-2/+2
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-10-06direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro1-0/+1
2023-10-06cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2-11/+24
2023-10-06proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2-17/+22
2023-10-06proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer1-12/+15
2023-10-06ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-10-06ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-10-06ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-10-06btrfs: remove BUG() after failure to insert delayed dir index itemFilipe Manana1-27/+47
2023-10-06btrfs: improve error message after failure to add delayed dir index itemFilipe Manana1-3/+4
2023-10-06netfs: Only call folio_start_fscache() one time for each folioDave Wysochanski1-1/+5
2023-10-06gfs2: Fix another freeze/thaw hangAndreas Gruenbacher1-4/+5