summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix possible deadlock in smb2_openNamjae Jeon2023-12-085-59/+75
* smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-12-081-0/+2
* smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-12-081-1/+1
* cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-12-081-0/+3
* cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-12-081-2/+8
* cifs: fix leak of iface for primary channelShyam Prasad N2023-12-031-0/+6
* cifs: account for primary channel in the interface listShyam Prasad N2023-12-032-0/+34
* cifs: distribute channels across interfaces based on speedShyam Prasad N2023-12-033-14/+88
* afs: Fix file locking on R/O volumes to operate in local modeDavid Howells2023-12-031-0/+2
* afs: Return ENOENT if no cell DNS record can be foundDavid Howells2023-12-031-0/+10
* libfs: getdents() should return 0 after reaching EODChuck Lever2023-12-031-3/+11
* filemap: add a per-mapping stable writes flagChristoph Hellwig2023-12-031-0/+2
* fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger2023-12-034-8/+28
* afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells2023-12-031-2/+2
* afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2023-12-032-1/+2
* NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever2023-12-033-24/+54
* NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever2023-12-031-1/+3
* ext4: fix racy may inline data check in dio writeBrian Foster2023-11-281-7/+9
* ext4: properly sync file size update after O_SYNC direct IOJan Kara2023-11-281-88/+65
* ext4: add missed brelse in update_backupsKemeng Shi2023-11-281-1/+3
* ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi2023-11-281-7/+2
* ext4: correct the start block of counting reserved clustersZhang Yi2023-11-281-2/+2
* ext4: correct return value of ext4_convert_meta_bgKemeng Shi2023-11-281-3/+1
* ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo2023-11-281-1/+13
* ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi2023-11-281-2/+4
* ext4: apply umask if ACL support is disabledMax Kellermann2023-11-281-0/+5
* ext4: make sure allocate pending entry not failZhang Yi2023-11-281-34/+89
* ext4: no need to generate from free list in mballocWang Jianjian2023-11-281-33/+6
* ext4: fix race between writepages and remountBaokun Li2023-11-282-1/+16
* NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever2023-11-281-15/+8
* nfsd: fix file memleak on client_opens_releaseMahmoud Adam2023-11-281-1/+1
* f2fs: split initial and dynamic conditions for extent_cacheJaegeuk Kim2023-11-281-32/+21
* f2fs: avoid format-overflow warningSu Hui2023-11-281-1/+1
* f2fs: set the default compress_level on ioctlJaegeuk Kim2023-11-281-0/+9
* f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2023-11-282-8/+16
* gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher2023-11-281-3/+1
* btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-281-0/+7
* xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-281-15/+17
* cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-281-3/+9
* cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N2023-11-283-8/+8
* cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N2023-11-281-1/+0
* cifs: force interface update before a fresh session setupShyam Prasad N2023-11-281-1/+5
* cifs: reconnect helper should set reconnect for the right channelShyam Prasad N2023-11-281-4/+5
* smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara2023-11-283-7/+29
* smb: client: fix potential deadlock when releasing midsPaulo Alcantara2023-11-283-12/+8
* smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara2023-11-281-35/+49
* smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara2023-11-281-0/+6
* smb3: fix caching of ctime on setxattrSteve French2023-11-281-1/+4
* smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2023-11-282-0/+31
* smb3: fix touch -h of symlinkSteve French2023-11-281-0/+1