summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use crypto_shash_digest() instead of open codingEric Biggers2020-05-251-3/+1
* btrfs: unify buffered and direct I/O read repairOmar Sandoval2020-05-251-92/+11
* btrfs: get rid of endio_repair_workersOmar Sandoval2020-05-251-1/+1
* btrfs: simplify direct I/O read repairOmar Sandoval2020-05-251-226/+42
* btrfs: get rid of one layer of bios in direct I/OOmar Sandoval2020-05-251-120/+65
* btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval2020-05-251-39/+31
* btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval2020-05-251-5/+5
* btrfs: remove unused btrfs_dio_private::privateOmar Sandoval2020-05-251-1/+0
* btrfs: rename __readpage_endio_check to check_data_csumOmar Sandoval2020-05-251-11/+11
* btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval2020-05-251-108/+70
* btrfs: fix error handling when submitting direct I/O bioOmar Sandoval2020-05-251-3/+3
* btrfs: improve global reserve stealing logicJosef Bacik2020-05-251-1/+1
* 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