summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | ceph: check if mds create snaprealm when setting quotaYan, Zheng2018-04-231-3/+25
|/ / /
* | | Merge tag '4.17-rc1-SMB3-CIFS' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-04-225-9/+16
|\ \ \
| * | | CIFS: fix typo in cifs_dbgAurelien Aptel2018-04-201-1/+1
| * | | cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French2018-04-201-4/+5
| * | | cifs: smbd: Dump SMB packet when configuredLong Li2018-04-201-1/+5
| * | | cifs: smbd: Check for iov length on sending the last iovLong Li2018-04-181-0/+2
| * | | fs: cifs: Adding new return type vm_fault_tSouptick Joarder2018-04-171-1/+1
| * | | cifs: smb2ops: Fix NULL check in smb2_query_symlinkGustavo A. R. Silva2018-04-171-2/+2
* | | | Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-2213-47/+199
|\ \ \ \
| * | | | btrfs: print-tree: debugging output enhancementQu Wenruo2018-04-202-11/+16
| * | | | btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov2018-04-203-10/+26
| * | | | btrfs: fix unaligned access in readdirDavid Sterba2018-04-191-8/+12
| * | | | btrfs: Fix wrong btrfs_delalloc_release_extents parameterQu Wenruo2018-04-181-1/+1
| * | | | btrfs: delayed-inode: Remove wrong qgroup meta reservation callsQu Wenruo2018-04-181-4/+16
| * | | | btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo2018-04-182-11/+65