aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-23f2fs: rebuild nat_bits during umountChao Yu3-59/+95
2021-08-23f2fs: introduce periodic iostat io latency tracesDaeho Jeong5-6/+220
2021-08-23f2fs: separate out iostat featureDaeho Jeong13-149/+223
2021-08-23lockd: update nlm_lookup_file reexport commentJ. Bruce Fields1-2/+3
2021-08-23nlm: minor refactoringJ. Bruce Fields2-10/+10
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields3-9/+11
2021-08-23Merge branch 'torvalds:master' into masteraalexandrovich23-157/+321
2021-08-23btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-08-23udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
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
2021-08-23btrfs: handle idmaps in btrfs_new_inode()Christian Brauner1-15/+19
2021-08-23namei: add mapping aware lookup helperChristian Brauner1-6/+37
2021-08-23btrfs: sysfs: document structures and their associated filesAnand Jain1-16/+75
2021-08-23btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-08-23btrfs: zoned: add asserts on splitting extent_mapNaohiro Aota1-6/+6
2021-08-23btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota1-2/+5
2021-08-23btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota1-1/+1
2021-08-23btrfs: zoned: allow disabling of zone auto reclaimJohannes Thumshirn2-6/+8
2021-08-23btrfs: update comment at log_conflicting_inodes()Filipe Manana1-2/+2
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana1-7/+5
2021-08-23btrfs: remove unnecessary NULL check for the new inode during rename exchangeFilipe Manana1-2/+1
2021-08-23btrfs: allocate backref_ctx on stack in find_extent_cloneGoldwyn Rodrigues1-18/+11
2021-08-23btrfs: allocate btrfs_ioctl_defrag_range_args on stackGoldwyn Rodrigues1-16/+7
2021-08-23btrfs: allocate btrfs_ioctl_quota_rescan_args on stackGoldwyn Rodrigues1-9/+4
2021-08-23btrfs: allocate file_ra_state on stack in readahead_cacheGoldwyn Rodrigues1-9/+3
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza5-48/+40
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba1-0/+5
2021-08-23btrfs: verity metadata orphan itemsBoris Burkov2-9/+93