summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-07-103-9/+24
* btrfs: start readahead also in seed devicesNaohiro Aota2019-06-251-0/+5
* Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-06-091-0/+6
* Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-06-091-12/+0
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-06-091-2/+6
* Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-06-091-2/+12
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-05-311-5/+8
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-05-311-11/+20
* Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko2019-05-311-1/+2
* Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba2019-05-311-19/+6
* btrfs: honor path->skip_locking in backref codeJosef Bacik2019-05-311-7/+12
* btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-311-1/+6
* btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-311-2/+1
* Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-05-311-0/+12
* Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana2019-05-311-0/+1
* Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-311-3/+1
* btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik2019-05-311-3/+1
* Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-05-221-6/+12
* Btrfs: do not start a transaction during fiemapFilipe Manana2019-05-221-6/+10
* Btrfs: send, flush dellaloc in order to avoid data lossFilipe Manana2019-05-221-0/+36
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-05-221-6/+19
* btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages failsNikolay Borisov2019-05-221-6/+11
* btrfs: Check the first key and level for cached extent bufferQu Wenruo2019-05-223-5/+18
* btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-171-3/+3
* btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-171-1/+1
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-04-051-14/+14
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-04-031-8/+1
* btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-04-031-1/+1
* btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-04-031-1/+2
* btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-04-031-1/+1
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9
* Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-04-031-0/+13
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-03-231-0/+9
* Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana2019-03-231-0/+8
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2019-02-125-8/+25
* btrfs: harden agaist duplicate fsid on scanned devicesAnand Jain2019-02-121-0/+29
* btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-02-061-0/+3
* Btrfs: fix deadlock when allocating tree block during leaf/node splitFilipe Manana2019-02-061-28/+50
* btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2019-01-261-1/+6
* btrfs: fix use-after-free due to race between replace start and cancelAnand Jain2019-01-261-22/+41
* btrfs: alloc_chunk: fix more DUP stripe size handlingHans van Kranenburg2019-01-261-9/+7
* btrfs: volumes: Make sure there is no overlap of dev extents at mount timeQu Wenruo2019-01-261-0/+14
* btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-221-0/+8
* Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-221-3/+0
* Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana2019-01-161-0/+8
* Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana2019-01-161-4/+10
* Btrfs: fix access to available allocation bits when starting balanceFilipe Manana2019-01-161-16/+23