aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2020-09-17btrfs: free anon block device right after subvolume deletionQu Wenruo
2020-07-16btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana
2020-07-16btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-07-11btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-07-11btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-05-21btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-05-15Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana
2020-05-15btrfs: don't set path->leave_spinning for truncateJosef Bacik
2020-05-15Btrfs: fix race between shrinking truncate and fiemapFilipe Manana
2020-05-15btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-05-15btrfs: do not do delalloc reservation under page lockJosef Bacik
2020-05-15Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason
2020-04-12btrfs: fix invalid removal of root refJosef Bacik
2020-04-12btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-03-20Btrfs: only associate the locked page with one async_chunk structChris Mason
2020-03-20btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2020-03-20Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2020-02-24btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2020-02-24btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2020-01-31btrfs: record all roots for rename exchange on a subvolJosef Bacik
2020-01-31Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana
2020-01-09Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-12-29btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-12-10btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-11-09btrfs: allocate new inode in NOFS contextJosef Bacik
2019-10-05btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy
2019-07-31btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo
2019-05-30Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-28Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-02btrfs: Use kvmalloc for allocating compressed path contextNikolay Borisov
2019-05-02btrfs: Factor out common extent locking code in submit_compressed_extentsNikolay Borisov
2019-05-02btrfs: Set io_tree only once in submit_compressed_extentsNikolay Borisov
2019-05-02btrfs: Replace clear_extent_bit with unlock_extentNikolay Borisov
2019-05-02btrfs: Make compress_file_range take only struct async_chunkNikolay Borisov
2019-05-02btrfs: Remove fs_info from struct async_chunkNikolay Borisov
2019-05-02btrfs: Rename async_cow to async_chunkNikolay Borisov
2019-05-02btrfs: Preallocate chunks in cow_file_range_asyncNikolay Borisov
2019-05-01btrfs: use ->free_inode()Al Viro
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()Qu Wenruo
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov
2019-04-29btrfs: Pass 0 for bio_offset to btrfs_wq_submit_bioNikolay Borisov
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov