summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-05-26aio: try to complete poll iocbs without context switchChristoph Hellwig
2018-05-26aio: implement IOCB_CMD_POLLChristoph Hellwig
2018-05-26aio: simplify cancellationChristoph Hellwig
2018-05-26aio: simplify KIOCB_KEY handlingChristoph Hellwig
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-26fs: cleanup do_pollfdChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-05-26Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/...Christoph Hellwig
2018-05-23fix io_destroy()/aio_complete() raceAl Viro
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro
2018-05-21ext2: fix a block leakAl Viro
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro
2018-05-21unfuck sysfs_mount()Al Viro
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches
2018-05-21befs_lookup(): use d_splice_alias()Al Viro
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro
2018-05-11fs: don't scan the inode cache before SB_BORN is setDave Chinner
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-05-02aio: implement io_pgeteventsChristoph Hellwig
2018-05-02aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNCChristoph Hellwig
2018-05-02aio: refactor read/write iocb setupChristoph Hellwig
2018-05-02aio: remove the extra get_file/fput pair in io_submit_oneChristoph Hellwig
2018-05-02aio: sanitize ki_list handlingChristoph Hellwig
2018-05-02aio: remove an outdated BUG_ON and comment in aio_completeChristoph Hellwig
2018-05-02aio: don't print the page size at boot timeChristoph Hellwig
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-28Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li
2018-04-25SMB311: Fix reconnectSteve French
2018-04-24ext4: fix bitmap position validationLukas Czerner
2018-04-24SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tconSteve French
2018-04-24CIFS: set *resp_buf_type to NO_BUFFER on errorSteve French
2018-04-23ceph: check if mds create snaprealm when setting quotaYan, Zheng
2018-04-22Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-20fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST errorTetsuo Handa
2018-04-20proc: fix /proc/loadavg regressionAlexey Dobriyan
2018-04-20proc: revalidate kernel thread inodes to root:rootAlexey Dobriyan
2018-04-20autofs: mount point create should honour passed in modeIan Kent
2018-04-20writeback: safer lock nestingGreg Thelen
2018-04-20mm, pagemap: fix swap offset value for PMD migration entryHuang Ying
2018-04-20CIFS: fix typo in cifs_dbgAurelien Aptel
2018-04-20cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French
2018-04-20cifs: smbd: Dump SMB packet when configuredLong Li