summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder2018-06-071-14/+12Star
* | | Btrfs: clean up error handling in btrfs_truncate()Omar Sandoval2018-05-301-19/+14Star
* | | btrfs: Factor out write portion of btrfs_get_blocks_directNikolay Borisov2018-05-301-99/+108
* | | btrfs: Factor out read portion of btrfs_get_blocks_directNikolay Borisov2018-05-301-13/+43
* | | btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue2018-05-301-1/+3
* | | btrfs: drop unused parameter qgroup_reservedGu JinXiang2018-05-301-3/+1Star
* | | btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-05-301-0/+3
* | | btrfs: lift some btrfs_cross_ref_exist checks in nocow pathEthan Lien2018-05-301-0/+15
* | | btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-301-2/+2
* | | Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval2018-05-281-1/+2
* | | Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-42/+1Star
* | | Btrfs: fix ENOSPC caused by orphan items reservationsOmar Sandoval2018-05-281-120/+38Star
* | | Btrfs: refactor btrfs_evict_inode() reserve refill danceOmar Sandoval2018-05-281-71/+42Star
* | | Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-05-281-12/+13
* | | Btrfs: delete dead code in btrfs_orphan_commit_root()Omar Sandoval2018-05-281-12/+0Star
* | | Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval2018-05-281-56/+20Star
* | | Btrfs: stop creating orphan items for truncateOmar Sandoval2018-05-281-110/+49Star
* | | Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-05-281-1/+4
* | | Btrfs: fix error handling in btrfs_truncate_inode_items()Omar Sandoval2018-05-281-27/+28
* | | Btrfs: update stale comments referencing vmtruncate()Omar Sandoval2018-05-281-3/+2Star
* | | btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba2018-05-281-2/+2
* | | btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov2018-05-281-64/+65