summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2019-07-01btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue
2019-07-01btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov
2019-07-01btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov
2019-07-01btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov
2019-07-01btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba
2019-07-01btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo
2019-06-21btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown
2019-06-20btrfs: call fsnotify_rmdir() hookAmir Goldstein
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana
2019-06-14btrfs: start readahead also in seed devicesNaohiro Aota
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana
2019-06-11Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-07btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov
2019-06-03btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-05-28Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana
2019-05-28btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou
2019-05-28btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-16Btrfs: tree-checker: detect file extent items with overlapping rangesFilipe Manana
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding
2019-05-16btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana
2019-05-09btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-03btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik
2019-05-03btrfs: Check the compression level before getting a workspaceJohnny Chang