summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su2020-08-211-1/+1
* btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-08-211-1/+1
* btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-211-0/+6
* btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-08-213-0/+20
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo2020-08-211-5/+11
* btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik2020-08-211-2/+2
* btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-211-5/+9
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-211-2/+8
* btrfs: fix race between page release and a fast fsyncFilipe Manana2020-08-211-3/+13
* btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik2020-08-211-1/+1
* btrfs: sysfs: use NOFS for device creationJosef Bacik2020-08-211-0/+3
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-08-213-3/+6
* btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo2020-08-211-1/+8
* btrfs: add missing check for nocow and compression inode flagsDavid Sterba2020-08-211-8/+22
* btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2020-08-212-3/+26
* btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik2020-08-211-2/+2
* btrfs: open device without device_list_mutexJosef Bacik2020-08-211-3/+18
* btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn2020-08-211-3/+13
* btrfs: don't traverse into the seed devices in show_devnameAnand Jain2020-08-211-14/+7
* btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2020-08-212-13/+1
* btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana2020-08-211-4/+5
* btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2020-08-212-1/+1
* btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana2020-08-211-5/+7
* btrfs: ref-verify: fix memory leak in add_block_entryTom Rix2020-08-211-0/+2
* btrfs: preallocate anon block device at first phase of snapshot creationQu Wenruo2020-08-215-9/+89
* btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo2020-08-211-3/+10
* btrfs: free anon block device right after subvolume deletionQu Wenruo2020-08-211-0/+2
* btrfs: allow use of global block reserve for balance item deletionDavid Sterba2020-08-211-1/+1
* btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo2020-08-191-0/+8
* btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo2020-08-193-13/+45
* btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik2020-08-191-1/+1
* fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney2020-08-191-0/+2
* Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-244-14/+21
|\
| * btrfs: fix mount failure caused by race with umountBoris Burkov2020-07-211-0/+8
| * btrfs: fix page leaks after failure to lock page for delallocRobbie Ko2020-07-211-1/+2
| * btrfs: qgroup: fix data leak caused by race between writeback and truncateQu Wenruo2020-07-211-13/+10
| * btrfs: fix double free on ulist after backref resolution failureFilipe Manana2020-07-211-0/+1
* | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-123-8/+3
|\|
| * btrfs: wire up iter_file_splice_writeChristoph Hellwig2020-07-091-0/+1
| * btrfs: fix double put of block group with nocowJosef Bacik2020-07-091-8/+1
| * btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo2020-07-071-0/+1
* | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-077-25/+35
|\|
| * btrfs: reset tree root pointer after error in init_tree_rootsJosef Bacik2020-07-021-2/+4
| * btrfs: fix reclaim_size counter leak after stealing from global reserveFilipe Manana2020-07-021-1/+1
| * btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov2020-07-021-16/+24
| * btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza2020-07-024-6/+6
* | Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-236-36/+102
|\|
| * btrfs: use kfree() in btrfs_ioctl_get_subvol_info()Waiman Long2020-06-161-1/+1
| * btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana2020-06-161-11/+26