summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8
2020-07-29btrfs: fix double free on ulist after backref resolution failureFilipe Manana1-0/+1
2020-07-22btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-07-09btrfs: fix data block group relocation failure due to concurrent scrubFilipe Manana1-1/+18
2020-07-09btrfs: cow_file_range() num_bytes and disk_num_bytes are sameAnand Jain1-10/+6
2020-07-09btrfs: fix a block group ref counter leak after failure to remove block groupFilipe Manana1-10/+9
2020-06-30btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eofFilipe Manana1-3/+0
2020-06-20btrfs: fix wrong file range cleanup after an error filling dealloc rangeFilipe Manana1-2/+2
2020-06-20btrfs: fix error handling when submitting direct I/O bioOmar Sandoval1-3/+3
2020-06-20btrfs: send: emit file capabilities after chownMarcos Paulo de Souza1-0/+67
2020-06-20btrfs: do not ignore error from btrfs_next_leaf() when inserting checksumsFilipe Manana1-2/+4
2020-05-05btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-05-05btrfs: fix block group leak when removing failsXiyu Yang1-6/+10
2020-04-24btrfs: check commit root generation in should_ignore_rootJosef Bacik1-2/+2
2020-04-24btrfs: use nofs allocations for running delayed itemsJosef Bacik1-0/+13
2020-04-24Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana3-0/+23
2020-04-24btrfs: drop block from cache on error in relocationJosef Bacik1-1/+1
2020-04-24btrfs: track reloc roots based on their commit root bytenrJosef Bacik1-10/+7
2020-04-24btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik1-1/+15
2020-02-28Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana1-1/+6
2020-02-28btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik1-1/+0
2020-02-28btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik1-3/+13
2020-02-28btrfs: device stats, log when stats are zeroedAnand Jain1-0/+2
2020-02-28btrfs: safely advance counter when looking up bio csumsDavid Sterba1-1/+2
2020-02-28btrfs: fix possible NULL-pointer dereference in integrity checksJohannes Thumshirn1-2/+1
2020-02-28btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-28btrfs: print message when tree-log replay startsDavid Sterba1-0/+1
2020-02-28Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2020-02-15btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-0/+8
2020-02-15Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana5-16/+8
2020-02-15btrfs: remove trivial locking wrappers of tree mod logDavid Sterba1-39/+19
2020-02-15btrfs: free block groups after free'ing fs treesJosef Bacik1-2/+9
2020-02-15btrfs: use bool argument in free_root_pointers()Anand Jain1-5/+5
2020-02-15Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2020-02-15Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-8/+1
2020-02-15btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo7-55/+21
2020-02-15btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik1-0/+8
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-01-27btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval1-1/+2
2020-01-27Btrfs: fix inode cache waiters hanging on path allocation failureFilipe Manana1-1/+3
2020-01-27Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana1-5/+18
2020-01-27Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2020-01-23btrfs: fix memory leak in qgroup accountingJohannes Thumshirn1-1/+5