- 14e3e98 proc mountinfo: make splice available again by Linus Torvalds · 4 years ago
- 7bb5226 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years ago
- 555a6e8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years ago
- 60e8edd Merge tag 'io_uring-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 771e7e4 Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- c07e671 io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work() by Xiaoguang Wang · 4 years ago
- 9faadcc io_uring: fix double io_uring free by Pavel Begunkov · 4 years ago
- 4f06f21 Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 4 years ago
- e9e541e Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years ago
- be99393 ext4: remove unnecessary wbc parameter from ext4_bio_write_page by Lei Chen · 4 years, 1 month ago
- 82ef137 ext4: avoid s_mb_prefetch to be zero in individual scenarios by Chunguang Xu · 4 years, 1 month ago
- c92dc85 ext4: defer saving error info from atomic context by Jan Kara · 4 years, 1 month ago
- 7b51e70 block: update some copyrights by Christoph Hellwig · 4 years, 1 month ago
- ca2e270 block: remove a pointless self-reference in block_dev.c by Christoph Hellwig · 4 years, 1 month ago
- 9eb78c2 exfat: Avoid allocating upcase table using kcalloc() by Artem Labazov · 4 years, 1 month ago
- 2e2cbaf fix hostfs_open() use of ->f_path.dentry by Al Viro · 4 years, 1 month ago
- a528b04 io_uring: fix ignoring xa_store errors by Pavel Begunkov · 4 years ago
- 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
- e37b12e Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 4 years ago
- 5828881 Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
- 6a447b0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years ago
- f57555e io_uring: end waiting before task cancel attempts by Pavel Begunkov · 4 years ago
- 55583d7 io_uring: always progress task_work on task cancel by Pavel Begunkov · 4 years ago
- 7703f46 Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years ago
- 446bc1c io-wq: kill now unused io_wq_cancel_all() by Jens Axboe · 4 years ago
- 00c1864 io_uring: make ctx cancel on exit targeted to actual ctx by Jens Axboe · 4 years ago
- 467f816 Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
- 1db98bc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
- 58169a5 epoll: add syscall epoll_pwait2 by Willem de Bruijn · 4 years ago
- 7cdf7c2 epoll: convert internal api to timespec64 by Willem de Bruijn · 4 years ago
- e59d3c6 epoll: eliminate unnecessary lock for zero timeout by Soheil Hassas Yeganeh · 4 years ago
- 00b2763 epoll: replace gotos with a proper loop by Soheil Hassas Yeganeh · 4 years ago
- e8c8532 epoll: pull all code between fetch_events and send_event into the loop by Soheil Hassas Yeganeh · 4 years ago
- 1493c47 epoll: simplify and optimize busy loop logic by Soheil Hassas Yeganeh · 4 years ago
- e411596 epoll: move eavail next to the list_empty_careful check by Soheil Hassas Yeganeh · 4 years ago
- cccd29b epoll: pull fatal signal checks into ep_send_events() by Soheil Hassas Yeganeh · 4 years ago
- 2efdaf7 epoll: simplify signal handling by Soheil Hassas Yeganeh · 4 years ago
- 289caf5 epoll: check for events when removing a timed out thread from the wait queue by Soheil Hassas Yeganeh · 4 years ago
- fec8a6a close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXEC by Christian Brauner · 4 years ago
- dd20166 io_uring: fix 0-iov read buffer select by Pavel Begunkov · 4 years ago
- 9541b81 Add SMB 2 support for getting and setting SACLs by Boris Protopopov · 4 years ago
- a0b9631 Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years ago
- 3970acf SMB3: Add support for getting and setting SACLs by Boris Protopopov · 4 years ago
- dfea9fc io_uring: close a small race gap for files cancel by Pavel Begunkov · 4 years ago
- 0020ef0 io_uring: fix io_wqe->work_list corruption by Xiaoguang Wang · 4 years ago
- 0bf1baf cifs: Avoid error pointer dereference by Samuel Cabrero · 4 years ago
- 0f2c66a cifs: Re-indent cifs_swn_reconnect() by Dan Carpenter · 4 years ago
- eedf8e8 cifs: Unlock on errors in cifs_swn_reconnect() by Dan Carpenter · 4 years ago
- 6a29ab5 cifs: Delete a stray unlock in cifs_swn_reconnect() by Dan Carpenter · 4 years ago
- 787fec8 Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years ago
- e13300b Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
- 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years ago
- 74f602d Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
- be695ee Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years ago
- 92dbc9d Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 4 years ago
- 65de0b8 Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years ago
- ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
- b97d4c4 Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years ago
- 14bd41e Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years ago
- 02a7780 ext4: simplify ext4 error translation by Jan Kara · 4 years, 1 month ago
- 4067662 ext4: move functions in super.c by Jan Kara · 4 years, 1 month ago
- 014c9ca ext4: make ext4_abort() use __ext4_error() by Jan Kara · 4 years, 1 month ago
- 93c20bc ext4: standardize error message in ext4_protect_reserved_inode() by Jan Kara · 4 years, 1 month ago
- 81414b4 ext4: remove redundant sb checksum recomputation by Jan Kara · 4 years, 1 month ago
- b08070e ext4: don't remount read-only with errors=continue on reboot by Jan Kara · 4 years, 1 month ago
- 46e294e ext4: fix deadlock with fs freezing and EA inodes by Jan Kara · 4 years, 1 month ago
- 9bd23c3 jbd2: add a helper to find out number of fast commit blocks by Harshad Shirwadkar · 4 years, 1 month ago
- 941ba12 ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h by Harshad Shirwadkar · 4 years, 1 month ago
- 5a150bd ext4: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- b1b7dce ext4: add docs about fast commit idempotence by Harshad Shirwadkar · 4 years, 1 month ago
- 03505c5 ext4: remove the unused EXT4_CURRENT_REV macro by Kaixu Xia · 4 years, 2 months ago
- bc18546 ext4: fix an IS_ERR() vs NULL check by Dan Carpenter · 4 years, 2 months ago
- c920076 ext4: check for invalid block size early when mounting a file system by Theodore Ts'o · 4 years, 1 month ago
- cca4155 ext4: fix a memory leak of ext4_free_data by Chunguang Xu · 4 years, 2 months ago
- 89448c4 io_uring: limit {io|sq}poll submit locking scope by Pavel Begunkov · 4 years ago
- 09e8840 io_uring: inline io_cqring_mark_overflow() by Pavel Begunkov · 4 years ago
- e23de15 io_uring: consolidate CQ nr events calculation by Pavel Begunkov · 4 years ago
- 9cd2be5 io_uring: remove racy overflow list fast checks by Pavel Begunkov · 4 years ago
- cda286f io_uring: cancel reqs shouldn't kill overflow list by Pavel Begunkov · 4 years ago
- 4bc4a91 io_uring: hold mmap_sem for mm->locked_vm manipulation by Jens Axboe · 4 years ago
- afee441 cifs: update internal module version number by Steve French · 4 years ago
- 2d06049 cifs: Fix support for remount when not changing rsize/wsize by Steve French · 4 years ago
- e822261 xfs: remove xfs_buf_t typedef by Dave Chinner · 4 years ago
- 31f6551 cifs: handle "guest" mount parameter by Steve French · 4 years ago
- 52104f2 NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() by Trond Myklebust · 4 years ago
- 9bfffea pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read by Trond Myklebust · 4 years ago
- cac1d3a NFSv4/pnfs: Add tracing for the deviceid cache by Trond Myklebust · 4 years ago
- a146468 io_uring: break links on shutdown failure by Jens Axboe · 4 years ago
- c104882 orangefs: add splice file operations by Mike Marshall · 4 years ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 48aba79 Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 5ee863b Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 4 years ago
- e994cc2 Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
- ba1d41a Merge tag 'pstore-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
- 3316fb8 fs/lockd: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
- 7be9b38 NFSv4.2: fix error return on memory allocation failure by Colin Ian King · 4 years ago
- f738717 writeback: don't warn on an unregistered BDI in __mark_inode_dirty by Christoph Hellwig · 4 years, 3 months ago
- 706451d Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years ago
- 27cf948 cifs: correct four aliased mount parms to allow use of previous names by Steve French · 4 years ago