summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | io_uring: remove racy overflow list fast checksPavel Begunkov2020-12-171-4/+1
| * | | io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov2020-12-171-4/+2
| * | | io_uring: hold mmap_sem for mm->locked_vm manipulationJens Axboe2020-12-171-4/+10
| * | | io_uring: break links on shutdown failureJens Axboe2020-12-161-0/+2
* | | | Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-241-2/+1
|\ \ \ \
| * | | | block: update some copyrightsChristoph Hellwig2020-12-221-0/+1
| * | | | block: remove a pointless self-reference in block_dev.cChristoph Hellwig2020-12-221-2/+0
| |/ / /
* | | | Merge tag 'configfs-5.11' of git://git.infradead.org/users/hch/configfsLinus Torvalds2020-12-221-0/+1
|\ \ \ \
| * | | | configfs: fix kernel-doc markup issueAlex Shi2020-11-141-0/+1
* | | | | Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-221-3/+3
|\ \ \ \ \
| * | | | | exfat: Avoid allocating upcase table using kcalloc()Artem Labazov2020-12-221-3/+3
* | | | | | Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-219-28/+162
|\ \ \ \ \ \
| * | | | | | 9p: Remove unnecessary IS_ERR() checkDan Carpenter2020-12-011-2/+1
| * | | | | | 9p: Uninitialized variable in v9fs_writeback_fid()Dan Carpenter2020-12-011-2/+1
| * | | | | | 9p: Fix writeback fid incorrectly being attached to dentryDominique Martinet2020-11-191-3/+3
| * | | | | | 9p: apply review requests for fid refcountingDominique Martinet2020-11-192-7/+5
| * | | | | | 9p: add refcount to p9_fid structJianyong Wu2020-11-198-26/+105
| * | | | | | fs/9p: search open fids firstGreg Kurz2020-11-031-4/+5
| * | | | | | fs/9p: track open fidsGreg Kurz2020-11-036-10/+34
| * | | | | | fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2020-11-032-0/+34
* | | | | | | Merge tag 'for-linus-5.11-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-201-0/+2
|\ \ \ \ \ \ \
| * | | | | | | orangefs: add splice file operationsMike Marshall2020-12-161-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag '5.11-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-12-2010-86/+140
|\ \ \ \ \ \ \
| * | | | | | | Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-183-9/+9
| * | | | | | | SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-188-48/+100
| * | | | | | | cifs: Avoid error pointer dereferenceSamuel Cabrero2020-12-181-0/+1
| * | | | | | | cifs: Re-indent cifs_swn_reconnect()Dan Carpenter2020-12-181-31/+33
| * | | | | | | cifs: Unlock on errors in cifs_swn_reconnect()Dan Carpenter2020-12-181-6/+7
| * | | | | | | cifs: Delete a stray unlock in cifs_swn_reconnect()Dan Carpenter2020-12-181-2/+0
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-1/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-1512-83/+26
| |\ \ \ \ \ \ \ \
| * | | | | | | | | eventfd: Export eventfd_ctx_do_read()David Woodhouse2020-11-151-1/+4
* | | | | | | | | | Merge tag 'gfs2-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2020-12-207-26/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson2020-12-031-1/+1
| * | | | | | | | | | gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson2020-12-031-2/+0
| * | | | | | | | | | gfs2: remove trailing semicolons from macro definitionsTom Rix2020-12-011-3/+3
| * | | | | | | | | | Revert "GFS2: Prevent delete work from occurring on glocks used for create"Andreas Gruenbacher2020-12-013-14/+1
| * | | | | | | | | | gfs2: Make inode operations staticAndreas Gruenbacher2020-12-012-6/+7
* | | | | | | | | | | Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Linus Torvalds2020-12-191-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | close_range: unshare all fds for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner2020-12-191-1/+3
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-191-106/+181
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | epoll: add syscall epoll_pwait2Willem de Bruijn2020-12-191-14/+73
| * | | | | | | | | | | epoll: convert internal api to timespec64Willem de Bruijn2020-12-191-20/+37
| * | | | | | | | | | | epoll: eliminate unnecessary lock for zero timeoutSoheil Hassas Yeganeh2020-12-191-13/+12
| * | | | | | | | | | | epoll: replace gotos with a proper loopSoheil Hassas Yeganeh2020-12-191-21/+21
| * | | | | | | | | | | epoll: pull all code between fetch_events and send_event into the loopSoheil Hassas Yeganeh2020-12-191-20/+21
| * | | | | | | | | | | epoll: simplify and optimize busy loop logicSoheil Hassas Yeganeh2020-12-191-23/+17
| * | | | | | | | | | | epoll: move eavail next to the list_empty_careful checkSoheil Hassas Yeganeh2020-12-191-2/+1
| * | | | | | | | | | | epoll: pull fatal signal checks into ep_send_events()Soheil Hassas Yeganeh2020-12-191-9/+8
| * | | | | | | | | | | epoll: simplify signal handlingSoheil Hassas Yeganeh2020-12-191-10/+10