summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2022-01-27btrfs: respect the max size in the header when activating swap fileFilipe Manana
2021-09-22btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-09-12Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-15btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2021-07-28btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-06-10btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik
2021-03-24btrfs: fix slab cache flags for free space tree bitmapDavid Sterba
2020-10-14btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-10-01btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo
2020-10-01btrfs: fix double __endio_write_update_ordered in direct I/OOmar Sandoval
2020-09-03btrfs: detect nocow for swap after snapshot deleteBoris Burkov
2020-09-03btrfs: make btrfs_qgroup_check_reserved_leak take btrfs_inodeNikolay Borisov
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo
2020-07-16btrfs: fix double put of block group with nocowJosef Bacik
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana
2020-06-30btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana
2020-06-30btrfs: fix bytes_may_use underflow when running balance and scrub in parallelFilipe Manana
2020-06-22btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana
2020-06-22btrfs: fix space_info bytes_may_use underflow after nocow buffered writeFilipe Manana
2020-06-22btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana
2020-06-22btrfs: fix error handling when submitting direct I/O bioOmar Sandoval
2020-06-22btrfs: improve global reserve stealing logicJosef Bacik
2020-03-25btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-03-12btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval
2020-02-28Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana
2020-02-28btrfs: don't set path->leave_spinning for truncateJosef Bacik
2020-02-28Btrfs: fix race between shrinking truncate and fiemapFilipe Manana
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-02-24btrfs: do not do delalloc reservation under page lockJosef Bacik
2020-02-24Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason
2020-01-23btrfs: fix invalid removal of root refJosef Bacik
2020-01-23btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik
2020-01-09Btrfs: only associate the locked page with one async_chunk structChris Mason
2020-01-09btrfs: get rid of unique workqueue helper functionsOmar Sandoval
2020-01-09Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana
2019-12-31btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2019-12-31btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik
2019-12-17Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana
2019-11-11Btrfs: fix log context list corruption after rename exchange operationFilipe Manana
2019-11-04btrfs: save i_size to avoid double evaluation of i_size_read in compress_file...Josef Bacik
2019-10-15btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex...Qu Wenruo
2019-10-01btrfs: allocate new inode in NOFS contextJosef Bacik
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval