aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2018-10-30Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-10-19Btrfs: fix use-after-free during inode evictionFilipe Manana
2018-10-19btrfs: only free reserved extent if we didn't insert itJosef Bacik
2018-10-17Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi
2018-10-15btrfs: drop min_size from evict_refill_and_joinJosef Bacik
2018-10-15Btrfs: get rid of btrfs_symlink_aopsOmar Sandoval
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo
2018-10-15btrfs: Remove logically dead code from btrfs_orphan_cleanupNikolay Borisov
2018-10-15Btrfs: remove wait_ordered_range in btrfs_evict_inodeLiu Bo
2018-10-15Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo
2018-10-15Btrfs: set leave_spinning in btrfs_get_extentLiu Bo
2018-10-15Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo
2018-10-15btrfs: remove unused pointer inode in relink_file_extentsColin Ian King
2018-10-15btrfs: free path at an earlier point in btrfs_get_extentLiu Bo
2018-10-15Btrfs: remove always true if branch in btrfs_get_extentLiu Bo
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi
2018-10-15btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi
2018-10-10simplify btrfs_lookup()Al Viro
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-23Btrfs: sync log after logging new nameFilipe Manana
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko
2018-08-13Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-06btrfs: simplify btrfs_igetAl Viro
2018-08-06btrfs: lift make_bad_inode into btrfs_igetAl Viro
2018-08-06btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi
2018-08-06btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi
2018-08-06btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: simplify some assignments of inode numbersDavid Sterba
2018-08-06btrfs: use timespec64 for i_otimeArnd Bergmann
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2018-08-03btrfs: switch to discard_new_inode()Al Viro
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-28Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds