summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-25btrfs: reduce amount of reserved metadata for delayed item insertionFilipe Manana
2022-07-25btrfs: set delayed item type when initializing itFilipe Manana
2022-07-25btrfs: do not BUG_ON() on failure to reserve metadata for delayed itemFilipe Manana
2022-07-25btrfs: improve batch insertion of delayed dir index itemsFilipe Manana
2022-07-25btrfs: assert that delayed item is a dir index item when adding itFilipe Manana
2022-07-25btrfs: improve batch deletion of delayed dir index itemsFilipe Manana
2022-07-25btrfs: refactor the delayed item deletion entry pointFilipe Manana
2022-07-25btrfs: deal with deletion errors when deleting delayed itemsFilipe Manana
2022-07-25btrfs: add assertions when deleting batches of delayed itemsFilipe Manana
2022-07-25btrfs: balance btree dirty pages and delayed items after clone and dedupeFilipe Manana
2022-07-25btrfs: free the path earlier when creating a new inodeFilipe Manana
2022-07-25btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo
2022-07-25btrfs: update stripe_sectors::uptodate in steal_rbioQu Wenruo
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba
2022-07-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo
2022-07-25btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapQu Wenruo
2022-07-25btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmapQu Wenruo
2022-07-25btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceNikolay Borisov
2022-07-25btrfs: introduce btrfs_try_lock_balanceNikolay Borisov
2022-07-25btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig
2022-07-25btrfs: refactor end_bio_extent_readpage code flowChristoph Hellwig
2022-07-25btrfs: factor out a helper to end a single sector buffer I/OChristoph Hellwig
2022-07-25btrfs: remove duplicated parameters from submit_data_read_repair()Qu Wenruo
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo
2022-07-25btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong
2022-07-25btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav
2022-07-25btrfs: fix typos in commentsDavid Sterba
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-21io_uring: do not recycle buffer in READVDylan Yudaken
2022-07-21io_uring: fix free of unallocated buffer listDylan Yudaken
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N