xfs: only bother with sync_filesystem during readonly remount
[platform/kernel/linux-rpi.git] / fs / btrfs /
2022-06-29 Josef Bacikbtrfs: fix deadlock with fsync+fiemap+transaction commit
2022-06-29 Zygo Blaxellbtrfs: don't set lock_owner when locking extent buffer...
2022-06-29 David Sterbabtrfs: add error messages to all unrecognized mount...
2022-06-29 Qu Wenruobtrfs: prevent remounting to v1 space cache for subpage...
2022-06-29 Filipe Mananabtrfs: fix hang during unmount when block group reclaim...
2022-06-09 Qu Wenruobtrfs: fix the error handling for submit_extent_page...
2022-06-09 Qu Wenruobtrfs: repair super block num_devices automatically
2022-06-09 Qu Wenruobtrfs: return correct error number for __extent_writepa...
2022-06-09 Qu Wenruobtrfs: add "0x" prefix for unsupported optional features
2022-05-12 Filipe Mananabtrfs: always log symlinks in full mode
2022-05-12 Qu Wenruobtrfs: force v2 space cache usage for subpage mount
2022-05-12 Filipe Mananabtrfs: do not BUG_ON() on failure to update inode when...
2022-05-09 Filipe Mananabtrfs: fix leaked plug after failure syncing log on...
2022-05-01 Filipe Mananabtrfs: fallback to blocking mode when doing async dio...
2022-05-01 Filipe Mananabtrfs: fix deadlock due to page faults during direct...
2022-05-01 Andreas Gruenbacheriomap: Add done_before argument to iomap_dio_rw
2022-05-01 Andreas Gruenbacheriov_iter: Turn iov_iter_fault_in_readable into fault_in...
2022-05-01 Andreas Gruenbachergup: Turn fault_in_pages_{readable,writeable} into...
2022-04-20 Naohiro Aotabtrfs: mark resumed async balance as writing
2022-04-20 Jia-Ju Baibtrfs: fix root ref counts in error handling in btrfs_g...
2022-04-20 Josef Bacikbtrfs: do not warn for free space inode in cow_file_range
2022-04-20 Darrick J. Wongbtrfs: fix fallocate to use file_modified to update...
2022-04-20 Naohiro Aotabtrfs: release correct delalloc amount in direct IO...
2022-04-20 Nathan Chancellorbtrfs: remove unused variable in btrfs_{start,write...
2022-04-20 Filipe Mananabtrfs: remove no longer used counter when reading data...
2022-04-20 Qu Wenruobtrfs: remove unused parameter nr_pages in add_ra_bio_p...
2022-04-13 Kaiwen Hubtrfs: prevent subvol with swapfile from being deleted
2022-04-13 Ethan Lienbtrfs: fix qgroup reserve overflow the qgroup limit
2022-04-08 Josef Bacikbtrfs: make search_csum_tree return 0 if we get -EFBIG
2022-04-08 Anand Jainbtrfs: harden identification of a stale device
2022-04-08 Filipe Mananabtrfs: fix unexpected error path when reflinking an...
2022-04-08 Qu Wenruobtrfs: verify the tranisd of the to-be-written dirty...
2022-04-08 Niels Dosschebtrfs: extend locking to all space_info members accesses
2022-04-08 Naohiro Aotabtrfs: zoned: mark relocation as writing
2022-03-23 Filipe Mananabtrfs: skip reserved bytes warning on unmount after...
2022-03-16 Filipe Mananabtrfs: make send work with concurrent block group reloc...
2022-03-08 Josef Bacikbtrfs: do not start relocation until in progress drops...
2022-03-08 Filipe Mananabtrfs: add missing run of delayed items after unlink...
2022-03-08 Sidong Yangbtrfs: qgroup: fix deadlock between rescan worker and...
2022-03-08 Josef Bacikbtrfs: do not WARN_ON() if we have PageError set
2022-03-08 Omar Sandovalbtrfs: fix relocation crash due to premature return...
2022-03-08 Filipe Mananabtrfs: fix lost prealloc extents beyond eof after full...
2022-03-08 Filipe Mananabtrfs: fix ENOSPC failure when attempting direct IO...
2022-03-08 Filipe Mananabtrfs: get rid of warning on transaction commit when...
2022-03-02 Dāvis Mosānsbtrfs: prevent copying too big compressed lzo segment
2022-03-02 Su Yuebtrfs: tree-checker: check item_size for dev_item
2022-03-02 Su Yuebtrfs: tree-checker: check item_size for inode_item
2022-02-23 Dāvis Mosānsbtrfs: send: in case of IO error log it
2022-02-23 Naohiro Aotabtrfs: zoned: cache reported zone during mount
2022-02-08 Filipe Mananabtrfs: fix use-after-free after failure to create a...
2022-02-08 Shin'ichiro Kawasakibtrfs: fix deadlock between quota disable and qgroup...
2022-02-08 Qu Wenruobtrfs: don't start transaction for scrub if the fs...
2022-02-01 Amir Goldsteinfsnotify: invalidate dcache before IN_DELETE event
2022-01-27 Filipe Mananabtrfs: respect the max size in the header when activati...
2022-01-27 Josef Bacikbtrfs: check the root node for uptodate before returning it
2022-01-27 Filipe Mananabtrfs: fix deadlock between quota enable and other...
2022-01-27 Josef Bacikbtrfs: remove BUG_ON(!eie) in find_parent_nodes
2022-01-27 Josef Bacikbtrfs: remove BUG_ON() in find_parent_nodes()
2021-12-22 Shin'ichiro Kawasakibtrfs: fix missing blkdev_put() call in btrfs_scan_one_...
2021-12-22 Josef Bacikbtrfs: check WRITE_ERR when trying to read an extent...
2021-12-22 Filipe Mananabtrfs: fix double free of anon_dev after failure to...
2021-12-22 Jianglei Niebtrfs: fix memory leak in __add_inode_ref()
2021-12-22 Anand Jainbtrfs: remove stale comment about the btrfs_show_devname
2021-12-22 Anand Jainbtrfs: update latest_dev when we create a sprout device
2021-12-22 Anand Jainbtrfs: use latest_dev in btrfs_show_devname
2021-12-22 Anand Jainbtrfs: convert latest_bdev type to btrfs_device and...
2021-12-14 Johannes Thumshirnbtrfs: free exchange changeset on failures
2021-12-14 Qu Wenruobtrfs: replace the BUG_ON in btrfs_del_root_ref with...
2021-12-14 Naohiro Aotabtrfs: fix re-dirty process of tree-log nodes
2021-12-14 Josef Bacikbtrfs: clear extent buffer uptodate when we fail to...
2021-12-08 Wang Yuguibtrfs: check-integrity: fix a warning on write caching...
2021-12-08 Filipe Mananabtrfs: silence lockdep when reading chunk tree during...
2021-11-25 Josef Bacikbtrfs: update device path inode time instead of bd_inode
2021-11-25 Nikolay Borisovbtrfs: fix memory ordering between normal and ordered...
2021-11-25 Colin Ian Kingbtrfs: make 1-bit bit-fields of scrub_page unsigned int
2021-11-21 Johannes Thumshirnbtrfs: zoned: allow preallocation for relocation inodes
2021-11-21 Johannes Thumshirnbtrfs: check for relocation inodes on zoned btrfs in...
2021-11-21 Johannes Thumshirnbtrfs: zoned: use regular writes for relocation
2021-11-21 Johannes Thumshirnbtrfs: zoned: only allow one process to add pages to...
2021-11-21 Johannes Thumshirnbtrfs: zoned: add a dedicated data relocation block...
2021-11-21 Johannes Thumshirnbtrfs: introduce btrfs_is_data_reloc_root
2021-11-18 Josef Bacikbtrfs: do not take the uuid_mutex in btrfs_rm_device
2021-11-18 Sidong Yangbtrfs: reflink: initialize return value to 0 in btrfs_e...
2021-11-18 Anand Jainbtrfs: call btrfs_check_rw_degradable only if there...
2021-11-18 Filipe Mananabtrfs: fix lost error handling when replaying directory...
2021-11-18 Li Zhangbtrfs: clear MISSING device status bit in btrfs_close_o...
2021-11-12 Linus Torvaldsbtrfs: fix lzo_decompress_bio() kmap leakage
2021-10-31 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-10-30 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-10-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.15-rc8' of git://git....
2021-10-30 Linus TorvaldsMerge tag 'powerpc-5.15-6' of git://git./linux/kernel...
2021-10-30 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.15' of git://git./linux...
2021-10-29 Linus TorvaldsMerge tag 'block-5.15-2021-10-29' of git://git.kernel...
2021-10-29 Linus TorvaldsMerge tag 'mmc-v5.15-rc5' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'for-5.15-rc7-tag' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'trace-v5.15-rc6-3' of git://git./linux/kerne...
2021-10-29 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2021-10-29 David SterbaRevert "btrfs: compression: drop kmap/kunmap from lzo"
2021-10-29 David SterbaRevert "btrfs: compression: drop kmap/kunmap from zlib"
next