summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-5/+5
* btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2018-12-171-1/+6
* btrfs: fix truncate throttlingJosef Bacik2018-12-171-62/+17
* btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-171-2/+2
* btrfs: use PAGE_ALIGNED instead of open-coding itJohannes Thumshirn2018-12-171-1/+1
* btrfs: use offset_in_page instead of open-coding itJohannes Thumshirn2018-12-171-4/+3
* btrfs: Fix error handling in btrfs_cleanup_ordered_extentsNikolay Borisov2018-12-171-9/+20
* btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi2018-12-171-1/+2
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2018-12-171-0/+17
* btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-171-7/+12
* btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov2018-12-171-7/+0
* btrfs: replace btrfs_io_bio::end_io with a simple helperDavid Sterba2018-12-171-5/+2
* btrfs: replace async_cow::root with fs_infoDavid Sterba2018-12-171-6/+3
* btrfs: merge btrfs_submit_bio_done to its callerDavid Sterba2018-12-171-23/+0
* btrfs: remove unused drop_on_err in btrfs_mkdirJohannes Thumshirn2018-12-171-3/+0
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-4/+7
* btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov2018-12-171-4/+3
* Btrfs: support swap filesOmar Sandoval2018-12-171-0/+340
* btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov2018-12-171-6/+2
* btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov2018-12-171-10/+6
* btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov2018-12-171-7/+6
* btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov2018-12-171-8/+4
* btrfs: Remove extent_io_ops::check_extent_io_range callbackNikolay Borisov2018-12-171-15/+0
* btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov2018-12-171-5/+4
* btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov2018-12-171-2/+1
* btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov2018-12-171-8/+7
* Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-111-13/+24
|\
| * Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2018-11-061-10/+22
| * Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-061-3/+2
* | Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-301-2/+13
|\|
| * Btrfs: fix use-after-free during inode evictionFilipe Manana2018-10-191-1/+3
| * btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-10-191-1/+9
| * Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-10-171-0/+1
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-9/+3
|\ \ | |/ |/|
| * simplify btrfs_lookup()Al Viro2018-10-101-9/+3
* | btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-3/+2
* | btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi2018-10-151-1/+1
* | btrfs: drop min_size from evict_refill_and_joinJosef Bacik2018-10-151-10/+6
* | Btrfs: get rid of btrfs_symlink_aopsOmar Sandoval2018-10-151-10/+2
* | Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-151-2/+2
* | btrfs: Remove logically dead code from btrfs_orphan_cleanupNikolay Borisov2018-10-151-2/+0
* | Btrfs: remove wait_ordered_range in btrfs_evict_inodeLiu Bo2018-10-151-3/+0
* | Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo2018-10-151-16/+5
* | Btrfs: set leave_spinning in btrfs_get_extentLiu Bo2018-10-151-0/+8
* | Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo2018-10-151-3/+3
* | btrfs: remove unused pointer inode in relink_file_extentsColin Ian King2018-10-151-3/+0
* | btrfs: free path at an earlier point in btrfs_get_extentLiu Bo2018-10-151-1/+1
* | Btrfs: remove always true if branch in btrfs_get_extentLiu Bo2018-10-151-10/+6
* | btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+1
* | btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-2/+1