summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-07btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov4-4/+34
2023-12-07btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov6-25/+31
2023-12-07btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov1-1/+3
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyShyam Prasad N2-18/+19
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Shyam Prasad N2-34/+16
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster1-0/+3
2023-12-06bcachefs: Fix creating snapshot with implict sourceKent Overstreet1-1/+1
2023-12-06cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-06smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-06ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon3-7/+12
2023-12-06ksmbd: set v2 lease capabilityNamjae Jeon2-7/+6
2023-12-06ksmbd: set epoch in create context v2 leaseNamjae Jeon2-1/+5
2023-12-06ksmbd: fix memory leak in smb2_lock()Zizhi Wo1-0/+1
2023-12-05bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet1-0/+8
2023-12-05bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet1-4/+4
2023-12-05bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet1-2/+2
2023-12-05bcachefs: Fix a journal deadlock in replayKent Overstreet1-0/+11
2023-12-04bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet1-0/+16
2023-12-04cifs: Fix flushing, invalidation and file size with FICLONEDavid Howells1-11/+57
2023-12-04cifs: Fix flushing, invalidation and file size with copy_file_range()David Howells1-3/+99
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein1-0/+2
2023-12-04fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua1-0/+1
2023-12-04fuse: share lookup state between submount and its parentKrister Johansen2-3/+87
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli3-8/+8
2023-12-04Revert "debugfs: annotate debugfs handlers vs. removal with lockdep"Johannes Berg3-23/+0
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet4-12/+5
2023-12-03Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-34/+54
2023-12-02Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds36-228/+394
2023-12-01ext4: fix warning in ext4_dio_write_end_io()Jan Kara1-6/+8
2023-12-01jbd2: increase the journal IO's priorityZhang Yi2-13/+16
2023-12-01jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi1-1/+3
2023-12-01ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-10/+182
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov5-31/+40
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-10/+182
2023-11-30cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells1-0/+3
2023-11-30cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells1-2/+8
2023-11-29bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2-4/+10
2023-11-29bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-29bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4
2023-11-29bcachefs: move journal seq assertionKent Overstreet2-3/+3
2023-11-29bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet1-0/+4
2023-11-29smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara1-0/+2
2023-11-29smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara1-1/+1
2023-11-29bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet3-17/+14
2023-11-29bcachefs: Fix split_race livelockKent Overstreet1-1/+5
2023-11-29bcachefs: Fix bucket data type for stripe bucketsKent Overstreet1-2/+6
2023-11-29bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet4-31/+53
2023-11-29bcachefs: Fix zstd compress workspace sizeKent Overstreet2-7/+11