aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-22Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-0/+1
2020-12-22Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2020-12-22exfat: Avoid allocating upcase table using kcalloc()Gravatar Artem Labazov 1-3/+3
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 9-28/+162
2020-12-20Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2020-12-20Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-86/+140
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+4
2020-12-20Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Gravatar Linus Torvalds 7-26/+12
2020-12-19Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+3
2020-12-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-106/+181
2020-12-19epoll: add syscall epoll_pwait2Gravatar Willem de Bruijn 1-14/+73
2020-12-19epoll: convert internal api to timespec64Gravatar Willem de Bruijn 1-20/+37
2020-12-19epoll: eliminate unnecessary lock for zero timeoutGravatar Soheil Hassas Yeganeh 1-13/+12
2020-12-19epoll: replace gotos with a proper loopGravatar Soheil Hassas Yeganeh 1-21/+21
2020-12-19epoll: pull all code between fetch_events and send_event into the loopGravatar Soheil Hassas Yeganeh 1-20/+21
2020-12-19epoll: simplify and optimize busy loop logicGravatar Soheil Hassas Yeganeh 1-23/+17
2020-12-19epoll: move eavail next to the list_empty_careful checkGravatar Soheil Hassas Yeganeh 1-2/+1
2020-12-19epoll: pull fatal signal checks into ep_send_events()Gravatar Soheil Hassas Yeganeh 1-9/+8
2020-12-19epoll: simplify signal handlingGravatar Soheil Hassas Yeganeh 1-10/+10
2020-12-19epoll: check for events when removing a timed out thread from the wait queueGravatar Soheil Hassas Yeganeh 1-9/+16
2020-12-19close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECGravatar Christian Brauner 1-1/+3
2020-12-18Add SMB 2 support for getting and setting SACLsGravatar Boris Protopopov 3-9/+9
2020-12-18Merge tag 'xfs-5.11-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 48-705/+695
2020-12-18SMB3: Add support for getting and setting SACLsGravatar Boris Protopopov 8-48/+100
2020-12-18cifs: Avoid error pointer dereferenceGravatar Samuel Cabrero 1-0/+1
2020-12-18cifs: Re-indent cifs_swn_reconnect()Gravatar Dan Carpenter 1-31/+33
2020-12-18cifs: Unlock on errors in cifs_swn_reconnect()Gravatar Dan Carpenter 1-6/+7
2020-12-18cifs: Delete a stray unlock in cifs_swn_reconnect()Gravatar Dan Carpenter 1-2/+0
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 24-143/+194
2020-12-17Merge tag '5.11-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 40-2354/+3560
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+7
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 23-534/+934
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 15-201/+410
2020-12-17Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-185/+203
2020-12-17Merge tag 'fuse-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-99/+170
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 30-383/+925
2020-12-17Merge tag 'for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 10-26/+52
2020-12-17Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-97/+112
2020-12-16cifs: update internal module version numberGravatar Steve French 1-1/+1
2020-12-16cifs: Fix support for remount when not changing rsize/wsizeGravatar Steve French 1-0/+7
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 15-78/+78
2020-12-16cifs: handle "guest" mount parameterGravatar Steve French 1-0/+4
2020-12-16NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Gravatar Trond Myklebust 1-1/+1
2020-12-16pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_readGravatar Trond Myklebust 1-5/+1
2020-12-16NFSv4/pnfs: Add tracing for the deviceid cacheGravatar Trond Myklebust 3-8/+92
2020-12-16orangefs: add splice file operationsGravatar Mike Marshall 1-0/+2
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 22-671/+357
2020-12-16Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-586/+794
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-22/+8
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2