aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-52/+97
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik1-7/+9
2021-10-07btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana3-22/+42
2021-10-07btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-07btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-07btrfs: update refs for any root except tree log rootsJosef Bacik1-2/+1
2021-10-07btrfs: unlock newly allocated extent buffer after errorQu Wenruo1-0/+1
2021-09-23Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-5/+32
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo1-2/+3
2021-09-17btrfs: fix mount failure due to past and transient device flush errorFilipe Manana1-0/+13
2021-09-17btrfs: fix transaction handle leak after verity rollback failureFilipe Manana1-2/+4
2021-09-17btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo1-1/+12
2021-09-09Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-47/+77
2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota1-0/+8
2021-09-07btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik3-11/+30
2021-09-07btrfs: update the bdev time directly when closingJosef Bacik1-8/+10
2021-09-07btrfs: use correct header for div_u64 in misc.hKari Argillander1-1/+1
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-24/+24
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-2/+5
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+3
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds46-1375/+2638
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+1
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-23btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-08-23btrfs: zoned: fix ordered extent boundary calculationNaohiro Aota1-6/+7
2021-08-23btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik1-0/+14
2021-08-23btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik1-1/+1
2021-08-23btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-08-23btrfs: avoid unnecessarily logging directories that had no changesFilipe Manana1-0/+7
2021-08-23btrfs: allow idmapped mountChristian Brauner1-1/+1
2021-08-23btrfs: handle ACLs on idmapped mountsChristian Brauner1-5/+6
2021-08-23btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner1-3/+4
2021-08-23btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner1-3/+4
2021-08-23btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner1-11/+16
2021-08-23btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner1-7/+20
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner3-23/+32
2021-08-23btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner1-0/+2
2021-08-23btrfs: allow idmapped permission inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped setattr inode opChristian Brauner1-4/+3
2021-08-23btrfs: allow idmapped tmpfile inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped symlink inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped mkdir inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped create inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped mknod inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped getattr inode opChristian Brauner1-1/+1
2021-08-23btrfs: allow idmapped rename inode opChristian Brauner1-7/+10