aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik
2023-12-20ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells
2023-12-20ksmbd: fix memory leak in smb2_lock()Zizhi Wo
2023-12-20ext4: fix warning in ext4_dio_write_end_io()Jan Kara
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