summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-311-1/+23
* Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-06-091-2/+12
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2019-02-121-4/+7
* btrfs: improve error handling of btrfs_add_linkJohannes Thumshirn2019-01-261-1/+6
* Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-221-3/+0Star
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2019-01-091-0/+17
* btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi2019-01-091-1/+2
* Btrfs: fix cur_offset in the error case for nocowRobbie Ko2018-11-211-3/+2Star
* Btrfs: fix use-after-free during inode evictionFilipe Manana2018-11-131-1/+3
* btrfs: only free reserved extent if we didn't insert itJosef Bacik2018-11-131-1/+9
* Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana2018-11-131-0/+1
* Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-061-33/+84
|\
| * Btrfs: sync log after logging new nameFilipe Manana2018-08-231-12/+80
| * Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-171-21/+4Star
* | 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