aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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-04Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana
2019-04-17btrfs: prop: fix vanished compression property after failed setAnand Jain
2019-04-17btrfs: prop: fix zstd compression parameter validationAnand Jain
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana
2019-04-05btrfs: don't enospc all tickets on flush failureJosef Bacik
2019-04-05btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo
2019-04-05btrfs: save drop_progress if we drop refs at allJosef Bacik
2019-04-03Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2019-04-03btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov
2019-04-03btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov
2019-04-03btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi
2019-04-03btrfs: don't report readahead errors and don't update statisticsDavid Sterba
2019-04-03btrfs: remove WARN_ON in log_dir_itemsJosef Bacik
2019-04-03Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana
2019-03-23Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana
2019-03-23Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana
2019-03-23btrfs: init csum_list before possible freeDan Robertson
2019-03-23btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn
2019-03-23btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter
2019-03-23btrfs: scrub: fix circular locking dependency warningAnand Jain
2019-03-23Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana
2019-03-23Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba
2019-01-30btrfs: fix potential oops in device_list_addAl Viro
2019-01-28btrfs: don't end the transaction for delayed refs in throttleJosef Bacik
2019-01-28Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik
2019-01-18btrfs: run delayed iputs before committingJosef Bacik
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds