summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-3/+0
* btrfs: make inodes hold a ref on their rootsJosef Bacik2020-03-231-3/+5
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-231-9/+1
* btrfs: implement migratepage callback for data pagesRoman Gushchin2020-03-231-0/+37
* btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov2020-03-231-1/+1
* btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov2020-03-231-4/+4
* btrfs: sink argument tree to extent_read_full_pageDavid Sterba2020-03-231-3/+1
* btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba2020-03-231-1/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-3/+3
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-4/+0
* btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik2020-03-231-0/+6
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-1/+1
* btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik2020-03-231-6/+6
* btrfs: use the file extent tree infrastructureJosef Bacik2020-03-231-1/+54
* btrfs: introduce per-inode file extent treeJosef Bacik2020-03-231-0/+5
* btrfs: fix log context list corruption after rename whiteout errorFilipe Manana2020-03-131-0/+4
* btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval2020-03-031-1/+3
* Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-211-5/+5
* btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-191-3/+13
* btrfs: don't set path->leave_spinning for truncateJosef Bacik2020-02-171-2/+0
* Btrfs: fix race between shrinking truncate and fiemapFilipe Manana2020-02-121-0/+8
* 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