aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAge
* Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-08-14
|\
| * btrfs: simplify btrfs_igetAl Viro2018-08-06
| * btrfs: lift make_bad_inode into btrfs_igetAl Viro2018-08-06
| * btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi2018-08-06
| * btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi2018-08-06
| * btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-06
| * btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-06
| * btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi2018-08-06
| * Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2018-08-06
| * btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-06
| * btrfs: drop extent_io_ops::merge_bio_hook callbackDavid Sterba2018-08-06
| * btrfs: drop extent_io_ops::tree_fs_info callbackDavid Sterba2018-08-06
| * btrfs: unify end_io callbacks of async_submit_bioDavid Sterba2018-08-06
| * btrfs: open-code bio_set_op_attrsDavid Sterba2018-08-06
| * btrfs: prune unused includesDavid Sterba2018-08-06
| * btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-06
| * btrfs: simplify some assignments of inode numbersDavid Sterba2018-08-06
| * btrfs: use timespec64 for i_otimeArnd Bergmann2018-08-06
| * btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-06
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-13
|\ \ | |/ |/|
| * btrfs: switch to discard_new_inode()Al Viro2018-08-03
* | Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-01
|\ \
| * | Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversionChris Mason2018-06-28
* | | Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-26
|\| | | |/ |/|
| * Btrfs: fix return value on rename exchange failureFilipe Manana2018-06-22
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\ \ | |/ |/|
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-14
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | | btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder2018-06-07
* | | Btrfs: clean up error handling in btrfs_truncate()Omar Sandoval2018-05-30
* | | btrfs: Factor out write portion of btrfs_get_blocks_directNikolay Borisov2018-05-30
* | | btrfs: Factor out read portion of btrfs_get_blocks_directNikolay Borisov2018-05-30
* | | btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue2018-05-30
* | | btrfs: drop unused parameter qgroup_reservedGu JinXiang2018-05-30
* | | btrfs: balance dirty metadata pages in btrfs_finish_ordered_ioEthan Lien2018-05-30
* | | btrfs: lift some btrfs_cross_ref_exist checks in nocow pathEthan Lien2018-05-30
* | | btrfs: Remove fs_info argument from btrfs_uuid_tree_remLu Fengqi2018-05-30
* | | Btrfs: reserve space for O_TMPFILE orphan item deletionOmar Sandoval2018-05-28
* | | Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-28
* | | Btrfs: fix ENOSPC caused by orphan items reservationsOmar Sandoval2018-05-28
* | | Btrfs: refactor btrfs_evict_inode() reserve refill danceOmar Sandoval2018-05-28
* | | Btrfs: don't return ino to ino cache if inode item removal failsOmar Sandoval2018-05-28
* | | Btrfs: delete dead code in btrfs_orphan_commit_root()Omar Sandoval2018-05-28
* | | Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval2018-05-28
* | | Btrfs: stop creating orphan items for truncateOmar Sandoval2018-05-28
* | | Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()Omar Sandoval2018-05-28
* | | Btrfs: fix error handling in btrfs_truncate_inode_items()Omar Sandoval2018-05-28
* | | Btrfs: update stale comments referencing vmtruncate()Omar Sandoval2018-05-28
* | | btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba2018-05-28
* | | btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov2018-05-28