aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalGravatar Linus Torvalds 4-4/+4
2018-06-17Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 10-124/+152
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 20-645/+879
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-136/+112
2018-06-16Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 3-9/+14
2018-06-15fix a series of Documentation/ broken file name referencesGravatar Mauro Carvalho Chehab 2-2/+2
2018-06-15docs: Fix more broken referencesGravatar Mauro Carvalho Chehab 2-2/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupGravatar David Howells 3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountGravatar David Howells 6-27/+199
2018-06-15afs: Enable IPv6 DNS lookupsGravatar David Howells 2-2/+2
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversGravatar David Howells 1-2/+8
2018-06-15afs: Handle CONFIG_PROC_FS=nGravatar David Howells 2-2/+10
2018-06-15proc: Make inline name size calculation automaticGravatar David Howells 4-12/+16
2018-06-15orangefs: simplify compat ioctl handlingGravatar Al Viro 1-42/+12
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Gravatar Al Viro 1-25/+25
2018-06-14eventpoll: switch to ->poll_maskGravatar Ben Noordhuis 1-5/+10
2018-06-14aio: only return events requested in poll_mask() for IOCB_CMD_POLLGravatar Christoph Hellwig 1-2/+2
2018-06-14eventfd: only return events requested in poll_mask()Gravatar Avi Kivity 1-2/+2
2018-06-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-82/+134
2018-06-15exofs: avoid VLA in structuresGravatar Kees Cook 3-67/+115
2018-06-15coredump: fix spam with zero VMA processGravatar Alexey Dobriyan 1-8/+9
2018-06-15fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()Gravatar OGAWA Hirofumi 1-1/+7
2018-06-15proc: skip branch in /proc/*/* lookupGravatar Alexey Dobriyan 1-6/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 79-391/+494
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 7-124/+202
2018-06-15Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-19/+19
2018-06-14pstore: Remove bogus format string definitionGravatar Arnd Bergmann 1-11/+6
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 79-390/+498
2018-06-12Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent"Gravatar Linus Torvalds 1-3/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 75-158/+225
2018-06-12treewide: Use array_size in f2fs_kvzalloc()Gravatar Kees Cook 3-8/+16
2018-06-12treewide: Use array_size() in f2fs_kzalloc()Gravatar Kees Cook 4-8/+16
2018-06-12treewide: Use array_size() in f2fs_kmalloc()Gravatar Kees Cook 1-3/+5
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 3-3/+6
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 5-8/+11
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Gravatar Kees Cook 1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 13-23/+28
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 48-99/+134
2018-06-12UBIFS: Fix potential integer overflow in allocationGravatar Silvio Cesare 1-2/+3
2018-06-12Convert jffs2 acl to struct_sizeGravatar Matthew Wilcox 2-1/+3
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 207-3195/+939
2018-06-12autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGravatar Geert Uytterhoeven 1-1/+1
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 19-374/+855
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-14/+27
2018-06-12skip LAYOUTRETURN if layout is invalidGravatar Olga Kornievskaia 1-2/+4
2018-06-11xfs: update incore per-AG inode countGravatar Darrick J. Wong 1-0/+2
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 24-1376/+1855
2018-06-11autofs: remove left-over autofs4 stubsGravatar Linus Torvalds 6-57/+12
2018-06-11btrfs: scrub: Don't use inode pages for device replaceGravatar Qu Wenruo 1-1/+1
2018-06-11vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartGravatar Al Viro 1-69/+75