aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-01Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus 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/kdave/linuxLinus 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/arnd/playgroundLinus Torvalds1-4/+4
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd 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
2018-05-30btrfs: drop unused parameter qgroup_reservedGu JinXiang1-3/+1
2018-05-30btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien1-0/+3
2018-05-30btrfs: lift some btrfs_cross_ref_exist checks in nocow pathEthan Lien1-0/+15
2018-05-30btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi1-2/+2
2018-05-28Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval1-1/+2
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval1-42/+1
2018-05-28Btrfs: fix ENOSPC caused by orphan items reservationsOmar Sandoval1-120/+38
2018-05-28Btrfs: refactor btrfs_evict_inode() reserve refill danceOmar Sandoval1-71/+42
2018-05-28Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval1-12/+13
2018-05-28Btrfs: delete dead code in btrfs_orphan_commit_root()Omar Sandoval1-12/+0
2018-05-28Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval1-56/+20
2018-05-28Btrfs: stop creating orphan items for truncateOmar Sandoval1-110/+49
2018-05-28Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval1-1/+4
2018-05-28Btrfs: fix error handling in btrfs_truncate_inode_items()Omar Sandoval1-27/+28
2018-05-28Btrfs: update stale comments referencing vmtruncate()Omar Sandoval1-3/+2
2018-05-28btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba1-2/+2
2018-05-28btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov1-64/+65