summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-03afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-12-03afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-12-03NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-24/+54
2023-12-03NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-11-28ext4: fix racy may inline data check in dio writeBrian Foster1-7/+9
2023-11-28ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2023-11-28ext4: add missed brelse in update_backupsKemeng Shi1-1/+3
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-11-28ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-11-28ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-11-28ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-11-28ext4: no need to generate from free list in mballocWang Jianjian1-33/+6
2023-11-28ext4: fix race between writepages and remountBaokun Li2-1/+16
2023-11-28NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever1-15/+8
2023-11-28nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-28f2fs: split initial and dynamic conditions for extent_cacheJaegeuk Kim1-32/+21
2023-11-28f2fs: avoid format-overflow warningSu Hui1-1/+1
2023-11-28f2fs: set the default compress_level on ioctlJaegeuk Kim1-0/+9
2023-11-28f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2-8/+16
2023-11-28gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2023-11-28btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota1-0/+7
2023-11-28xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-11-28cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells1-3/+9
2023-11-28cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N3-8/+8
2023-11-28cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N1-1/+0
2023-11-28cifs: force interface update before a fresh session setupShyam Prasad N1-1/+5
2023-11-28cifs: reconnect helper should set reconnect for the right channelShyam Prasad N1-4/+5
2023-11-28smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara3-7/+29
2023-11-28smb: client: fix potential deadlock when releasing midsPaulo Alcantara3-12/+8
2023-11-28smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara1-35/+49
2023-11-28smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara1-0/+6
2023-11-28smb3: fix caching of ctime on setxattrSteve French1-1/+4
2023-11-28smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2-0/+31
2023-11-28smb3: fix touch -h of symlinkSteve French1-0/+1
2023-11-28smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French3-2/+12
2023-11-28fs: use nth_page() in place of direct struct page manipulationZi Yan1-2/+2
2023-11-28quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-11-28jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng1-0/+8
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar1-1/+1
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik1-3/+0
2023-11-28ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon1-3/+26
2023-11-28ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-11-28ksmbd: fix recursive locking in vfs helpersMarios Makassikis1-20/+3
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-28proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-11-28cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-28cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2