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