summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-25fold ep_read_events_proc() into the only callerAl Viro
2020-10-25take the common part of ep_eventpoll_poll() and ep_item_poll() into helperAl Viro
2020-10-25ep_insert(): we only need tep->mtx around the insertion itselfAl Viro
2020-10-25ep_insert(): don't open-code ep_remove() on failure exitsAl Viro
2020-10-25lift locking/unlocking ep->mtx out of ep_{start,done}_scan()Al Viro
2020-10-25ep_send_events_proc(): fold into the callerAl Viro
2020-10-25lift the calls of ep_send_events_proc() into the callersAl Viro
2020-10-25lift the calls of ep_read_events_proc() into the callersAl Viro
2020-10-25ep_scan_ready_list(): prepare to splitupAl Viro
2020-10-25ep_loop_check_proc(): saner calling conventionsAl Viro
2020-10-25get rid of ep_push_nested()Al Viro
2020-10-25ep_loop_check_proc(): lift pushing the cookie into callersAl Viro
2020-10-25clean reverse_path_check_proc() a bitAl Viro
2020-10-25reverse_path_check_proc(): don't bother with cookiesAl Viro
2020-10-25reverse_path_check_proc(): sane argumentsAl Viro
2020-10-25untangling ep_call_nested(): and there was much rejoicingAl Viro
2020-10-25untangling ep_call_nested(): move push/pop of cookie into the callbacksAl Viro
2020-10-25untangling ep_call_nested(): take pushing cookie into a helperAl Viro
2020-10-25untangling ep_call_nested(): it's all serialized on epmutex.Al Viro
2020-10-25untangling ep_call_nested(): get rid of useless argumentsAl Viro
2020-10-25epoll: get rid of epitem->nwaitAl Viro
2020-10-25epoll: switch epitem->pwqlist to single-linked listAl Viro
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-25Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-23cifs: update internal module version numberSteve French
2020-10-23Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French
2020-10-23smb3: remove two unused variablesSteve French
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-23Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2020-10-23Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-23gfs2: Recover statfs info in journal headAbhi Das
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das
2020-10-22splice: change exported internal do_splice() helper to take kernel offsetJens Axboe
2020-10-22io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-22SMB3: add support for recognizing WSL reparse tagsSteve French
2020-10-22cifs: remove bogus debug codeDan Carpenter
2020-10-22smb3.1.1: fix typo in compression flagSteve French
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg
2020-10-22cifs: move cache mount options to fs_context.chRonnie Sahlberg
2020-10-22cifs: move security mount options into fs_context.chRonnie Sahlberg
2020-10-22cifs: add files to host new mount apiRonnie Sahlberg
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds