aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-26aio: try to complete poll iocbs without context switchChristoph Hellwig1-3/+17
2018-05-26aio: implement IOCB_CMD_POLLChristoph Hellwig1-1/+133
2018-05-26aio: simplify cancellationChristoph Hellwig1-42/+6
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig1-7/+7
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig1-0/+23
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2-18/+10
2018-05-26fs: cleanup do_pollfdChristoph Hellwig1-25/+23
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig1-2/+1
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-baseChristoph Hellwig23-114/+134
2018-05-23fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-05-21ext2: fix a block leakAl Viro1-10/+0
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+22
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+10
2018-05-21unfuck sysfs_mount()Al Viro1-3/+3
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro1-0/+1
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches1-1/+1
2018-05-21befs_lookup(): use d_splice_alias()Al Viro1-12/+5
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner1-6/+24
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro13-72/+56
2018-05-02aio: implement io_pgeteventsChristoph Hellwig1-10/+104
2018-05-02aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig1-0/+43
2018-05-02aio: refactor read/write iocb setupChristoph Hellwig1-69/+92
2018-05-02aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig1-9/+16
2018-05-02aio: sanitize ki_list handlingChristoph Hellwig1-7/+6
2018-05-02aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig1-9/+0
2018-05-02aio: don't print the page size at boot timeChristoph Hellwig1-3/+0
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-9/+18
2018-04-28Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-54/+59
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li1-24/+12
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li3-6/+19
2018-04-25SMB311: Fix reconnectSteve French1-2/+2
2018-04-24ext4: fix bitmap position validationLukas Czerner1-4/+5
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French3-21/+22
2018-04-24CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French1-1/+4
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng1-3/+25
2018-04-22Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-9/+16
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds13-47/+199
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa1-4/+4
2018-04-20proc: fix /proc/loadavg regressionAlexey Dobriyan1-1/+1
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan1-0/+6
2018-04-20autofs: mount point create should honour passed in modeIan Kent1-1/+1
2018-04-20writeback: safer lock nestingGreg Thelen1-3/+4
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying1-1/+5
2018-04-20CIFS: fix typo in cifs_dbgAurelien Aptel1-1/+1
2018-04-20cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French1-4/+5
2018-04-20cifs: smbd: Dump SMB packet when configuredLong Li1-1/+5