aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-13cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells
2023-12-13cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells
2023-12-13nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi
2023-12-13nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi
2023-12-08iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig
2023-12-08btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana
2023-12-08btrfs: send: ensure send_fd is writableJann Horn
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo
2023-12-08smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara
2023-12-08cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells
2023-12-08cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells
2023-12-03NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever
2023-12-03NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever
2023-12-03ext4: make sure allocate pending entry not failZhang Yi
2023-12-03ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li
2023-12-03ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li
2023-12-03ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li
2023-12-03ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li
2023-12-03ext4: use pre-allocated es in __es_remove_extent()Baokun Li
2023-12-03ext4: use pre-allocated es in __es_insert_extent()Baokun Li
2023-12-03ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li
2023-12-03ext4: add a new helper to check if es must be keptBaokun Li
2023-12-03cifs: fix leak of iface for primary channelShyam Prasad N
2023-12-03cifs: account for primary channel in the interface listShyam Prasad N
2023-12-03cifs: distribute channels across interfaces based on speedShyam Prasad N
2023-12-03cifs: print last update time for interface listShyam Prasad N
2023-12-03smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French
2023-12-03cifs: minor cleanup of some headersSteve French
2023-12-03afs: Fix file locking on R/O volumes to operate in local modeDavid Howells
2023-12-03afs: Return ENOENT if no cell DNS record can be foundDavid Howells
2023-12-03afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells
2023-12-03afs: Fix afs_server_list to be cleaned up with RCUDavid Howells
2023-11-28ext4: properly sync file size update after O_SYNC direct IOJan Kara
2023-11-28ext4: add missed brelse in update_backupsKemeng Shi
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi
2023-11-28ext4: correct the start block of counting reserved clustersZhang Yi
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi
2023-11-28ext4: apply umask if ACL support is disabledMax Kellermann
2023-11-28nfsd: fix file memleak on client_opens_releaseMahmoud Adam
2023-11-28f2fs: avoid format-overflow warningSu Hui
2023-11-28f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim
2023-11-28btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota
2023-11-28xfs: recovery should not clear di_flushiter unconditionallyDave Chinner