Age | Commit message (Expand) | Author |
2021-10-02 | Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-10-01 | io_uring: kill fasync | Pavel Begunkov |
2021-10-01 | nfsd: Fix a warning for nfsd_file_close_inode | Trond Myklebust |
2021-10-01 | ext4: recheck buffer uptodate bit under buffer lock | Zhang Yi |
2021-10-01 | ext4: fix potential infinite loop in ext4_dx_readdir() | yangerkun |
2021-10-01 | ext4: flush s_error_work before journal destroy in ext4_fill_super | yangerkun |
2021-10-01 | ext4: fix loff_t overflow in ext4_max_bitmap_size() | Ritesh Harjani |
2021-10-01 | ext4: fix reserved space counter leakage | Jeffle Xu |
2021-10-01 | ext4: limit the number of blocks in one ADD_RANGE TLV | Hou Tao |
2021-09-30 | ksmbd: missing check for NULL in convert_to_nt_pathname() | Dan Carpenter |
2021-09-30 | nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zero | Trond Myklebust |
2021-09-30 | fs/ntfs3: Check for NULL if ATTR_EA_INFO is incorrect | Konstantin Komarov |
2021-09-30 | fs/ntfs3: Refactoring of ntfs_init_from_boot | Konstantin Komarov |
2021-09-30 | fs/ntfs3: Reject mount if boot's cluster size < media sector size | Konstantin Komarov |
2021-09-30 | nfsd: fix error handling of register_pernet_subsys() in init_nfsd() | Patrick Ho |
2021-09-30 | ksmbd: fix transform header validation | Namjae Jeon |
2021-09-30 | ksmbd: add buffer validation for SMB2_CREATE_CONTEXT | Hyunchul Lee |
2021-09-30 | ksmbd: add validation in smb2 negotiate | Namjae Jeon |
2021-09-30 | ksmbd: add request buffer validation in smb2_set_info | Namjae Jeon |
2021-09-30 | ksmbd: use correct basic info level in set_file_basic_info() | Namjae Jeon |
2021-09-29 | ksmbd: remove NTLMv1 authentication | Namjae Jeon |
2021-09-28 | ksmbd: fix documentation for 2 functions | Enzo Matsumiya |
2021-09-28 | kernfs: also call kernfs_set_rev() for positive dentry | Hou Tao |
2021-09-28 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc... | Linus Torvalds |
2021-09-28 | ovl: fix IOCB_DIRECT if underlying fs doesn't support direct IO | Miklos Szeredi |
2021-09-27 | vboxfs: fix broken legacy mount signature checking | Linus Torvalds |
2021-09-27 | io-wq: exclusively gate signal based exit on get_signal() return | Jens Axboe |
2021-09-26 | ksmbd: fix invalid request buffer access in compound | Namjae Jeon |
2021-09-26 | ksmbd: remove RFC1002 check in smb2 request | Ronnie Sahlberg |
2021-09-26 | Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds |
2021-09-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-25 | Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-09-25 | Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-09-25 | Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2021-09-24 | ksmbd: use LOOKUP_BENEATH to prevent the out of share access | Hyunchul Lee |
2021-09-24 | mm: fs: invalidate bh_lrus for only cold path | Minchan Kim |
2021-09-24 | ocfs2: drop acl cache for directories too | Wengang Wang |
2021-09-24 | io_uring: make OP_CLOSE consistent with direct open | Pavel Begunkov |
2021-09-24 | ovl: fix missing negative dentry check in ovl_rename() | Zheng Liang |
2021-09-24 | Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds |
2021-09-24 | Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-09-24 | io_uring: kill extra checks in io_write() | Pavel Begunkov |
2021-09-24 | io_uring: don't punt files update to io-wq unconditionally | Jens Axboe |
2021-09-24 | io_uring: put provided buffer meta data under memcg accounting | Jens Axboe |
2021-09-24 | io_uring: allow conditional reschedule for intensive iterators | Jens Axboe |
2021-09-24 | io_uring: fix potential req refcount underflow | Hao Xu |
2021-09-24 | io_uring: fix missing set of EPOLLONESHOT for CQ ring overflow | Hao Xu |
2021-09-24 | io_uring: fix race between poll completion and cancel_hash insertion | Hao Xu |
2021-09-24 | io-wq: ensure we exit if thread group is exiting | Jens Axboe |
2021-09-24 | fs/ntfs3: Refactoring lock in ntfs_init_acl | Konstantin Komarov |