summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-3/+0
2020-03-23btrfs: make inodes hold a ref on their rootsJosef Bacik1-3/+5
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana1-9/+1
2020-03-23btrfs: implement migratepage callback for data pagesRoman Gushchin1-0/+37
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-1/+1
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov1-4/+4
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba1-3/+1
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-3/+3
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-4/+0
2020-03-23btrfs: hold a ref on the root in fixup_tree_root_locationJosef Bacik1-0/+6
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik1-6/+6
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik1-1/+54
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+5
2020-03-13btrfs: fix log context list corruption after rename whiteout errorFilipe Manana1-0/+4
2020-03-03btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval1-1/+3
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana1-5/+5
2020-02-19btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-17btrfs: don't set path->leave_spinning for truncateJosef Bacik1-2/+0
2020-02-12Btrfs: fix race between shrinking truncate and fiemapFilipe Manana1-0/+8
2020-01-31btrfs: do not do delalloc reservation under page lockJosef Bacik1-16/+60
2020-01-31Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason1-17/+44
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou1-1/+1
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-17/+24
2020-01-20btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_itemOmar Sandoval1-38/+32
2020-01-20btrfs: remove dead snapshot-aware defrag codeOmar Sandoval1-684/+11
2020-01-20btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()Omar Sandoval1-3/+3
2020-01-20btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappersOmar Sandoval1-3/+3
2020-01-20btrfs: use simple_dir_inode_operations for placeholder subvolume directoryOmar Sandoval1-7/+5
2020-01-20btrfs: remove unused condition check in btrfs_page_mkwrite()Yunfeng Ye1-7/+4
2020-01-20btrfs: Don't discard unwritten extentsNikolay Borisov1-1/+10
2020-01-08btrfs: fix invalid removal of root refJosef Bacik1-8/+19
2020-01-08btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik1-26/+20
2019-12-30Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana1-3/+3
2019-12-13btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik1-6/+4
2019-12-13btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-2/+0
2019-11-18btrfs: remove extent_map::bdevDavid Sterba1-8/+0
2019-11-18btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-2/+2
2019-11-18btrfs: sink write flags to cow_file_range_asyncDavid Sterba1-5/+3
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana1-1/+0
2019-11-18btrfs: get bdev from latest_dev for dio bh_resultDavid Sterba1-2/+4
2019-11-18Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana1-1/+5
2019-11-18btrfs: Rename btrfs_join_transaction_nolockNikolay Borisov1-6/+6
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason1-3/+28
2019-11-18Btrfs: only associate the locked page with one async_chunk structChris Mason1-4/+21
2019-11-18Btrfs: stop using btrfs_schedule_bio()Chris Mason1-3/+3
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-12/+12
2019-11-18btrfs: get rid of unique workqueue helper functionsOmar Sandoval1-25/+11