aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba8-50/+40
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba1-3/+4
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-07-01Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo1-4/+0
2019-07-01btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues1-4/+0
2019-07-01btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue1-1/+1
2019-07-01btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo1-0/+11
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov1-1/+0
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov1-2/+2
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov1-6/+2
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov1-5/+5
2019-07-01btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov1-1/+0
2019-07-01btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov1-1/+2
2019-07-01btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov1-1/+1
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba3-14/+23
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba3-9/+12
2019-07-01btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo1-16/+27
2019-06-21btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown1-3/+5
2019-06-20btrfs: call fsnotify_rmdir() hookAmir Goldstein1-1/+3
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-16/+21
2019-06-17Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana2-5/+3
2019-06-14btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-06-12Btrfs: fix race between block group removal and block group allocationFilipe Manana1-11/+13
2019-06-11Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-25/+3
2019-06-07btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov1-25/+3
2019-06-03btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-8/+2
2019-05-30Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-48/+128
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-05-28Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana1-2/+12
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-05-28btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer dereferenceQu Wenruo1-1/+7
2019-05-28btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo1-8/+19
2019-05-28Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana1-3/+43
2019-05-28Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana1-0/+6
2019-05-28btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou1-10/+10
2019-05-28btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov1-10/+25
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells1-6/+9
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds8-26/+97
2019-05-16Btrfs: tree-checker: detect file extent items with overlapping rangesFilipe Manana1-4/+45
2019-05-16Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana1-0/+12
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana1-0/+1
2019-05-16btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo1-5/+7
2019-05-16btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding1-1/+6
2019-05-16btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding1-2/+1
2019-05-09Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana1-3/+1
2019-05-09btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik1-8/+22
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds5-16/+12
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds2-0/+2
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds62-2193/+3043