summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-07-26Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana
2019-07-26Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-26Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-06-25btrfs: start readahead also in seed devicesNaohiro Aota
2019-06-09btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo
2019-06-09Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana
2019-06-09btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo
2019-06-09btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou
2019-06-09Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana
2019-06-09Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-06-09Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana
2019-05-31btrfs: Don't panic when we can't find a root keyQu Wenruo
2019-05-31btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik
2019-05-31Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko
2019-05-31Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba
2019-05-31btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2019-05-31btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding
2019-05-31Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-05-31Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana
2019-05-31Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana
2019-05-31btrfs: Check the compression level before getting a workspaceJohnny Chang
2019-05-31btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik
2019-05-25btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespanQu Wenruo
2019-05-22Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana
2019-05-22Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana
2019-05-22Btrfs: do not start a transaction during fiemapFilipe Manana
2019-05-22Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana
2019-05-22btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov
2019-05-22btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov
2019-05-22btrfs: Check the first key and level for cached extent bufferQu Wenruo
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds
2019-04-26Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov
2019-04-11Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-04btrfs: prop: fix vanished compression property after failed setAnand Jain
2019-04-04btrfs: prop: fix zstd compression parameter validationAnand Jain
2019-03-28Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana
2019-03-26Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-20Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2019-03-19btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov
2019-03-19btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov
2019-03-18btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi
2019-03-13btrfs: don't report readahead errors and don't update statisticsDavid Sterba
2019-03-13Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana
2019-03-13btrfs: remove WARN_ON in log_dir_itemsJosef Bacik
2019-03-13Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana
2019-03-12Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds