summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi2018-10-151-3/+3
* | btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi2018-10-151-6/+5
* | Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-061-33/+84
|\ \ | |/ |/|
| * Btrfs: sync log after logging new nameFilipe Manana2018-08-231-12/+80
| * Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-171-21/+4
* | Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-08-141-107/+54
|\|
| * btrfs: simplify btrfs_igetAl Viro2018-08-061-16/+13
| * btrfs: lift make_bad_inode into btrfs_igetAl Viro2018-08-061-2/+2
| * btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi2018-08-061-1/+0
| * btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi2018-08-061-15/+10
| * btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-2/+1
| * btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-061-5/+3
| * btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi2018-08-061-2/+2
| * Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2018-08-061-26/+0
| * btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-061-3/+2
| * btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-061-3/+2
| * btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-061-7/+0
| * btrfs: unify end_io callbacks of async_submit_bioDavid Sterba2018-08-061-5/+3
| * btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-1/+1
| * btrfs: prune unused includesDavid Sterba2018-08-061-4/+0
| * btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-3/+3
| * btrfs: simplify some assignments of inode numbersDavid Sterba2018-08-061-6/+6
| * btrfs: use timespec64 for i_otimeArnd Bergmann2018-08-061-2/+2
| * btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-6/+6
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-141-67/+39
|\ \ | |/ |/|
| * btrfs: switch to discard_new_inode()Al Viro2018-08-031-67/+39
* | Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-011-1/+2
|\ \
| * | Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason2018-06-281-1/+2
* | | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-261-1/+3
|\| | | |/ |/|