1. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  2. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 9 years ago
  3. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 9 years ago
  4. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  5. e4bc332 /proc/PID/status: show all sets of pid according to ns by Chen Hanxiao · 9 years ago
  6. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  7. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  8. ee14624 fs, jfs: remove slab object constructor by David Rientjes · 9 years ago
  9. 7ca02d0a hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 9 years ago
  10. 6d50ff9 Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  11. e44740c Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  12. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  13. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  15. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  16. 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 9 years ago
  17. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  18. d1fd836 mm: split ET_DYN ASLR from mmap ASLR by Kees Cook · 9 years ago
  19. a87938b fs/binfmt_elf.c: fix bug in loading of PIE binaries by Michael Davidson · 9 years ago
  20. 3cb29d1 cleancache: remove limit on the number of cleancache enabled filesystems by Vladimir Davydov · 9 years ago
  21. 9de1626 cleancache: zap uuid arg of cleancache_init_shared_fs by Vladimir Davydov · 9 years ago
  22. 58be19d ocfs2: copy fs uuid to superblock by Vladimir Davydov · 9 years ago
  23. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  24. 1d5b897 ocfs2: make mlog_errno return the errno by Andrew Morton · 9 years ago
  25. 2f2eca2 ocfs2: check if the ocfs2 lock resource has been initialized before calling ocfs2_dlm_lock by alex chen · 9 years ago
  26. 1543306e ocfs2: logging: remove static buffer, use vsprintf extension %pV by Joe Perches · 9 years ago
  27. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 9 years ago
  28. 762515a ocfs2: fix a typo in the copyright statement by Jakub Wilk · 9 years ago
  29. 023d4ea ocfs2: fix possible uninitialized variable access by Joseph Qi · 9 years ago
  30. 7c01ad8 ocfs2: remove goto statement in ocfs2_check_dir_for_entry() by Daeseok Youn · 9 years ago
  31. a47726b ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clear_bits by Joseph Qi · 9 years ago
  32. 62f8b1f ocfs2: use ENOENT instead of EEXIST when get system file fails by Joseph Qi · 9 years ago
  33. e38a573 ocfs2: use actual name length when find entry in ocfs2_orphan_del() by Joseph Qi · 9 years ago
  34. e073fc5 ocfs2: dereferencing freed pointers in ocfs2_reflink() by Dan Carpenter · 9 years ago
  35. d0ba25b ocfs2: fix typo in ocfs2_reserve_local_alloc_bits by Joseph Qi · 9 years ago
  36. 14a5275 ocfs2: do not use ocfs2_zero_extend during direct IO by Joseph Qi · 9 years ago
  37. 37a8d89 ocfs2: take inode lock when get clusters by Joseph Qi · 9 years ago
  38. 7e9b195 ocfs2: no need get dinode bh when zeroing extend by Joseph Qi · 9 years ago
  39. bdd8621 ocfs2: fix a typing error in ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  40. 7a83464 ocfs2: avoid a pointless delay in o2cb_cluster_check() by Daeseok Youn · 9 years ago
  41. 43ee9ca ocfs2: one function call less in user_cluster_connect() after error detection by Markus Elfring · 9 years ago
  42. bb34ed2 ocfs2: one function call less in ocfs2_init_slot_info() after error detection by Markus Elfring · 9 years ago
  43. 629a3b5 ocfs2: one function call less in ocfs2_merge_rec_right() after error detection by Markus Elfring · 9 years ago
  44. 992ef6e ocfs2: one function call less in ocfs2_merge_rec_left() after error detection by Markus Elfring · 9 years ago
  45. 06a269cc ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection by Markus Elfring · 9 years ago
  46. 3cc79b7 ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after error detection by Markus Elfring · 9 years ago
  47. fd90d4df ocfs2: delete unnecessary checks before three function calls by Markus Elfring · 9 years ago
  48. 80dcc31 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  49. 78d5dcd Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  50. 2cfde72 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  51. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  53. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  54. c4be50e Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  55. 0c9bd63 um: hostfs: Reduce number of syscalls in readdir by Richard Weinberger · 9 years ago
  56. 1a7e985d UBIFS: fix output format of INUM_WATERMARK by Sheng Yong · 9 years ago
  57. 6a23b45f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  58. 8436318 ->aio_read and ->aio_write removed by Al Viro · 9 years ago
  59. 9a219bc kill do_sync_read/do_sync_write by Al Viro · 9 years ago
  60. 6c09e94 fuse: use iov_iter_get_pages() for non-splice path by Al Viro · 9 years ago
  61. fbdbacc fuse: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  62. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  63. 86cc058 coredump: accept any write method by Al Viro · 9 years ago
  64. 3d04c8a export __vfs_read() by Al Viro · 9 years ago
  65. a35fb91 autofs: switch to __vfs_write() by Al Viro · 9 years ago
  66. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  67. c48722c Merge branch '9p-iov_iter' into for-next by Al Viro · 9 years ago
  68. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 9 years ago
  69. c12c49e coda: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  70. 274a488 ncpfs: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  71. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 9 years ago
  72. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  73. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 9 years ago
  74. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  75. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 9 years ago
  76. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 9 years ago
  77. 371098c 9p: switch ->writepage() to direct use of p9_client_write() by Al Viro · 9 years ago
  78. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  79. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 9 years ago
  80. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 9 years ago
  81. 812408f expand __fuse_direct_write() in both callers by Al Viro · 9 years ago
  82. 15316263 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 9 years ago
  83. cfa86a7 cuse: switch to iov_iter by Al Viro · 9 years ago
  84. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  85. 0504c07 switch {compat_,}do_readv_writev() to {compat_,}import_iovec() by Al Viro · 9 years ago
  86. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  87. 345995f vmsplice_to_user(): switch to import_iovec() by Al Viro · 9 years ago
  88. d4fb392 kill aio_setup_single_vector() by Al Viro · 9 years ago
  89. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 9 years ago
  90. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 9 years ago
  91. ac15ac0 lift iov_iter into {compat_,}do_readv_writev() by Al Viro · 9 years ago
  92. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  93. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 9 years ago
  94. 3d330dc dcache: return -ESTALE not -EBUSY on distributed fs race by J. Bruce Fields · 9 years ago
  95. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  96. e5b811e drop bogus check in file_open_root() by Al Viro · 9 years ago
  97. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  98. 9e7543e remove incorrect comment in lookup_one_len() by Al Viro · 9 years ago
  99. 74eb8cc namei.c: fold do_path_lookup() into both callers by Al Viro · 9 years ago
  100. fd2f7cb kill struct filename.separate by Al Viro · 9 years ago