summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers2021-07-252-46/+70
| * | | fscrypt: remove mention of symlink st_size quirk from documentationEric Biggers2021-07-251-5/+0
| * | | ubifs: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+12
| * | | f2fs: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+11
| * | | ext4: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+11
| * | | fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-07-252-0/+51
* | | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-3158-1425/+2769
|\ \ \ \
| * | | | 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
| * | | | namei: add mapping aware lookup helperChristian Brauner2021-08-232-6/+38
| * | | | 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
| * | | | btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza2021-08-235-48/+40
| * | | | btrfs: print if fsverity support is built in when loading moduleDavid Sterba2021-08-231-0/+5
| * | | | btrfs: verity metadata orphan itemsBoris Burkov2021-08-232-9/+93
| * | | | btrfs: initial fsverity supportBoris Burkov2021-08-2312-19/+859