summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-123-6/+7
|\
| * fs: rename current get acl methodChristian Brauner2022-10-201-3/+3
| * fs: pass dentry to set acl methodChristian Brauner2022-10-193-3/+4
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-12-121-3/+3
|\ \
| * | btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAXZhen Lei2022-11-251-3/+3
| |/
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* | | Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-257-35/+132
|\ \ \ | |/ / |/| |
| * | btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-11-231-2/+5
| * | btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana2022-11-231-4/+55
| * | btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-11-231-3/+3
| * | btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-11-211-8/+1
| * | btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-11-211-1/+23
| * | btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig2022-11-211-1/+2
| * | btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-11-151-0/+2
| * | btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-11-151-0/+2
| * | btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-11-151-9/+7
| * | btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-11-151-1/+2
| * | btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana2022-11-151-6/+30
* | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-111-6/+8
|\ \ \
| * | | fs: fix leaked psi pressure stateJohannes Weiner2022-11-081-6/+8
* | | | Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-109-25/+109
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn2022-11-071-1/+0
| * | btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn2022-11-073-4/+13
| * | btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn2022-11-073-0/+63
| * | Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo2022-11-071-7/+1
| * | btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba2022-11-072-4/+23
| * | btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-071-1/+1
| * | btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin2022-11-071-8/+8
* | | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-035-49/+91
|\| |
| * | btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana2022-11-021-1/+3
| * | btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana2022-11-021-0/+3
| * | btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-021-12/+4
| * | btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana2022-11-021-5/+15
| * | btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana2022-11-021-1/+17
| * | btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana2022-11-021-19/+17
| * | btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana2022-10-313-10/+31
| * | btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET2022-10-311-1/+1
* | | Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-3110-40/+73
|\| |
| * | btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo2022-10-251-1/+11
| * | btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2022-10-242-2/+2
| * | btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang2022-10-241-11/+13
| * | btrfs: make thaw time super block check to also verify checksumQu Wenruo2022-10-243-6/+22
| * | btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik2022-10-241-12/+13
| * | btrfs: reorder btrfs_bio for better packingDavid Sterba2022-10-241-1/+1
| * | btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo2022-10-241-5/+7
| * | btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo2022-10-241-2/+4
* | | Merge tag 'for-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-186-25/+87
|\| | | |/ |/|
| * btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana2022-10-112-0/+26
| * btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana2022-10-111-6/+7