| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-02-04 | ksmbd: don't align last entry offset in smb2 query directory | Namjae Jeon | 2 | -3/+5 |
| 2022-02-04 | ksmbd: fix same UniqueId for dot and dotdot entries | Namjae Jeon | 1 | -1/+4 |
| 2022-02-04 | ksmbd: smbd: validate buffer descriptor structures | Hyunchul Lee | 1 | -6/+30 |
| 2022-01-23 | ksmbd: fix SMB 3.11 posix extension mount failure | Namjae Jeon | 1 | -1/+1 |
| 2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 6 | -18/+18 |
| 2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 35 | -142/+569 |
| 2022-01-22 | Merge tag '5.17-rc-part2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 25 | -626/+573 |
| 2022-01-22 | Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -36/+4 |
| 2022-01-22 | Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -20/+36 |
| 2022-01-22 | mm: remove cleancache | Christoph Hellwig | 9 | -47/+0 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 4 | -15/+15 |
| 2022-01-22 | fs: proc: store PDE()->data into inode->i_private | Muchun Song | 3 | -11/+1 |
| 2022-01-22 | fs/coredump: move coredump sysctls into its own file | Xiaoming Ni | 2 | -60/+61 |
| 2022-01-22 | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain | 1 | -2/+2 |
| 2022-01-22 | fs: move namespace sysctls and declare fs base directory | Luis Chamberlain | 3 | -6/+30 |
| 2022-01-22 | sysctl: add and use base directory declarer and registration helper | Luis Chamberlain | 1 | -0/+9 |
| 2022-01-22 | fs: move pipe sysctls to is own file | Luis Chamberlain | 1 | -3/+61 |
| 2022-01-22 | fs: move fs/exec.c sysctls into its own file | Luis Chamberlain | 1 | -0/+90 |
| 2022-01-22 | fs: move namei sysctls to its own file | Luis Chamberlain | 1 | -4/+54 |
| 2022-01-22 | fs: move locking sysctls where they are used | Luis Chamberlain | 1 | -2/+32 |
| 2022-01-22 | fs: move shared sysctls to fs/sysctls.c | Luis Chamberlain | 2 | -0/+39 |
| 2022-01-22 | sysctl: move maxolduid as a sysctl specific const | Luis Chamberlain | 1 | -1/+1 |
| 2022-01-22 | fs: move dcache sysctls to its own file | Luis Chamberlain | 1 | -6/+31 |
| 2022-01-22 | fs: move fs stat sysctls to file_table.c | Luis Chamberlain | 1 | -8/+39 |
| 2022-01-22 | fs: move inode sysctls to its own file | Luis Chamberlain | 1 | -7/+32 |
| 2022-01-22 | sysctl: share unsigned long const values | Luis Chamberlain | 1 | -0/+3 |
| 2022-01-22 | fs: move binfmt_misc sysctl to its own file | Luis Chamberlain | 1 | -1/+5 |
| 2022-01-22 | sysctl: add helper to register a sysctl mount point | Luis Chamberlain | 1 | -0/+14 |
| 2022-01-22 | eventpoll: simplify sysctl declaration with register_sysctl() | Xiaoming Ni | 1 | -1/+9 |
| 2022-01-22 | inotify: simplify subdirectory registration with register_sysctl() | Xiaoming Ni | 2 | -2/+19 |
| 2022-01-22 | ocfs2: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 1 | -24/+1 |
| 2022-01-22 | dnotify: move dnotify sysctl to dnotify.c | Xiaoming Ni | 1 | -1/+20 |
| 2022-01-22 | aio: move aio sysctl to aio.c | Xiaoming Ni | 1 | -2/+29 |
| 2022-01-22 | sysctl: move some boundary constants from sysctl.c to sysctl_vals | Xiaoming Ni | 1 | -1/+1 |
| 2022-01-22 | sysctl: add a new register_sysctl_init() interface | Xiaoming Ni | 1 | -0/+33 |
| 2022-01-21 | netfs: Make ops->init_rreq() optional | Jeffle Xu | 2 | -6/+2 |
| 2022-01-21 | cachefiles: Check that the backing filesystem supports tmpfiles | David Howells | 1 | -0/+2 |
| 2022-01-21 | cachefiles: Explain checks in a comment | David Howells | 1 | -1/+7 |
| 2022-01-21 | cachefiles: Trace active-mark failure | David Howells | 1 | -1/+3 |
| 2022-01-21 | cachefiles: Make some tracepoint adjustments | David Howells | 1 | -3/+5 |
| 2022-01-21 | cachefiles: set default tag name if it's unspecified | Jeffle Xu | 1 | -0/+11 |
| 2022-01-21 | cachefiles: Calculate the blockshift in terms of bytes, not pages | David Howells | 3 | -7/+4 |
| 2022-01-21 | fscache: Fix the volume collision wait condition | David Howells | 1 | -2/+2 |
| 2022-01-21 | Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -53/+115 |
| 2022-01-21 | Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -8/+13 |
| 2022-01-21 | Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 6 | -128/+10 |
| 2022-01-21 | Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -25/+4 |
| 2022-01-20 | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 6 | -34/+209 |
| 2022-01-20 | Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 19 | -334/+429 |
| 2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 12 | -35/+34 |
| 2022-01-20 | btrfs: use generic Kconfig option for 256kB page size limit | Nathan Chancellor | 1 | -2/+1 |
| 2022-01-20 | fs/adfs: remove unneeded variable make code cleaner | Minghao Chi | 1 | -3/+1 |
| 2022-01-20 | FAT: use io_schedule_timeout() instead of congestion_wait() | NeilBrown | 1 | -2/+3 |
| 2022-01-20 | hfsplus: use struct_group_attr() for memcpy() region | Kees Cook | 2 | -6/+10 |
| 2022-01-20 | nilfs2: remove redundant pointer sbufs | Colin Ian King | 1 | -2/+2 |
| 2022-01-20 | fs/binfmt_elf: use PT_LOAD p_align values for static PIE | H.J. Lu | 1 | -2/+2 |
| 2022-01-20 | kthread: dynamically allocate memory to store kthread's full name | Yafang Shao | 1 | -0/+3 |
| 2022-01-20 | fs/binfmt_elf: replace open-coded string copy with get_task_comm | Yafang Shao | 1 | -1/+1 |
| 2022-01-20 | fs/exec: replace strncpy with strscpy_pad in __get_task_comm | Yafang Shao | 1 | -1/+2 |
| 2022-01-20 | fs/exec: replace strlcpy with strscpy_pad in __set_task_comm | Yafang Shao | 1 | -1/+1 |
| 2022-01-20 | sysctl: remove redundant ret assignment | luo penghao | 1 | -1/+0 |
| 2022-01-20 | sysctl: fix duplicate path separator in printed entries | Geert Uytterhoeven | 1 | -4/+4 |
| 2022-01-20 | proc: convert the return type of proc_fd_access_allowed() to be boolean | Qi Zheng | 1 | -2/+2 |
| 2022-01-20 | proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration | David Hildenbrand | 1 | -8/+2 |
| 2022-01-19 | cifs: update internal module number | Steve French | 1 | -2/+2 |
| 2022-01-19 | smb3: send NTLMSSP version information | Steve French | 4 | -2/+101 |
| 2022-01-19 | xfs: flush inodegc workqueue tasks before cancel | Brian Foster | 1 | -18/+4 |
| 2022-01-19 | io-wq: delete dead lock shuffling code | Jens Axboe | 1 | -6/+1 |
| 2022-01-19 | cifs: Support fscache indexing rewrite | David Howells | 11 | -500/+199 |
| 2022-01-19 | cifs: cifs_ses_mark_for_reconnect should also update reconnect bits | Shyam Prasad N | 6 | -29/+14 |
| 2022-01-19 | cifs: update tcpStatus during negotiate and sess setup | Shyam Prasad N | 1 | -3/+2 |
| 2022-01-19 | cifs: make status checks in version independent callers | Shyam Prasad N | 3 | -29/+23 |
| 2022-01-19 | cifs: remove repeated state change in dfs tree connect | Shyam Prasad N | 1 | -10/+0 |
| 2022-01-19 | cifs: fix the cifs_reconnect path for DFS | Shyam Prasad N | 1 | -0/+3 |
| 2022-01-19 | cifs: remove unused variable ses_selected | Muhammad Usama Anjum | 1 | -3/+3 |
| 2022-01-19 | cifs: protect all accesses to chan_* with chan_lock | Shyam Prasad N | 5 | -5/+22 |
| 2022-01-19 | cifs: fix the connection state transitions with multichannel | Shyam Prasad N | 4 | -28/+28 |
| 2022-01-19 | cifs: check reconnects for channels of active tcons too | Shyam Prasad N | 3 | -19/+99 |
| 2022-01-19 | Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 17 | -492/+730 |
| 2022-01-18 | io_uring: perform poll removal even if async work removal is successful | Jens Axboe | 1 | -5/+10 |
| 2022-01-18 | io-wq: add intermediate work step between pending list and active work | Jens Axboe | 1 | -5/+29 |
| 2022-01-18 | io-wq: perform both unstarted and started work cancelations in one go | Jens Axboe | 1 | -13/+11 |
| 2022-01-18 | io-wq: invoke work cancelation with wqe->lock held | Jens Axboe | 1 | -3/+8 |
| 2022-01-18 | io-wq: make io_worker lock a raw spinlock | Jens Axboe | 1 | -6/+6 |
| 2022-01-18 | io-wq: remove useless 'work' argument to __io_worker_busy() | Jens Axboe | 1 | -3/+2 |
| 2022-01-18 | ksmbd: fix guest connection failure with nautilus | Namjae Jeon | 1 | -33/+29 |
| 2022-01-18 | ksmbd: uninitialized variable in create_socket() | Dan Carpenter | 1 | -1/+2 |
| 2022-01-18 | ksmbd: smbd: fix missing client's memory region invalidation | Hyunchul Lee | 1 | -27/+46 |
| 2022-01-18 | smb3: add new defines from protocol specification | Steve French | 2 | -1/+3 |
| 2022-01-18 | xfs: remove unused xfs_ioctl32.h declarations | Darrick J. Wong | 1 | -18/+0 |
| 2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+2 |
| 2022-01-18 | vfs: fs_context: fix up param length parsing in legacy_parse_param | Jamie Hill-Daniel | 1 | -1/+1 |
| 2022-01-18 | cifs: serialize all mount attempts | Ronnie Sahlberg | 1 | -1/+7 |
| 2022-01-18 | Merge tag 'for-linus-5.17-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -11/+17 |
| 2022-01-17 | cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs | Eugene Korenevsky | 4 | -0/+65 |
| 2022-01-17 | cifs: alloc_path_with_tree_prefix: do not append sep. if the path is empty | Eugene Korenevsky | 1 | -2/+7 |
| 2022-01-17 | cifs: clean up an inconsistent indenting | Yang Li | 1 | -1/+1 |
| 2022-01-17 | cifs: free ntlmsspblob allocated in negotiate | Shyam Prasad N | 1 | -5/+8 |
| 2022-01-17 | xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions | Darrick J. Wong | 3 | -8/+13 |
| 2022-01-17 | xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls | Darrick J. Wong | 6 | -127/+10 |
| 2022-01-17 | xfs: remove the XFS_IOC_FSSETDM definitions | Darrick J. Wong | 1 | -25/+4 |
| 2022-01-17 | Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 22 | -325/+719 |
| 2022-01-17 | devtmpfs regression fix: reconfigure on each mount | NeilBrown | 1 | -2/+2 |
| 2022-01-17 | unicode: fix .gitignore for generated utfdata file | Linus Torvalds | 1 | -1/+1 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 12 | -27/+32 |
| 2022-01-17 | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -451/+243 |
| 2022-01-16 | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -12/+12 |
| 2022-01-16 | Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -87/+64 |
| 2022-01-16 | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 25 | -565/+568 |
| 2022-01-16 | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 3 | -13/+27 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 25 | -70/+158 |
| 2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 6 | -18/+18 |
| 2022-01-15 | cifs: fix FILE_BOTH_DIRECTORY_INFO definition | Eugene Korenevsky | 1 | -1/+1 |
| 2022-01-15 | cifs: move superblock magic defitions to magic.h | Jeff Layton | 5 | -8/+7 |
| 2022-01-15 | cifs: Fix smb311_update_preauth_hash() kernel-doc comment | Yang Li | 1 | -0/+1 |
| 2022-01-15 | hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() | Sean Christopherson | 1 | -3/+4 |
| 2022-01-15 | mm: introduce memalloc_retry_wait() | NeilBrown | 12 | -36/+28 |
| 2022-01-15 | mm: move anon_vma declarations to linux/mm_inline.h | Arnd Bergmann | 2 | -0/+2 |
| 2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross | 2 | -4/+15 |
| 2022-01-15 | mm,fs: split dump_mapping() out from dump_page() | Matthew Wilcox (Oracle) | 1 | -0/+49 |
| 2022-01-15 | fs/ioctl: remove unnecessary __user annotation | Amit Daniel Kachhap | 1 | -1/+1 |
| 2022-01-15 | ocfs2: remove redundant assignment to variable free_space | Colin Ian King | 1 | -1/+1 |
| 2022-01-15 | ocfs2: cluster: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -5/+6 |
| 2022-01-15 | ocfs2: remove redundant assignment to pointer root_bh | Colin Ian King | 1 | -1/+1 |
| 2022-01-15 | ocfs2: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
| 2022-01-15 | ocfs2: clearly handle ocfs2_grab_pages_for_write() return value | Joseph Qi | 1 | -13/+13 |
| 2022-01-15 | ocfs2: use BUG_ON instead of if condition followed by BUG. | Zhang Mingyu | 1 | -4/+2 |
| 2022-01-15 | squashfs: provide backing_dev_info in order to disable read-ahead | Zheng Liang | 1 | -0/+33 |
| 2022-01-15 | fs/ntfs/attrib.c: fix one kernel-doc comment | Yang Li | 1 | -1/+1 |
| 2022-01-15 | Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -46/+72 |
| 2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 1 | -2/+2 |
| 2022-01-14 | io_uring: fix UAF due to missing POLLFREE handling | Pavel Begunkov | 1 | -8/+50 |
| 2022-01-13 | io_uring: Remove unused function req_ref_put | Jiapeng Chong | 1 | -6/+0 |
| 2022-01-13 | ceph: move CEPH_SUPER_MAGIC definition to magic.h | Jeff Layton | 2 | -3/+2 |
| 2022-01-13 | ceph: remove redundant Lsx caps check | Xiubo Li | 1 | -2/+1 |
| 2022-01-13 | ceph: add new "nopagecache" option | Jeff Layton | 3 | -9/+27 |
| 2022-01-13 | ceph: don't check for quotas on MDS stray dirs | Jeff Layton | 2 | -8/+15 |
| 2022-01-13 | ceph: drop send metrics debug message | Jeff Layton | 1 | -2/+0 |
| 2022-01-13 | ceph: Fix incorrect statfs report for small quota | Kotresh HR | 2 | -0/+15 |
| 2022-01-13 | ceph: mount syntax module parameter | Venky Shankar | 1 | -0/+8 |
| 2022-01-13 | ceph: record updated mon_addr on remount | Venky Shankar | 1 | -0/+7 |
| 2022-01-13 | ceph: new device mount syntax | Venky Shankar | 2 | -10/+134 |
| 2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar | 1 | -1/+1 |
| 2022-01-12 | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 27 | -227/+287 |
| 2022-01-12 | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 75 | -9154/+5047 |
| 2022-01-12 | Merge tag 'fuse-update-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -46/+225 |
| 2022-01-12 | Merge tag 'fs_for_v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+7 |
| 2022-01-12 | Merge tag 'fsnotify_for_v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -106/+417 |
| 2022-01-12 | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux | Linus Torvalds | 5 | -292/+310 |
| 2022-01-12 | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 3 | -71/+69 |
| 2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -72/+115 |
| 2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -1/+2 |
| 2022-01-12 | Merge tag 'for-5.17/io_uring-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -546/+600 |
| 2022-01-12 | xfs: fix online fsck handling of v5 feature bits on secondary supers | Darrick J. Wong | 2 | -27/+38 |
| 2022-01-11 | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
| 2022-01-11 | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -27/+272 |
| 2022-01-11 | Merge tag 'dlm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 18 | -173/+510 |
| 2022-01-11 | Merge tag 'gfs2-v5.16-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -8/+6 |
| 2022-01-11 | xfs: take the ILOCK when readdir inspects directory mapping data | Darrick J. Wong | 1 | -19/+34 |
| 2022-01-11 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 18 | -996/+1744 |
| 2022-01-11 | Merge tag 'xfs-5.17-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 22 | -167/+175 |
| 2022-01-11 | Merge tag 'for-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 58 | -3226/+3269 |
| 2022-01-11 | Merge tag 'erofs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 15 | -456/+843 |
| 2022-01-11 | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki... | David Howells | 4 | -4/+8 |
| 2022-01-11 | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -52/+73 |
| 2022-01-11 | fscache: Add a tracepoint for cookie use/unuse | David Howells | 1 | -4/+25 |
| 2022-01-11 | ceph: add fscache writeback support | Jeff Layton | 1 | -8/+59 |
| 2022-01-11 | ceph: conversion to new fscache API | Jeff Layton | 9 | -223/+177 |
| 2022-01-11 | select: Fix indefinitely sleeping task in poll_schedule_timeout() | Jan Kara | 1 | -29/+32 |
| 2022-01-11 | gfs2: dump inode object for iopen glocks | Bob Peterson | 1 | -0/+1 |
| 2022-01-11 | 9p: fix enodata when reading growing file | Dominique Martinet | 1 | -0/+5 |
| 2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 4 | -3/+19 |
| 2022-01-10 | Merge tag 'pstore-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -16/+30 |
| 2022-01-10 | ksmbd: add smb-direct shutdown | Yufan Chen | 3 | -1/+19 |
| 2022-01-10 | ksmbd: smbd: change the default maximum read/write, receive size | Hyunchul Lee | 1 | -2/+4 |
| 2022-01-10 | ksmbd: smbd: create MR pool | Hyunchul Lee | 1 | -1/+22 |
| 2022-01-10 | ksmbd: add reserved room in ipc request/response | Namjae Jeon | 1 | -1/+10 |
| 2022-01-10 | ksmbd: smbd: call rdma_accept() under CM handler | Hyunchul Lee | 1 | -43/+59 |
| 2022-01-10 | ksmbd: limits exceeding the maximum allowable outstanding requests | Namjae Jeon | 4 | -1/+13 |
| 2022-01-10 | ksmbd: move credit charge deduction under processing request | Namjae Jeon | 2 | -11/+12 |
| 2022-01-10 | ksmbd: add support for smb2 max credit parameter | Namjae Jeon | 8 | -10/+22 |
| 2022-01-10 | ksmbd: set 445 port to smbdirect port by default | Namjae Jeon | 2 | -5/+12 |
| 2022-01-10 | ksmbd: register ksmbd ib client with ib_register_client() | Hyunchul Lee | 2 | -11/+98 |
| 2022-01-10 | ext4: don't use the orphan list when migrating an inode | Theodore Ts'o | 1 | -15/+4 |
| 2022-01-10 | ext4: use BUG_ON instead of if condition followed by BUG | xu xin | 1 | -2/+1 |
| 2022-01-10 | ext4: fix a copy and paste typo | Dan Carpenter | 1 | -1/+1 |
| 2022-01-10 | ext4: set csum seed in tmp inode while migrating to extents | Luís Henriques | 1 | -1/+11 |
| 2022-01-10 | ext4: remove unnecessary 'offset' assignment | luo penghao | 1 | -1/+0 |
| 2022-01-10 | ext4: remove redundant o_start statement | luo penghao | 1 | -1/+0 |
| 2022-01-10 | ext4: drop an always true check | Adam Borowski | 1 | -2/+1 |
| 2022-01-10 | ext4: remove unused assignments | luo penghao | 1 | -2/+0 |
| 2022-01-10 | ext4: remove redundant statement | luo penghao | 1 | -1/+0 |
| 2022-01-10 | ext4: remove useless resetting io_end_size in mpage_process_page() | Nghia Le | 1 | -2/+0 |
| 2022-01-10 | ext4: allow to change s_last_trim_minblks via sysfs | Lukas Czerner | 1 | -0/+2 |
| 2022-01-10 | ext4: change s_last_trim_minblks type to unsigned long | Lukas Czerner | 2 | -3/+3 |
| 2022-01-10 | ext4: implement support for get/set fs label | Lukas Czerner | 4 | -7/+334 |
| 2022-01-10 | ext4: only set EXT4_MOUNT_QUOTA when journalled quota file is specified | Lukas Czerner | 1 | -1/+2 |
| 2022-01-10 | ext4: don't use kfree() on rcu protected pointer sbi->s_qf_names | Lukas Czerner | 1 | -3/+5 |
| 2022-01-10 | ext4: avoid trim error on fs with small groups | Jan Kara | 2 | -2/+8 |
| 2022-01-10 | ext4: fix an use-after-free issue about data=journal writeback mode | Zhang Yi | 1 | -27/+10 |