summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Btrfs: get rid of btrfs_symlink_aopsOmar Sandoval1-10/+2
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo1-2/+2
2018-10-15btrfs: Remove logically dead code from btrfs_orphan_cleanupNikolay Borisov1-2/+0
2018-10-15Btrfs: remove wait_ordered_range in btrfs_evict_inodeLiu Bo1-3/+0
2018-10-15Btrfs: unify error handling of btrfs_lookup_dir_itemLiu Bo1-16/+5
2018-10-15Btrfs: set leave_spinning in btrfs_get_extentLiu Bo1-0/+8
2018-10-15Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo1-3/+3
2018-10-15btrfs: remove unused pointer inode in relink_file_extentsColin Ian King1-3/+0
2018-10-15btrfs: free path at an earlier point in btrfs_get_extentLiu Bo1-1/+1
2018-10-15Btrfs: remove always true if branch in btrfs_get_extentLiu Bo1-10/+6
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-1/+1
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi1-2/+1
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi1-3/+3
2018-10-15btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi1-6/+5
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-33/+84
2018-08-23Btrfs: sync log after logging new nameFilipe Manana1-12/+80
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko1-21/+4
2018-08-13Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-107/+54
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-67/+39
2018-08-06btrfs: simplify btrfs_igetAl Viro1-16/+13
2018-08-06btrfs: lift make_bad_inode into btrfs_igetAl Viro1-2/+2
2018-08-06btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi1-1/+0
2018-08-06btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi1-15/+10
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi1-2/+1
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi1-5/+3
2018-08-06btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi1-2/+2
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik1-26/+0
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba1-3/+2
2018-08-06btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba1-3/+2
2018-08-06btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba1-7/+0
2018-08-06btrfs: unify end_io callbacks of async_submit_bioDavid Sterba1-5/+3
2018-08-06btrfs: open-code bio_set_op_attrsDavid Sterba1-1/+1
2018-08-06btrfs: prune unused includesDavid Sterba1-4/+0
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-3/+3
2018-08-06btrfs: simplify some assignments of inode numbersDavid Sterba1-6/+6
2018-08-06btrfs: use timespec64 for i_otimeArnd Bergmann1-2/+2
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-6/+6
2018-08-03btrfs: switch to discard_new_inode()Al Viro1-67/+39
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2018-06-28Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason1-1/+2
2018-06-26Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2018-06-22Btrfs: fix return value on rename exchange failureFilipe Manana1-1/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+4
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann1-4/+4
2018-06-07btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder1-14/+12
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-4/+4
2018-05-30Btrfs: clean up error handling in btrfs_truncate()Omar Sandoval1-19/+14
2018-05-30btrfs: Factor out write portion of btrfs_get_blocks_directNikolay Borisov1-99/+108
2018-05-30btrfs: Factor out read portion of btrfs_get_blocks_directNikolay Borisov1-13/+43
2018-05-30btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue1-1/+3