summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-19epoll: eliminate unnecessary lock for zero timeoutSoheil Hassas Yeganeh1-13/+12
2020-12-19epoll: replace gotos with a proper loopSoheil Hassas Yeganeh1-21/+21
2020-12-19epoll: pull all code between fetch_events and send_event into the loopSoheil Hassas Yeganeh1-20/+21
2020-12-19epoll: simplify and optimize busy loop logicSoheil Hassas Yeganeh1-23/+17
2020-12-19epoll: move eavail next to the list_empty_careful checkSoheil Hassas Yeganeh1-2/+1
2020-12-19epoll: pull fatal signal checks into ep_send_events()Soheil Hassas Yeganeh1-9/+8
2020-12-19epoll: simplify signal handlingSoheil Hassas Yeganeh1-10/+10
2020-12-19epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh1-9/+16
2020-12-19close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner1-1/+3
2020-12-19io_uring: fix 0-iov read buffer selectPavel Begunkov1-3/+1
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov3-9/+9
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds48-705/+695
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov8-48/+100
2020-12-18io_uring: close a small race gap for files cancelPavel Begunkov1-4/+4
2020-12-18io_uring: fix io_wqe->work_list corruptionXiaoguang Wang1-0/+1
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero1-0/+1
2020-12-18cifs: Re-indent cifs_swn_reconnect()Dan Carpenter1-31/+33
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter1-6/+7
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter1-2/+0
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-143/+194
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds40-2354/+3560
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+7
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds23-534/+934
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds15-201/+410
2020-12-17Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-185/+203
2020-12-17Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-99/+170
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds30-383/+925
2020-12-17Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds10-26/+52
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-97/+112
2020-12-17ext4: simplify ext4 error translationJan Kara1-55/+40
2020-12-17ext4: move functions in super.cJan Kara1-98/+98
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara4-82/+37
2020-12-17ext4: standardize error message in ext4_protect_reserved_inode()Jan Kara1-6/+4
2020-12-17ext4: remove redundant sb checksum recomputationJan Kara1-2/+0
2020-12-17ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
2020-12-17ext4: fix deadlock with fs freezing and EA inodesJan Kara1-5/+14
2020-12-17jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar1-6/+2
2020-12-17ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.hHarshad Shirwadkar2-55/+61
2020-12-17ext4: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-17ext4: add docs about fast commit idempotenceHarshad Shirwadkar1-0/+61
2020-12-17ext4: remove the unused EXT4_CURRENT_REV macroKaixu Xia1-1/+0
2020-12-17ext4: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2020-12-17ext4: check for invalid block size early when mounting a file systemTheodore Ts'o1-24/+16
2020-12-17ext4: fix a memory leak of ext4_free_dataChunguang Xu1-0/+1
2020-12-17io_uring: limit {io|sq}poll submit locking scopePavel Begunkov1-3/+6
2020-12-17io_uring: inline io_cqring_mark_overflow()Pavel Begunkov1-13/+9
2020-12-17io_uring: consolidate CQ nr events calculationPavel Begunkov1-9/+8
2020-12-17io_uring: remove racy overflow list fast checksPavel Begunkov1-4/+1
2020-12-17io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov1-4/+2
2020-12-17io_uring: hold mmap_sem for mm->locked_vm manipulationJens Axboe1-4/+10