aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-20dax: move RADIX_DAX_ definitions to dax.cGravatar NeilBrown 1-0/+9
2016-05-20fs/efivarfs/inode.c: use generic UUID libraryGravatar Andy Shevchenko 1-37/+3
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cGravatar Andy Shevchenko 5-5/+5
2016-05-20procfs: fix pthread cross-thread naming if !PR_DUMPABLEGravatar Janis Danisevskis 1-1/+41
2016-05-20procfs: expose umask in /proc/<PID>/statusGravatar Richard W.M. Jones 1-1/+19
2016-05-20userfaultfd: don't pin the user memory in userfaultfd_file_create()Gravatar Oleg Nesterov 1-13/+28
2016-05-20mm,writeback: don't use memory reserves for wb_start_writebackGravatar Tetsuo Handa 1-1/+2
2016-05-20tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMUGravatar Rich Felker 1-6/+2
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 11-74/+135
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceGravatar Mel Gorman 1-5/+5
2016-05-19mm: rename _count, field of the struct page, to _refcountGravatar Joonsoo Kim 1-1/+1
2016-05-19ocfs2: clean up an unneeded goto in ocfs2_put_slot()Gravatar Guozhonghua 1-5/+1
2016-05-19ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Gravatar Jun Piao 1-3/+2
2016-05-19ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recGravatar piaojun 1-2/+1
2016-05-19ocfs2: fix comment in struct ocfs2_extended_slotGravatar Guozhonghua 1-1/+1
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsGravatar Deepa Dinamani 2-36/+43
2016-05-19fsnotify: avoid spurious EMFILE errors from inotify_init()Gravatar Jan Kara 3-21/+81
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 4-10/+25
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-62/+45
2016-05-18Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-21/+14
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+15
2016-05-18xfs: concurrent readdir hangs on data buffer locksGravatar Dave Chinner 1-9/+14
2016-05-18Revert "btrfs: switch to ->iterate_shared()"Gravatar Al Viro 1-1/+1
2016-05-18Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-383/+167
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 22-563/+338
2016-05-18Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-69/+121
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 4-6/+6
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-15/+35
2016-05-17btrfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 3-30/+11
2016-05-17ubifs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 5-90/+79
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 37-185/+149
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-4/+4
2016-05-17Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 5-220/+167
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-27/+44
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 9-39/+29
2016-05-17exec: clarify reasoning for euid/egid resetGravatar Kees Cook 1-1/+6
2016-05-17remove directory incorrectly tries to set delete on close on non-empty direct...Gravatar Steve French 4-2/+25
2016-05-17Update cifs.ko version to 2.09Gravatar Steve French 1-1/+1
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationGravatar Stefan Metzmacher 1-14/+18
2016-05-17fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationGravatar Stefan Metzmacher 1-18/+23
2016-05-17fs/cifs: correctly to anonymous authentication for the LANMAN authenticationGravatar Stefan Metzmacher 1-12/+16
2016-05-17fs/cifs: correctly to anonymous authentication via NTLMSSPGravatar Stefan Metzmacher 1-12/+20
2016-05-17cifs: remove any preceding delimiter from prefix_pathGravatar Sachin Prabhu 2-3/+11
2016-05-17cifs: Use file_dentry()Gravatar Goldwyn Rodrigues 2-4/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 174-1174/+1273
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-21/+26
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 19-134/+202
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+2
2016-05-16namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESSGravatar George Spelvin 1-7/+26