summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix use-after-free on readahead extent after failure to create itFilipe Manana2020-10-261-0/+2
* btrfs: tree-checker: validate number of chunk stripes and parityDaniel Xu2020-10-261-0/+18
* btrfs: tree-checker: fix incorrect printk formatPujin Shi2020-10-261-1/+1
* btrfs: drop the path before adding block group sysfs filesJosef Bacik2020-10-261-0/+1
* btrfs: fix relocation failure due to race with fallocateFilipe Manana2020-10-161-1/+7
* btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov2020-10-073-9/+9
* btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik2020-10-071-1/+1
* btrfs: skip devices without magic signature when mountingAnand Jain2020-10-072-8/+18
* btrfs: cleanup cow block on errorJosef Bacik2020-10-071-0/+6
* btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-10-072-21/+0
* fs: remove no longer used dio_end_io()Goldwyn Rodrigues2020-10-071-19/+0
* btrfs: return error if we're unable to read device statsJosef Bacik2020-10-071-8/+18
* btrfs: init device stats for seed devicesJosef Bacik2020-10-071-41/+46
* btrfs: remove struct extent_io_opsNikolay Borisov2020-10-077-38/+0
* btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov2020-10-073-7/+7
* btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov2020-10-073-8/+12
* btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov2020-10-071-4/+2
* btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov2020-10-071-5/+2
* btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov2020-10-073-6/+1
* btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov2020-10-075-12/+18
* btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana2020-10-071-0/+72
* btrfs: send, orphanize first all conflicting inodes when processing referencesFilipe Manana2020-10-071-40/+87
* btrfs: tree-checker: fix false alert caused by legacy btrfs root itemQu Wenruo2020-10-071-5/+12
* btrfs: use unaligned helpers for stack and header set/get helpersDavid Sterba2020-10-072-16/+14
* btrfs: free-space-cache: use unaligned helpers to access dataDavid Sterba2020-10-071-12/+9
* btrfs: send: use helpers for unaligned access to header membersDavid Sterba2020-10-071-7/+7
* btrfs: use own btree inode io_tree owner idQu Wenruo2020-10-072-1/+2
* btrfs: reschedule when cloning lots of extentsJohannes Thumshirn2020-10-071-0/+2
* btrfs: use kvcalloc for allocation in btrfs_ioctl_send()Denis Efremov2020-10-071-5/+6
* btrfs: use kvzalloc() to allocate clone_roots in btrfs_ioctl_send()Denis Efremov2020-10-071-1/+1
* btrfs: remove inode argument from btrfs_start_ordered_extentNikolay Borisov2020-10-075-17/+14
* btrfs: remove inode argument from add_pending_csumsNikolay Borisov2020-10-071-5/+4
* btrfs: sink inode argument in insert_ordered_extent_file_extentNikolay Borisov2020-10-071-5/+4
* btrfs: switch btrfs_remove_ordered_extent to btrfs_inodeNikolay Borisov2020-10-073-7/+6
* btrfs: clean BTRFS_I usage in btrfs_destroy_inodeNikolay Borisov2020-10-071-21/+20
* btrfs: open code extent_read_full_page to its sole callerNikolay Borisov2020-10-073-23/+15
* btrfs: sink mirror_num argument in __do_readpageNikolay Borisov2020-10-071-6/+5
* btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov2020-10-073-4/+4
* btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov2020-10-073-5/+4
* btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov2020-10-073-19/+16
* btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov2020-10-073-5/+5
* btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov2020-10-073-22/+14
* btrfs: remove btree_get_extentNikolay Borisov2020-10-072-50/+0
* btrfs: simplify metadata pages readingNikolay Borisov2020-10-071-11/+10
* btrfs: remove btree_readpageNikolay Borisov2020-10-071-6/+0
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-10-071-0/+8
* btrfs: do not create raid sysfs entries under any locksJosef Bacik2020-10-072-8/+48
* btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik2020-10-074-36/+9
* btrfs: improve error message in setup_items_for_insertNikolay Borisov2020-10-071-1/+2
* btrfs: add kerneldoc for setup_items_for_insertNikolay Borisov2020-10-071-4/+10