summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-231-6/+37
* 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-2310-19/+823
* btrfs: add ro compat flags to inodesBoris Burkov2021-08-237-27/+70
* btrfs: simplify return values in btrfs_check_raid_min_devicesAnand Jain2021-08-231-6/+2
* btrfs: remove the dead comment in writepage_delalloc()Qu Wenruo2021-08-232-7/+2
* btrfs: allow degenerate raid0/raid10David Sterba2021-08-231-2/+2
* btrfs: do not pin logs too early during renamesFilipe Manana2021-08-231-6/+42
* btrfs: eliminate some false positives when checking if inode was loggedFilipe Manana2021-08-231-9/+16
* btrfs: drop unnecessary ASSERT from btrfs_submit_direct()Naohiro Aota2021-08-231-4/+4