summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-11btrfs: handle empty list of NOCOW ordered extents with checksum listJohannes Thumshirn
2024-11-11btrfs: simplify the page uptodate preparation for prepare_pages()Qu Wenruo
2024-11-11btrfs: remove the dirty_page local variableQu Wenruo
2024-11-11btrfs: remove unused btrfs_try_tree_write_lock()Dr. David Alan Gilbert
2024-11-11btrfs: remove unused btrfs_is_parity_mirror()Dr. David Alan Gilbert
2024-11-11btrfs: remove unused btrfs_free_squota_rsv()Dr. David Alan Gilbert
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: remove unused page_to_inode and page_to_fs_info macrosYouling Tang
2024-11-11btrfs: remove redundant stop_loop variable in scrub_stripe()Riyan Dhiman
2024-11-11btrfs: remove pointless initialization at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post()Filipe Manana
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana
2024-11-11btrfs: remove code duplication in ordered extent finishingJohannes Thumshirn
2024-11-11btrfs: canonicalize the device path before adding itQu Wenruo
2024-11-11btrfs: avoid unnecessary device path update for the same deviceQu Wenruo
2024-11-11btrfs: allow compression even if the range is not page alignedQu Wenruo
2024-11-11btrfs: mark all dirty sectors as locked inside writepage_delalloc()Qu Wenruo
2024-11-11btrfs: move the delalloc range bitmap search into extent_io.cQu Wenruo
2024-11-11btrfs: do not assume the full page range is not dirty in extent_writepage_io()Qu Wenruo
2024-11-11btrfs: make extent_range_clear_dirty_for_io() to handle sector size < page si...Qu Wenruo
2024-11-11btrfs: wait for writeback if sector size is smaller than page sizeQu Wenruo
2024-11-11btrfs: compression: add an ASSERT() to ensure the read-in length is saneQu Wenruo
2024-11-11btrfs: zstd: make the compression path to handle sector size < page sizeQu Wenruo
2024-11-11btrfs: zlib: make the compression path to handle sector size < page sizeQu Wenruo
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-11-11btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERTQu Wenruo
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-11-11fs/backing-file: Convert to revert/override_creds_light()Vinicius Costa Gomes
2024-11-11backing-file: clean up the APIMiklos Szeredi
2024-11-11ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko
2024-11-11mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2024-11-11bcachefs: Allow for unknown key types in backpointers fsckKent Overstreet
2024-11-11bcachefs: Fix assertion pop in topology repairKent Overstreet
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-09Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_a...Trond Myklebust
2024-11-09nfs/localio: must clear res.replen in nfs_local_read_doneNeilBrown
2024-11-09Merge tag 'nfsd-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-11-09Merge tag 'v6.12-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-11-09NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust
2024-11-09NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid()Trond Myklebust
2024-11-08Merge tag 'v6.12-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-11-08nfs/localio: eliminate need for nfs_local_fsync_work forward declarationMike Snitzer
2024-11-08nfs/localio: remove extra indirect nfs_to call to check {read,write}_iterMike Snitzer
2024-11-08nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctxMike Snitzer
2024-11-08nfs/localio: remove redundant suid/sgid handlingMike Snitzer