summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-15pipe: Remove sync on wake_upsDavid Howells1-4/+4
2019-11-15pipe: Increase the writer-wakeup threshold to reduce context-switch countDavid Howells1-2/+4
2019-11-15pipe: Check for ring full inside of the spinlock in pipe_write()David Howells1-0/+5
2019-11-15pipe: Remove redundant wakeup from pipe_write()David Howells1-5/+0
2019-11-15pipe: Rearrange sequence in pipe_write() to preallocate slotDavid Howells1-18/+33
2019-11-15pipe: Conditionalise wakeup in pipe_read()David Howells1-9/+6
2019-11-15pipe: Advance tail pointer inside of wait spinlock in pipe_read()David Howells1-1/+7
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells3-21/+23
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells3-159/+232
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells2-2/+0
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds1-10/+3
2019-10-05Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds1-35/+133
2019-10-05Make filldir[64]() verify the directory entry filename is validLinus Torvalds1-0/+40
2019-10-05Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds1-35/+93
2019-10-04Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2019-10-04vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen1-13/+4
2019-10-01io_uring: use __kernel_timespec in timeout ABIArnd Bergmann1-4/+4
2019-09-30erofs: fix mis-inplace determination related with noio chainGao Xiang1-2/+10
2019-09-30erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang1-3/+7
2019-09-30erofs: fix return value check in erofs_read_superblock()Wei Yongjun1-2/+2
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-18/+58
2019-09-30Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-10/+2
2019-09-30Merge tag '5.4-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-26/+194
2019-09-30Merge branch 'entropy'Linus Torvalds1-0/+3
2019-09-30Revert "Revert "ext4: make __ext4_get_inode_loc plug""Linus Torvalds1-0/+3
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+107
2019-09-28Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds30-562/+2004
2019-09-28Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds5-0/+1220
2019-09-28Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds3-2/+7
2019-09-27Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+57
2019-09-27btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo1-0/+3
2019-09-27btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo1-1/+1
2019-09-27CIFS: Fix oplock handling for SMB 2.1+ protocolsPavel Shilovsky1-0/+5
2019-09-27smb3: missing ACL related flagsSteve French1-1/+80
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds11-177/+365
2019-09-26binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook1-1/+2
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-21/+17
2019-09-26Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-71/+37
2019-09-26ntfs: remove (un)?likely() from IS_ERR() conditionsDenis Efremov4-9/+9
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov1-2/+2
2019-09-26fs: remove unlikely() from WARN_ON() conditionDenis Efremov1-1/+1
2019-09-26jffs2: Fix mounting under new mount APIDavid Howells1-2/+0
2019-09-26io_uring: make CQ ring wakeups be more efficientJens Axboe1-10/+56
2019-09-26smb3: pass mode bits into create callsSteve French7-21/+51
2019-09-26userfaultfd: untag user pointersAndrey Konovalov1-10/+12
2019-09-26fs/namespace: untag user pointers in copy_mount_optionsAndrey Konovalov1-1/+1
2019-09-26fat: delete an unnecessary check before brelse()Markus Elfring1-3/+1
2019-09-26fs/reiserfs/do_balan.c: remove set but not used variableJason Yan1-2/+1