summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee2022-01-102-11/+98
| * | | | | ksmbd: Fix smb2_get_name() kernel-doc commentYang Li2021-12-291-1/+1
| * | | | | ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-291-1/+0
| * | | | | ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-291-1/+1
| * | | | | ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-291-0/+1
| * | | | | ksmbd: fix multi session connection failureNamjae Jeon2021-12-295-29/+24
| * | | | | ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-291-10/+12
| * | | | | ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-293-5/+21
| * | | | | ksmbd: Remove unused fields from ksmbd_file struct definitionMarios Makassikis2021-12-291-10/+0
| * | | | | ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-291-9/+4
| * | | | | ksmbd: use oid registry functions to decode OIDsHyunchul Lee2021-12-291-123/+19
* | | | | | 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-114-0/+27
| * | | | | | f2fs: fix to do sanity check in is_alive()Chao Yu2021-12-111-0/+3
| * | | | | | f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu2021-12-111-1/+1
| * | | | | | f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2021-12-111-1/+2
| * | | | | | f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim2021-12-111-0/+4
| * | | | | | f2fs: show number of pending discard commandsJaegeuk Kim2021-12-111-0/+11
| * | | | | | f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang2021-12-111-3/+9
| * | | | | | f2fs: fix remove page failed in invalidate compress pagesFengnan Chang2021-12-111-0/+5
| * | | | | | f2fs: show more DIO information in tracepointJaegeuk Kim2021-12-111-2/+2
| * | | | | | f2fs: use iomap for direct I/OEric Biggers2021-12-114-273/+322