summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not do delalloc reservation under page lockJosef Bacik2020-01-311-16/+60
* Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason2020-01-311-17/+44
* btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou2020-01-201-1/+1
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-17/+24
* btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval2020-01-201-38/+32
* btrfs: remove dead snapshot-aware defrag codeOmar Sandoval2020-01-201-684/+11
* btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval2020-01-201-3/+3
* btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval2020-01-201-3/+3
* btrfs: use simple_dir_inode_operations for placeholder subvolume directoryOmar Sandoval2020-01-201-7/+5
* btrfs: remove unused condition check in btrfs_page_mkwrite()Yunfeng Ye2020-01-201-7/+4
* btrfs: Don't discard unwritten extentsNikolay Borisov2020-01-201-1/+10
* btrfs: fix invalid removal of root refJosef Bacik2020-01-081-8/+19
* btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-081-26/+20
* Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana2019-12-301-3/+3
* btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-131-6/+4
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-131-2/+0
* btrfs: remove extent_map::bdevDavid Sterba2019-11-181-8/+0
* btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-11-181-0/+3
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-2/+2
* btrfs: sink write flags to cow_file_range_asyncDavid Sterba2019-11-181-5/+3
* Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana2019-11-181-1/+0
* btrfs: get bdev from latest_dev for dio bh_resultDavid Sterba2019-11-181-2/+4
* Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana2019-11-181-1/+5
* btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov2019-11-181-6/+6
* Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason2019-11-181-3/+28
* Btrfs: only associate the locked page with one async_chunk structChris Mason2019-11-181-4/+21
* Btrfs: stop using btrfs_schedule_bio()Chris Mason2019-11-181-3/+3
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-12/+12
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-25/+11
* 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