summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2012-35/+34
|\
| * btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor2022-01-201-2/+1
| * fs/adfs: remove unneeded variable make code cleanerMinghao Chi2022-01-201-3/+1
| * FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown2022-01-201-2/+3
| * hfsplus: use struct_group_attr() for memcpy() regionKees Cook2022-01-202-6/+10
| * nilfs2: remove redundant pointer sbufsColin Ian King2022-01-201-2/+2
| * fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu2022-01-201-2/+2
| * kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+3
| * fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-201-1/+1
| * fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao2022-01-201-1/+2
| * fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao2022-01-201-1/+1
| * sysctl: remove redundant ret assignmentluo penghao2022-01-201-1/+0
| * sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven2022-01-201-4/+4
| * proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng2022-01-201-2/+2
| * proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand2022-01-201-8/+2
* | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-1917-493/+731
|\ \
| * | f2fs: do not allow partial truncation on pinned fileJaegeuk Kim2022-01-101-1/+5
| * | f2fs: remove redunant invalidate compress pagesFengnan Chang2022-01-041-1/+2
| * | f2fs: Simplify bool conversionYang Li2022-01-041-1/+1
| * | f2fs: don't drop compressed page cache in .{invalidate,release}pageChao Yu2022-01-041-10/+4
| * | f2fs: fix to reserve space for IO align featureChao Yu2022-01-044-2/+60
| * | f2fs: fix to check available space of CP area correctly in update_ckpt_flags()Chao Yu2022-01-041-2/+2
| * | f2fs: support fault injection to f2fs_trylock_op()Chao Yu2022-01-042-0/+6
| * | f2fs: clean up __find_inline_xattr() with __find_xattr()Chao Yu2022-01-041-18/+11
| * | f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()Chao Yu2022-01-041-1/+10
| * | f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-0411-25/+26
| * | f2fs: avoid down_write on nat_tree_lock during checkpointJaegeuk Kim2022-01-041-0/+4
| * | f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim2021-12-141-28/+22
| * | f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a fileJaegeuk Kim2021-12-142-7/+10
| * | f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-104-0/+27
| * | f2fs: fix to do sanity check in is_alive()Chao Yu2021-12-101-0/+3
| * | f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu2021-12-101-1/+1
| * | f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2021-12-101-1/+2
| * | f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim2021-12-101-0/+4
| * | f2fs: show number of pending discard commandsJaegeuk Kim2021-12-101-0/+11
| * | f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang2021-12-101-3/+9
| * | f2fs: fix remove page failed in invalidate compress pagesFengnan Chang2021-12-101-0/+5
| * | f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-101-2/+2
| * | f2fs: use iomap for direct I/OEric Biggers2021-12-104-273/+322
| * | f2fs: implement iomap operationsEric Biggers2021-12-043-0/+58
| * | f2fs: fix the f2fs_file_write_iter tracepointEric Biggers2021-12-041-2/+3
| * | f2fs: do not expose unwritten blocks to user by DIOJaegeuk Kim2021-12-044-10/+35
| * | f2fs: reduce indentation in f2fs_file_write_iter()Eric Biggers2021-12-041-30/+34
| * | f2fs: rework write preallocationsEric Biggers2021-11-173-101/+88
| * | f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang2021-11-173-22/+12
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\ \ \
| * | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* | | | vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel2022-01-181-1/+1
* | | | Merge tag 'for-linus-5.17-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-182-11/+17
|\ \ \ \
| * | | | orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET2021-12-311-4/+3