summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-101-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/+3
| * | 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-111-25/+3
|\| |
| * | btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov2019-06-071-25/+3
* | | Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-307-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/+0
| * 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
| * Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-05-161-0/+12
| * Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana2019-05-161-0/+1
| * btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo2019-05-161-5/+7
| * btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-161-1/+6
| * btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-161-2/+1
| * Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-091-3/+1
| * btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik2019-05-091-8/+22
| * btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik2019-05-031-3/+1
| * btrfs: Check the compression level before getting a workspaceJohnny Chang2019-05-031-0/+1
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-075-16/+12
|\ \
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-305-16/+12
* | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-072-0/+2
|\ \ \
| * | | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-082-0/+2
* | | | Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-0762-2193/+3043
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: Use kvmalloc for allocating compressed path contextNikolay Borisov2019-05-021-2/+7
| * | | btrfs: Factor out common extent locking code in submit_compressed_extentsNikolay Borisov2019-05-021-7/+3
| * | | btrfs: Set io_tree only once in submit_compressed_extentsNikolay Borisov2019-05-021-4/+1
| * | | btrfs: Replace clear_extent_bit with unlock_extentNikolay Borisov2019-05-021-2/+1
| * | | btrfs: Make compress_file_range take only struct async_chunkNikolay Borisov2019-05-021-11/+9
| * | | btrfs: Remove fs_info from struct async_chunkNikolay Borisov2019-05-021-7/+3
| * | | btrfs: Rename async_cow to async_chunkNikolay Borisov2019-05-021-30/+30
| * | | btrfs: Preallocate chunks in cow_file_range_asyncNikolay Borisov2019-05-021-34/+74
| * | | btrfs: reserve delalloc metadata differentlyJosef Bacik2019-05-021-92/+52
| * | | btrfs: track DIO bytes in flightJosef Bacik2019-04-294-4/+36
| * | | btrfs: merge calls of btrfs_setxattr and btrfs_setxattr_trans in btrfs_set_propAnand Jain2019-04-291-19/+6
| * | | btrfs: delete unused function btrfs_set_prop_transAnand Jain2019-04-292-8/+0
| * | | btrfs: start transaction in xattr_handler_set_propAnand Jain2019-04-291-1/+20
| * | | btrfs: drop local copy of inode i_modeAnand Jain2019-04-291-5/+2
| * | | btrfs: drop old_fsflags in btrfs_ioctl_setflagsAnand Jain2019-04-291-3/+3
| * | | btrfs: modify local copy of btrfs_inode flagsAnand Jain2019-04-291-31/+26