summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-09-09Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-09-07btrfs: zoned: fix double counting of split ordered extentNaohiro Aota
2021-09-07btrfs: fix lockdep warning while mounting sprout fsAnand Jain
2021-09-07btrfs: delay blkdev_put until after the device removeJosef Bacik
2021-09-07btrfs: update the bdev time directly when closingJosef Bacik
2021-09-07btrfs: use correct header for div_u64 in misc.hKari Argillander
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-23btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi
2021-08-23btrfs: zoned: fix ordered extent boundary calculationNaohiro Aota
2021-08-23btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik
2021-08-23btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik
2021-08-23btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-08-23btrfs: avoid unnecessarily logging directories that had no changesFilipe Manana
2021-08-23btrfs: allow idmapped mountChristian Brauner
2021-08-23btrfs: handle ACLs on idmapped mountsChristian Brauner
2021-08-23btrfs: allow idmapped INO_LOOKUP_USER ioctlChristian Brauner
2021-08-23btrfs: allow idmapped SUBVOL_SETFLAGS ioctlChristian Brauner
2021-08-23btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctlsChristian Brauner
2021-08-23btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolidsChristian Brauner
2021-08-23btrfs: allow idmapped SNAP_DESTROY ioctlsChristian Brauner
2021-08-23btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctlsChristian Brauner
2021-08-23btrfs: check whether fsgid/fsuid are mapped during subvolume creationChristian Brauner
2021-08-23btrfs: allow idmapped permission inode opChristian Brauner
2021-08-23btrfs: allow idmapped setattr inode opChristian Brauner
2021-08-23btrfs: allow idmapped tmpfile inode opChristian Brauner
2021-08-23btrfs: allow idmapped symlink inode opChristian Brauner
2021-08-23btrfs: allow idmapped mkdir inode opChristian Brauner
2021-08-23btrfs: allow idmapped create inode opChristian Brauner
2021-08-23btrfs: allow idmapped mknod inode opChristian Brauner
2021-08-23btrfs: allow idmapped getattr inode opChristian Brauner
2021-08-23btrfs: allow idmapped rename inode opChristian Brauner
2021-08-23btrfs: handle idmaps in btrfs_new_inode()Christian Brauner
2021-08-23btrfs: sysfs: document structures and their associated filesAnand Jain
2021-08-23btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-08-23btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota
2021-08-23btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota
2021-08-23btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn
2021-08-23btrfs: update comment at log_conflicting_inodes()Filipe Manana
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues