summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix double put of block group with nocowJosef Bacik2020-07-161-8/+1
* btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana2020-06-301-3/+0
* btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana2020-06-301-1/+18
* btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana2020-06-301-5/+12
* btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana2020-06-221-5/+15
* btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana2020-06-221-5/+56
* btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana2020-06-221-1/+1
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-06-221-3/+3
* btrfs: improve global reserve stealing logicJosef Bacik2020-06-221-1/+1
* btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-251-0/+4
* btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval2020-03-121-1/+3
* Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-281-5/+5
* btrfs: don't set path->leave_spinning for truncateJosef Bacik2020-02-281-2/+0
* Btrfs: fix race between shrinking truncate and fiemapFilipe Manana2020-02-281-0/+8
* btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-281-3/+13
* btrfs: do not do delalloc reservation under page lockJosef Bacik2020-02-241-16/+60
* Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2020-02-241-17/+44
* btrfs: fix invalid removal of root refJosef Bacik2020-01-231-8/+19
* btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-231-26/+20
* Btrfs: only associate the locked page with one async_chunk structChris Mason2020-01-091-4/+21
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2020-01-091-25/+11
* Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana2020-01-091-3/+3
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-311-2/+0
* btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-311-6/+4
* btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-12-171-0/+3
* Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana2019-12-171-1/+5
* Btrfs: fix log context list corruption after rename exchange operationFilipe Manana2019-11-111-0/+15
* btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik2019-11-041-1/+14
* btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo2019-10-151-6/+6
* btrfs: allocate new inode in NOFS contextJosef Bacik2019-10-011-0/+3
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-091-25/+16
* btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-091-1/+1
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy2019-09-091-0/+8
* btrfs: improve error handling in run_delalloc_nocowNikolay Borisov2019-09-091-3/+17
* btrfs: comment and minor simplifications in run_delalloc_nocowNikolay Borisov2019-09-091-4/+3
* btrfs: streamline code in run_delalloc_nocow in case of inline extentsNikolay Borisov2019-09-091-7/+5
* btrfs: simplify extent type checks in run_delalloc_nocowNikolay Borisov2019-09-091-8/+8
* btrfs: improve comments around nocow pathNikolay Borisov2019-09-091-4/+47
* btrfs: refactor variable scope in run_delalloc_nocowNikolay Borisov2019-09-091-33/+28
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-3/+3
* btrfs: introduce an evict flushing stateJosef Bacik2019-09-091-45/+36
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: Add an assertion to warn incorrect case in insert_inline_extent()Jia-Ju Bai2019-09-091-0/+3
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-091-15/+10
* btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov2019-09-091-29/+19
* btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov2019-09-091-10/+8
* btrfs: Return number of compressed extents directly in compress_file_rangeNikolay Borisov2019-09-091-9/+11
* btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-171-1/+23
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+1