summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+2
|\
| * tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)2021-10-081-1/+2
* | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-013-8/+7
|\ \
| * | aio: Prefer struct_size over open coded arithmeticLen Baker2021-10-201-2/+1
| * | writeback: prefer struct_size over open coded arithmeticLen Baker2021-10-201-3/+3
| * | xfs: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-201-3/+3
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-012-8/+6
|\ \ \
| * | | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-4/+4
| * | | btrfs: Use memset_startat() to clear end of structKees Cook2021-10-181-4/+2
| |/ /
* | | Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-3/+3
|\ \ \
| * | | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-3/+3
* | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-014-20/+24
|\ \ \ \
| * | | | proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook2021-10-151-5/+2
| * | | | Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook2021-10-151-8/+11
| * | | | fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don2021-10-052-7/+11
| |/ / /
* | | | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-0151-2903/+4439
|\ \ \ \
| * | | | btrfs: remove root argument from check_item_in_log()Filipe Manana2021-10-291-2/+2
| * | | | btrfs: remove root argument from add_link()Filipe Manana2021-10-291-2/+3
| * | | | btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana2021-10-293-22/+18
| * | | | btrfs: remove root argument from drop_one_dir_item()Filipe Manana2021-10-291-4/+4
| * | | | btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang2021-10-291-1/+3
| * | | | btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-10-291-1/+2
| * | | | btrfs: send: prepare for v2 protocolDavid Sterba2021-10-293-1/+32
| * | | | btrfs: fix comment about sector sizes supported in 64K systemsAnand Jain2021-10-261-2/+1
| * | | | btrfs: update device path inode time instead of bd_inodeJosef Bacik2021-10-261-8/+13
| * | | | fs: export an inode_update_time helperJosef Bacik2021-10-261-3/+4
| * | | | btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval2021-10-261-0/+14
| * | | | btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitAnand Jain2021-10-261-49/+44
| * | | | btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo2021-10-262-3/+7
| * | | | btrfs: update comments for chunk allocation -ENOSPC casesFilipe Manana2021-10-261-3/+18
| * | | | btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana2021-10-264-56/+111
| * | | | btrfs: zoned: use greedy gc for auto reclaimJohannes Thumshirn2021-10-261-0/+22
| * | | | btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateChristoph Hellwig2021-10-261-91/+110
| * | | | btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik2021-10-263-36/+48
| * | | | btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik2021-10-262-32/+68
| * | | | btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-265-65/+112
| * | | | btrfs: do not call close_fs_devices in btrfs_rm_deviceJosef Bacik2021-10-261-1/+9
| * | | | btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain2021-10-261-0/+19
| * | | | btrfs: use num_device to check for the last surviving seed deviceAnand Jain2021-10-261-1/+1
| * | | | btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-10-261-1/+3
| * | | | btrfs: remove btrfs_bio::logical memberQu Wenruo2021-10-263-11/+8
| * | | | btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo2021-10-262-7/+12
| * | | | btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig2021-10-261-4/+4
| * | | | btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain2021-10-263-5/+5
| * | | | btrfs: make btrfs_ref::real_root optionalNikolay Borisov2021-10-261-14/+9
| * | | | btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov2021-10-265-17/+11
| * | | | btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov2021-10-266-22/+39
| * | | | btrfs: rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUN...Nikolay Borisov2021-10-261-1/+1
| * | | | btrfs: rename root fields in delayed refs structsNikolay Borisov2021-10-264-19/+20
| * | | | btrfs: do not infinite loop in data reclaim if we abortedJosef Bacik2021-10-261-4/+24