summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* aio: sanitize the limit checking in io_submit(2)Al Viro2018-05-291-8/+6
* aio: fold do_io_submit() into callersAl Viro2018-05-291-54/+45
* aio: shift copyin of iocb into io_submit_one()Al Viro2018-05-291-24/+22
* aio_read_events_ring(): make a bit more readableAl Viro2018-05-291-4/+3
* aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the ...Al Viro2018-05-291-14/+12
* aio: take list removal to (some) callers of aio_complete()Al Viro2018-05-291-17/+21
* aio: add missing break for the IOCB_CMD_FDSYNC caseChristoph Hellwig2018-05-281-0/+1
* timerfd: convert to ->poll_maskChristoph Hellwig2018-05-261-11/+11
* eventfd: switch to ->poll_maskChristoph Hellwig2018-05-261-4/+11
* pipe: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+13
* aio: try to complete poll iocbs without context switchChristoph Hellwig2018-05-261-3/+17
* aio: implement IOCB_CMD_POLLChristoph Hellwig2018-05-261-1/+133
* aio: simplify cancellationChristoph Hellwig2018-05-261-42/+6
* aio: simplify KIOCB_KEY handlingChristoph Hellwig2018-05-261-7/+7
* fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig2018-05-261-0/+23
* fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-262-18/+10
* fs: cleanup do_pollfdChristoph Hellwig2018-05-261-25/+23
* fs: unexport poll_schedule_timeoutChristoph Hellwig2018-05-261-2/+1
* Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig2018-05-2623-114/+134
|\
| * fix io_destroy()/aio_complete() raceAl Viro2018-05-231-2/+1
| * aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-211-2/+2
| * ext2: fix a block leakAl Viro2018-05-211-10/+0
| * nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+22
| * cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+10
| * unfuck sysfs_mount()Al Viro2018-05-211-3/+3
| * kernfs: deal with kernfs_fill_super() failuresAl Viro2018-05-211-0/+1
| * cramfs: Fix IS_ENABLED typoJoe Perches2018-05-211-1/+1
| * befs_lookup(): use d_splice_alias()Al Viro2018-05-211-12/+5
| * affs_lookup: switch to d_splice_alias()Al Viro2018-05-211-6/+5
| * affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-211-3/+7
| * fs: don't scan the inode cache before SB_BORN is setDave Chinner2018-05-111-6/+24
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-1113-72/+56
* | aio: implement io_pgeteventsChristoph Hellwig2018-05-021-10/+104
* | aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig2018-05-021-0/+43
* | aio: refactor read/write iocb setupChristoph Hellwig2018-05-021-69/+92
* | aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig2018-05-021-9/+16
* | aio: sanitize ki_list handlingChristoph Hellwig2018-05-021-7/+6
* | aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig2018-05-021-9/+0
* | aio: don't print the page size at boot timeChristoph Hellwig2018-05-021-3/+0
* | Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-284-9/+18
|\ \
| * | ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o2018-04-261-0/+1
| * | ext4: fix bitmap position validationLukas Czerner2018-04-241-4/+5
| * | ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-04-181-0/+1
| * | ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKSEric Biggers2018-04-121-5/+11
* | | Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-04-287-54/+59
|\ \ \
| * | | cifs: smbd: Avoid allocating iov on the stackLong Li2018-04-251-24/+12
| * | | cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-253-6/+19
| * | | SMB311: Fix reconnectSteve French2018-04-251-2/+2
| * | | SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French2018-04-243-21/+22
| * | | CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French2018-04-241-1/+4