summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-03-10io-uring: Make tracepoints consistent.Stefan Roesch
2022-03-10io-uring: add __fill_cqe functionStefan Roesch
2022-03-10io-wq: use IO_WQ_ACCT_NR rather than hardcoded numberHao Xu
2022-03-10io-wq: reduce acct->lock crossing functions lock/unlockHao Xu
2022-03-10io-wq: decouple work_list protection from the big wqe->lockHao Xu
2022-03-10io_uring: Fix use of uninitialized ret in io_eventfd_register()Nathan Chancellor
2022-03-10io_uring: remove ring quiesce for io_uring_registerUsama Arif
2022-03-10io_uring: avoid ring quiesce while registering restrictions and enabling ringsUsama Arif
2022-03-10io_uring: avoid ring quiesce while registering async eventfdUsama Arif
2022-03-10io_uring: avoid ring quiesce while registering/unregistering eventfdUsama Arif
2022-03-10io_uring: remove trace for eventfdUsama Arif
2022-03-09coredump: Don't compile flat_core_dump when coredumps are disabledEric W. Biederman
2022-03-08f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman
2022-03-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman
2022-03-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman
2022-03-08coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman
2022-03-08Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi
2022-03-07ext4: stop using bio_devnameChristoph Hellwig
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-05proc: fix documentation and description of pagemapYun Zhou
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana
2022-03-03binfmt_elf: Introduce KUnit testKees Cook
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells
2022-03-02Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-02btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-02btrfs: qgroup: fix deadlock between rescan worker and remove qgroupSidong Yang
2022-03-02btrfs: fix relocation crash due to premature return from btrfs_commit_transac...Omar Sandoval
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-03-02btrfs: tree-checker: use u64 for item data end to avoid overflowSu Yue
2022-03-02btrfs: do not WARN_ON() if we have PageError setJosef Bacik
2022-03-02btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2022-03-02btrfs: subpage: fix a wrong check on subpage->writersQu Wenruo
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang
2022-03-01exec: cleanup commentsTom Rix
2022-03-01fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata
2022-03-01fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan
2022-03-01exec: Force single empty string when argv is emptyKees Cook
2022-03-01coredump: Also dump first pages of non-executable ELF librariesJann Horn
2022-03-01ELF: fix overflow in total mapping size calculationAlexey Dobriyan
2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-01pstore: Add prefix to ECC messagesVincent Whitchurch
2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook
2022-02-27nilfs2: pass the operation to bio_allocChristoph Hellwig
2022-02-27ext4: pass the operation to bio_allocChristoph Hellwig