aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: set delayed item type when initializing itFilipe Manana1-22/+8
2022-07-25btrfs: do not BUG_ON() on failure to reserve metadata for delayed itemFilipe Manana1-3/+6
2022-07-25btrfs: improve batch insertion of delayed dir index itemsFilipe Manana1-15/+9
2022-07-25btrfs: assert that delayed item is a dir index item when adding itFilipe Manana1-3/+5
2022-07-25btrfs: improve batch deletion of delayed dir index itemsFilipe Manana1-35/+25
2022-07-25btrfs: refactor the delayed item deletion entry pointFilipe Manana1-32/+39
2022-07-25btrfs: deal with deletion errors when deleting delayed itemsFilipe Manana1-1/+3
2022-07-25btrfs: add assertions when deleting batches of delayed itemsFilipe Manana1-8/+16
2022-07-25btrfs: balance btree dirty pages and delayed items after clone and dedupeFilipe Manana1-1/+7
2022-07-25btrfs: free the path earlier when creating a new inodeFilipe Manana1-3/+8
2022-07-25btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana1-4/+10
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo3-133/+206
2022-07-25btrfs: update stripe_sectors::uptodate in steal_rbioQu Wenruo1-7/+19
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba4-16/+4
2022-07-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+49
2022-07-25btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmapQu Wenruo1-24/+13
2022-07-25btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmapQu Wenruo1-20/+22
2022-07-25btrfs: use btrfs_try_lock_balance in btrfs_ioctl_balanceNikolay Borisov1-46/+5
2022-07-25btrfs: introduce btrfs_try_lock_balanceNikolay Borisov1-0/+66
2022-07-25btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig1-34/+22
2022-07-25btrfs: add a helper to iterate through a btrfs_bio with sector sized chunksQu Wenruo1-0/+16
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig2-10/+11
2022-07-25btrfs: refactor end_bio_extent_readpage code flowChristoph Hellwig1-46/+40
2022-07-25btrfs: factor out a helper to end a single sector buffer I/OChristoph Hellwig1-11/+15
2022-07-25btrfs: remove duplicated parameters from submit_data_read_repair()Qu Wenruo1-17/+11
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo3-19/+34
2022-07-25btrfs: quit early if the fs has no RAID56 support for raid56 related checksQu Wenruo1-0/+6
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong2-5/+5
2022-07-25btrfs: zoned: fix comment description for sb_write_pointer logicPankaj Raghav1-3/+3
2022-07-25btrfs: fix typos in commentsDavid Sterba10-11/+11
2022-07-22Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+11
2022-07-21io_uring: do not recycle buffer in READVDylan Yudaken1-0/+8
2022-07-21io_uring: fix free of unallocated buffer listDylan Yudaken1-3/+3
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-256/+340
2022-07-15Merge tag 'ceph-for-5.19-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds3-13/+17
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba4-44/+50
2022-07-15Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"David Sterba1-18/+22
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba4-55/+97
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba6-139/+171
2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds1-1/+1
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+16
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-8/+18
2022-07-14netfs: do not unlock and put the folio twiceXiubo Li3-13/+17
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French1-6/+7
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer1-1/+1
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner1-1/+2
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+24
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N1-2/+9
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-21/+27