summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-11lockd: fix nlm_close_filesJeff Layton
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-10Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-09io_uring: check that we have a file table when allocating update slotsJens Axboe
2022-07-08Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-08btrfs: zoned: drop optimization of zone finishNaohiro Aota
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig