summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix refcount underflow from error handling raceDavid Howells2023-12-201-1/+1
* ksmbd: fix memory leak in smb2_lock()Zizhi Wo2023-12-201-0/+1
* ext4: fix warning in ext4_dio_write_end_io()Jan Kara2023-12-201-6/+8
* cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells2023-12-131-11/+57
* cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells2023-12-131-3/+99
* smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara2023-12-131-0/+2
* cifs: Fix non-availability of dedup breaking generic/304David Howells2023-12-131-1/+3
* nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi2023-12-131-7/+35
* nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi2023-12-131-1/+5
* btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba2023-12-081-0/+1
* btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo2023-12-081-3/+8
* btrfs: make error messages more clear when getting a chunk mapFilipe Manana2023-12-081-3/+4
* btrfs: send: ensure send_fd is writableJann Horn2023-12-081-1/+1
* btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-12-081-1/+1
* btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel2023-12-081-0/+2
* btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-12-082-1/+5
* ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)2023-12-081-1/+0
* 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