summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-01fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2024-01-01ubifs: fix possible dereference after freeKonstantin Meskhidze1-0/+1
2024-01-01btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2-30/+4
2024-01-01smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-01smb: client: fix OOB in SMB2_query_info_init()Paulo Alcantara1-7/+22
2024-01-01smb: client: fix potential OOB in cifs_dump_detail()Paulo Alcantara1-5/+7
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara3-9/+20
2024-01-01afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2-3/+25
2024-01-01afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-01afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-01afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2023-12-20smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara1-10/+16
2023-12-20smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2023-12-20smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara1-6/+8
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov1-1/+2
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov1-1/+3
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2023-12-20ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-20ksmbd: fix memory leak in smb2_lock()Zizhi Wo1-0/+1
2023-12-20ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-12-13cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-13cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-13nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-13nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-08iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-11/+11
2023-12-08btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba1-0/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel1-0/+2
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-12-08smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-12-08cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-12-08cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-12-03NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-23/+56
2023-12-03NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-12-03ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-12-03ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-12-03ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-12-03ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-12-03ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-12-03ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-12-03ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-12-03ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-12-03ext4: add a new helper to check if es must be keptBaokun Li1-13/+21