summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-23xfs: release the dquot buf outside of qli_lockDarrick J. Wong
2024-12-23xfs: tidy up xfs_iroot_reallocDarrick J. Wong
2024-12-23xfs: don't over-report free space or inodes in statvfsDarrick J. Wong
2024-12-23btrfs: fix transaction atomicity bug when enabling simple quotasJulian Sun
2024-12-23btrfs: avoid monopolizing a core when activating a swap fileFilipe Manana
2024-12-23btrfs: allow swap activation to be interruptibleFilipe Manana
2024-12-23btrfs: fix swap file activation failure due to extents that used to be sharedFilipe Manana
2024-12-23btrfs: fix race with memory mapped writes when activating swap fileFilipe Manana
2024-12-23btrfs: check folio mapping after unlock in put_file_data()Boris Burkov
2024-12-23btrfs: check folio mapping after unlock in relocate_one_folio()Boris Burkov
2024-12-23btrfs: fix use-after-free when COWing tree bock and tracing is enabledFilipe Manana
2024-12-23btrfs: fix use-after-free waiting for encoded read endiosJohannes Thumshirn
2024-12-23Merge tag 'nfsd-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-12-23block: Delete bio_set_prio()John Garry
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert
2024-12-23smb: enable reuse of deferred file handles for write operationsBharath SM
2024-12-22fs: sort out a stale comment about races between fd alloc and dup2Mateusz Guzik
2024-12-22fs: Fix grammar and spelling in propagate_umount()Zhu Jun
2024-12-22fs: fc_log replace magic number 7 with ARRAY_SIZE()Guo Weikang
2024-12-22file: flush delayed work in delayed fput()shao mingyin
2024-12-22fs: fix proc_handler for sysctl_nr_openJinliang Zheng
2024-12-22ext4: use inode_set_cached_link()Mateusz Guzik
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik
2024-12-22pidfs: allow bind-mountsChristian Brauner
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-21Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-21Merge tag 'nfs-for-6.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-12-21Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-12-21bcachefs: Snapshot deletion no longer uses snapshot_t->equivKent Overstreet
2024-12-21bcachefs: Kill equiv_seen arg to delete_dead_snapshots_process_key()Kent Overstreet
2024-12-21bcachefs: Don't run overwrite triggers before insertKent Overstreet
2024-12-21bcachefs: alloc_data_type_set() happens in alloc triggerKent Overstreet
2024-12-21bcachefs: Fix key cache + BTREE_ITER_all_snapshotsKent Overstreet
2024-12-21bcachefs: Fix btree_trans_peek_key_cache() BTREE_ITER_all_snapshotsKent Overstreet
2024-12-21bcachefs: tidy btree_trans_peek_journal()Kent Overstreet
2024-12-21bcachefs: tidy up __bch2_btree_iter_peek()Kent Overstreet
2024-12-21bcachefs: check_indirect_extents can run onlineKent Overstreet
2024-12-21bcachefs: Refactor c->opts.reconstruct_allocKent Overstreet
2024-12-21bcachefs: Add empty statement between label and declaration in check_inode_ha...Nathan Chancellor
2024-12-21bcachefs: trace_write_buffer_maybe_flushKent Overstreet
2024-12-21bcachefs: bch2_snapshot_exists()Kent Overstreet
2024-12-21bcachefs: bch2_check_key_has_snapshot() prints btree idKent Overstreet
2024-12-21bcachefs: bch2_str_hash_check_key() now checks inode hash infoKent Overstreet
2024-12-21bcachefs: Don't BUG_ON() inode unpack errorKent Overstreet
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet
2024-12-21bcachefs: kill sysfs internal/accountingKent Overstreet
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet
2024-12-21bcachefs: Don't start rewriting btree nodes until after journal replayKent Overstreet
2024-12-21bcachefs: Fix reuse of bucket before journal flush on multiple empty -> nonem...Kent Overstreet
2024-12-21bcachefs: bch2_journal_noflush_seq() now takes [start, end)Kent Overstreet