summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-20fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-20fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-20fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-20fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli3-8/+8
2023-12-20cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe4-16/+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-08btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba1-0/+1
2023-12-08btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo1-3/+8
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-08ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)1-1/+0
2023-12-08ksmbd: fix possible deadlock in smb2_openNamjae Jeon5-59/+75
2023-12-08smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-12-08smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
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-03cifs: fix leak of iface for primary channelShyam Prasad N1-0/+6
2023-12-03cifs: account for primary channel in the interface listShyam Prasad N2-0/+34
2023-12-03cifs: distribute channels across interfaces based on speedShyam Prasad N3-14/+88
2023-12-03afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-12-03afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-12-03libfs: getdents() should return 0 after reaching EODChuck Lever1-3/+11
2023-12-03filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+2
2023-12-03fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger4-8/+28
2023-12-03afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-12-03afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-12-03NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-24/+54
2023-12-03NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-11-28ext4: fix racy may inline data check in dio writeBrian Foster1-7/+9
2023-11-28ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2023-11-28ext4: add missed brelse in update_backupsKemeng Shi1-1/+3
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-11-28ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-11-28ext4: mark buffer new if it is unwritten to avoid stale data exposureOjaswin Mujoo1-1/+13
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-11-28ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-11-28ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-11-28ext4: no need to generate from free list in mballocWang Jianjian1-33/+6