summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-6/+3
2018-05-28btrfs: take the last remnants of ->d_fsdata use outAl Viro1-6/+0
2018-05-28btrfs: Add assert in __btrfs_del_delalloc_inodeNikolay Borisov1-0/+1
2018-05-28btrfs: Unexport btrfs_alloc_delalloc_workNikolay Borisov1-1/+8
2018-05-28btrfs: Remove delayed_iput member from btrfs_delalloc_workNikolay Borisov1-8/+3
2018-05-28btrfs: Remove delay_iput parameter from __start_delalloc_inodesNikolay Borisov1-9/+5
2018-05-28btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodesNikolay Borisov1-2/+2
2018-05-28btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_rootsNikolay Borisov1-3/+2
2018-05-28btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov1-7/+2
2018-05-28btrfs: Remove tree argument from extent_writepagesNikolay Borisov1-4/+1
2018-05-28btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov1-2/+2
2018-05-28btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov1-3/+2
2018-05-28btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov1-7/+1
2018-05-28btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro1-1/+1
2018-05-28btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro1-2/+141
2018-05-28btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro1-0/+55
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-1/+1
2018-05-28btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov1-27/+25
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2018-05-24Btrfs: fix error handling in btrfs_truncate()Omar Sandoval1-1/+2
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+4
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov1-3/+10
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-12/+4
2018-04-19btrfs: fix unaligned access in readdirDavid Sterba1-8/+12
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-13/+14
2018-03-31Btrfs: delete dead code in btrfs_orphan_add()Omar Sandoval1-25/+4
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov1-3/+1
2018-03-31btrfs: Remove unused root var from relink_file_extentsNikolay Borisov1-2/+0
2018-03-31btrfs: rename submit callbacks and drop double underscoresDavid Sterba1-12/+11
2018-03-31btrfs: remove unused parameters from extent_submit_bio_done_tDavid Sterba1-2/+1
2018-03-31btrfs: remove unused parameters from extent_submit_bio_start_tDavid Sterba1-3/+1
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2018-03-31btrfs: Use filemap_range_has_page()Matthew Wilcox1-70/+0
2018-03-26btrfs: adjust return values of btrfs_inode_by_nameSu Yue1-12/+10
2018-03-26btrfs: Remove root argument from cow_file_range_inlineNikolay Borisov1-8/+7
2018-03-26Btrfs: skip writeback of last page when truncating file to same sizeFilipe Manana1-8/+10
2018-03-26btrfs: Remove redundant memory barriers around dio_private error statusNikolay Borisov1-8/+9
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-5/+32
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-1/+0
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov1-14/+13
2018-03-26Btrfs: do not check inode's runtime flags under root->orphan_lockLiu Bo1-9/+12
2018-03-26btrfs: use ASSERT to report logical error in cow_file_range()Anand Jain1-2/+1
2018-03-26btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain1-10/+6
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+9
2018-03-01btrfs: handle failure of add_pending_csumsNikolay Borisov1-2/+9