summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov2019-06-071-25/+3
* 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
* 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
* 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
* btrfs: drop useless inode i_flags copy and restoreAnand Jain2019-04-291-3/+0
* btrfs: start transaction in btrfs_ioctl_setflags()Anand Jain2019-04-291-20/+25
* btrfs: export btrfs_set_propAnand Jain2019-04-292-3/+6
* btrfs: refactor btrfs_set_props to validate externallyAnand Jain2019-04-294-6/+26
* btrfs: ctree: Dump the leaf before BUG_ON in btrfs_set_item_key_safeQu Wenruo2019-04-291-2/+22
* btrfs: tree-checker: Allow error injection for tree-checkerQu Wenruo2019-04-291-0/+5
* btrfs: Document btrfs_csum_one_bioNikolay Borisov2019-04-291-0/+10
* Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana2019-04-293-63/+188
* Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana2019-04-293-1/+50
* Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana2019-04-291-0/+36
* Btrfs: do not start a transaction during fiemapFilipe Manana2019-04-291-6/+10
* btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flagsDavid Sterba2019-04-293-4/+2
* btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_opDavid Sterba2019-04-293-6/+3
* btrfs: remove unused parameter fs_info from emit_last_fiemap_cacheDavid Sterba2019-04-291-3/+2