aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-12-10f2fs: use iomap for direct I/OEric Biggers4-273/+322
2021-12-10Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+76
2021-12-10Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-45/+153
2021-12-10io-wq: check for wq exit after adding new worker task_workJens Axboe1-6/+25
2021-12-10io_uring: ensure task_work gets run as part of cancelationsJens Axboe1-2/+4
2021-12-10nfsd: fix use-after-free due to delegation raceJ. Bruce Fields1-2/+7
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin2-7/+8
2021-12-10net: add netns refcount tracker to struct seq_net_privateEric Dumazet1-3/+16
2021-12-09ext4: Remove unused match_table_t tokensLukas Czerner1-243/+131
2021-12-09ext4: switch to the new mount apiLukas Czerner1-108/+85
2021-12-09ext4: change token2str() to use ext4_param_specsLukas Czerner1-4/+4
2021-12-09ext4: clean up return values in handle_mount_opt()Lukas Czerner1-11/+17
2021-12-09ext4: Completely separate options parsing and sb setupLukas Czerner1-135/+264
2021-12-09ext4: get rid of super block and sbi from handle_mount_ops()Lukas Czerner1-173/+368
2021-12-09ext4: check ext2/3 compatibility outside handle_mount_opt()Lukas Czerner1-16/+25
2021-12-09ext4: move quota configuration out of handle_mount_opt()Lukas Czerner1-93/+165
2021-12-09ext4: Allow sb to be NULL in ext4_msg()Lukas Czerner1-66/+78
2021-12-09ext4: Change handle_mount_opt() to use fs_parameterLukas Czerner1-107/+143
2021-12-09ext4: move option validation to a separate functionLukas Czerner1-2/+9
2021-12-09ext4: Add fs parameter specifications for mount optionsLukas Czerner1-0/+151
2021-12-09fs_parse: allow parameter value to be emptyLukas Czerner1-8/+23
2021-12-09aio: Fix incorrect usage of eventfd_signal_allowed()Xie Yongji1-1/+1
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-31/+106
2021-12-09aio: keep poll requests on waitqueue until completedEric Biggers1-20/+63
2021-12-09signalfd: use wake_up_pollfree()Eric Biggers1-11/+1
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang1-22/+17
2021-12-08cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara1-18/+36
2021-12-08io_uring: batch completion in prior_task_listHao Xu1-11/+60
2021-12-08iomap: turn the byte variable in iomap_zero_iter into a ssize_tChristoph Hellwig1-1/+1
2021-12-08btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handlingQu Wenruo1-1/+2
2021-12-08btrfs: zoned: clear data relocation bg on zone finishJohannes Thumshirn1-0/+2
2021-12-08btrfs: free exchange changeset on failuresJohannes Thumshirn1-3/+9
2021-12-08btrfs: fix re-dirty process of tree-log nodesNaohiro Aota1-2/+3
2021-12-08btrfs: call mapping_set_error() on btree inode with a write errorJosef Bacik1-0/+8
2021-12-08btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik1-0/+6
2021-12-08btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik1-0/+3
2021-12-08btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2()Dan Carpenter1-4/+2
2021-12-08tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)1-0/+72
2021-12-08tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)1-0/+4
2021-12-07cifs: Fix crash on unload of cifs_arc4.koVincent Whitchurch1-13/+0
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang1-2/+2
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan4-7/+46
2021-12-08erofs: add sysfs interfaceHuang Jianan4-1/+264
2021-12-07io_uring: split io_req_complete_post() and add a helperHao Xu1-3/+11
2021-12-07io_uring: add helper for task work execution codeHao Xu1-16/+20
2021-12-07io_uring: add a priority tw list for irq completion workHao Xu1-16/+20
2021-12-07io-wq: add helper to merge two wq_listsHao Xu1-0/+22
2021-12-07fs: dlm: memory cache for lowcomms hotpathAlexander Aring4-3/+31
2021-12-07fs: dlm: memory cache for writequeue_entryAlexander Aring4-6/+44
2021-12-07fs: dlm: memory cache for midcomms hotpathAlexander Aring4-11/+44