summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2018-05-28Btrfs: update stale comments referencing vmtruncate()Omar Sandoval
2018-05-28btrfs: rename btrfs_update_iflags to reflect which flags it touchesDavid Sterba
2018-05-28btrfs: Unexport and rename btrfs_invalidate_inodesNikolay Borisov
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-05-28btrfs: take the last remnants of ->d_fsdata use outAl Viro
2018-05-28btrfs: Add assert in __btrfs_del_delalloc_inodeNikolay Borisov
2018-05-28btrfs: Unexport btrfs_alloc_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove delayed_iput member from btrfs_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove delay_iput parameter from __start_delalloc_inodesNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov
2018-05-28btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov
2018-05-28btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov
2018-05-28btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba
2018-05-28btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-24Btrfs: fix error handling in btrfs_truncate()Omar Sandoval
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-19btrfs: fix unaligned access in readdirDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo
2018-03-31Btrfs: delete dead code in btrfs_orphan_add()Omar Sandoval
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov
2018-03-31btrfs: Remove unused root var from relink_file_extentsNikolay Borisov
2018-03-31btrfs: rename submit callbacks and drop double underscoresDavid Sterba
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba
2018-03-31btrfs: Use filemap_range_has_page()Matthew Wilcox
2018-03-26btrfs: adjust return values of btrfs_inode_by_nameSu Yue
2018-03-26btrfs: Remove root argument from cow_file_range_inlineNikolay Borisov
2018-03-26Btrfs: skip writeback of last page when truncating file to same sizeFilipe Manana
2018-03-26btrfs: Remove redundant memory barriers around dio_private error statusNikolay Borisov
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov
2018-03-26Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo
2018-03-26btrfs: use ASSERT to report logical error in cow_file_range()Anand Jain
2018-03-26btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-03-01btrfs: handle failure of add_pending_csumsNikolay Borisov