summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-09-096-47/+77
|\
| * btrfs: zoned: fix double counting of split ordered extentNaohiro Aota2021-09-071-0/+8
| * btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-071-3/+4
| * btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-073-11/+30
| * btrfs: update the bdev time directly when closingJosef Bacik2021-09-071-8/+10
| * btrfs: use correct header for div_u64 in misc.hKari Argillander2021-09-071-1/+1
| * btrfs: fix upper limit for max_inline for page size 64KAnand Jain2021-09-071-24/+24
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* | | Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-311-2/+3
|\ \ \
| * | | iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-161-2/+3
| |/ /
* | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-3146-1375/+2638
|\ \ \ | | |/ | |/|
| * | btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi2021-08-231-0/+3
| * | btrfs: zoned: fix ordered extent boundary calculationNaohiro Aota2021-08-231-6/+7
| * | btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik2021-08-231-0/+14
| * | btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik2021-08-231-1/+1
| * | btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza2021-08-231-1/+3
| * | btrfs: avoid unnecessarily logging directories that had no changesFilipe Manana2021-08-231-0/+7
| * | btrfs: allow idmapped mountChristian Brauner2021-08-231-1/+1
| * | btrfs: handle ACLs on idmapped mountsChristian Brauner2021-08-231-5/+6
| * | btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner2021-08-231-3/+4
| * | btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner2021-08-231-3/+4
| * | btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner2021-08-231-11/+16
| * | btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner2021-08-231-7/+20
| * | btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner2021-08-233-23/+32
| * | btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner2021-08-231-0/+2
| * | btrfs: allow idmapped permission inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped setattr inode opChristian Brauner2021-08-231-4/+3
| * | btrfs: allow idmapped tmpfile inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped symlink inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped mkdir inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped create inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped mknod inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped getattr inode opChristian Brauner2021-08-231-1/+1
| * | btrfs: allow idmapped rename inode opChristian Brauner2021-08-231-7/+10
| * | btrfs: handle idmaps in btrfs_new_inode()Christian Brauner2021-08-231-15/+19
| * | btrfs: sysfs: document structures and their associated filesAnand Jain2021-08-231-16/+75
| * | btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo2021-08-231-1/+1
| * | btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota2021-08-231-6/+6
| * | btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota2021-08-231-2/+5
| * | btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota2021-08-231-1/+1
| * | btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn2021-08-232-6/+8
| * | btrfs: update comment at log_conflicting_inodes()Filipe Manana2021-08-231-2/+2
| * | btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana2021-08-231-7/+5
| * | btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana2021-08-231-2/+1
| * | btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues2021-08-231-18/+11
| * | btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues2021-08-231-16/+7
| * | btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues2021-08-231-9/+4
| * | btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues2021-08-231-9/+3