summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba2019-07-011-4/+3Star
| * | btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba2019-07-011-5/+10
| * | btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba2019-07-011-9/+5Star
| * | btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba2019-07-011-12/+2Star
| * | btrfs: use raid_attr table in get_profile_num_devsDavid Sterba2019-07-011-8/+2Star
| * | btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-018-50/+40Star
| * | btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba2019-07-011-3/+4
| * | btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-07-011-2/+1Star
| * | Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo2019-07-011-4/+0Star
| * | btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues2019-07-011-4/+0Star
| * | btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue2019-07-011-1/+1
| * | btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo2019-07-011-0/+11
| * | btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov2019-07-011-1/+0Star
| * | btrfs: Explicitly reserve space for devreplace itemNikolay Borisov2019-07-011-2/+2
| * | btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov2019-07-011-6/+2Star
| * | btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov2019-07-011-5/+5
| * | btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov2019-07-011-1/+0Star
| * | btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+2
| * | btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+1
| * | btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba2019-07-013-14/+23
| * | btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-013-9/+12
| * | btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo2019-07-011-16/+27
* | | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-161-2/+2
|\ \ \
| * | | blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo2019-07-101-2/+2
| |/ /
* | | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds2019-07-131-19/+11Star
|\ \ \
| * | | vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong2019-07-011-11/+6Star
| * | | vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong2019-07-011-8/+5Star
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-11/+7Star
|\ \ \ \
| * | | | btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown2019-06-211-3/+5
| * | | | btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-8/+2Star
| |/ / /
* | | | Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-111-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | btrfs: call fsnotify_rmdir() hookAmir Goldstein2019-06-201-1/+3
* | | | Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-184-16/+21
|\ \ \ \
| * | | | Btrfs: fix failure to persist compression property xattr deletion on fsyncFilipe Manana2019-06-172-5/+3Star
| * | | | btrfs: start readahead also in seed devicesNaohiro Aota2019-06-141-0/+5
| * | | | Btrfs: fix race between block group removal and block group allocationFilipe Manana2019-06-121-11/+13
* | | | | Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-121-25/+3Star
|\| | | | | |_|/ / |/| | |
| * | | btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov2019-06-071-25/+3Star
* | | | Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-317-48/+128
|\| | | | |/ / |/| |
| * | Btrfs: fix race updating log root item during fsyncFilipe Manana2019-05-281-2/+6
| * | Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-05-281-2/+12
| * | Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-05-281-12/+0Star
| * | btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo2019-05-281-1/+7
| * | btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo2019-05-281-8/+19
| * | Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2019-05-281-3/+43
| * | Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-05-281-0/+6
| * | btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou2019-05-281-10/+10
| * | btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-05-281-10/+25
* | | Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-208-26/+97
|\| | | |/ |/|
| * Btrfs: tree-checker: detect file extent items with overlapping rangesFilipe Manana2019-05-161-4/+45