summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-9/+3Star
|\
| * simplify btrfs_lookup()Al Viro2018-10-101-9/+3Star
* | btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-3/+2Star
* | 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/+6Star
* | Btrfs: get rid of btrfs_symlink_aopsOmar Sandoval2018-10-151-10/+2Star
* | 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/+0Star
* | Btrfs: remove wait_ordered_range in btrfs_evict_inodeLiu Bo2018-10-151-3/+0Star
* | Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo2018-10-151-16/+5Star
* | 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/+0Star
* | 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/+6Star
* | 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/+1Star
* | 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/+5Star
* | 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/+4Star
* | Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-08-141-107/+54Star
|\|
| * btrfs: simplify btrfs_igetAl Viro2018-08-061-16/+13Star
| * 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/+0Star
| * btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi2018-08-061-15/+10Star
| * btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-2/+1Star
| * btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-061-5/+3Star
| * 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/+0Star
| * btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-061-3/+2Star
| * btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-061-3/+2Star
| * btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-061-7/+0Star
| * btrfs: unify end_io callbacks of async_submit_bioDavid Sterba2018-08-061-5/+3Star
| * btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-061-1/+1
| * btrfs: prune unused includesDavid Sterba2018-08-061-4/+0Star
| * 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/+39Star
|\ \ | |/ |/|
| * btrfs: switch to discard_new_inode()Al Viro2018-08-031-67/+39Star
* | 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
|\| | | |/ |/|
| * Btrfs: fix return value on rename exchange failureFilipe Manana2018-06-221-1/+3
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-4/+4
|\ \ | |/ |/|
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-4/+4
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-4/+4