aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-13/+24
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana1-10/+22
2018-11-06Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2018-10-30Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+13
2018-10-25Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+3
2018-10-19Btrfs: fix use-after-free during inode evictionFilipe Manana1-1/+3
2018-10-19btrfs: only free reserved extent if we didn't insert itJosef Bacik1-1/+9
2018-10-17Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi1-3/+2
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi1-1/+1
2018-10-15btrfs: drop min_size from evict_refill_and_joinJosef Bacik1-10/+6
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_add_bytesLu Fengqi1-3/+3
2018-10-15btrfs: simplify the send_in_progress check in btrfs_delete_subvolumeLu Fengqi1-6/+5
2018-10-10simplify btrfs_lookup()Al Viro1-9/+3
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus 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 when low on spaceRobbie Ko1-21/+4
2018-08-13Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-107/+54
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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