1. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  2. 6c8c903 proc: show locks in /proc/pid/fdinfo/X by Andrey Vagin · 9 years ago
  3. c3fe587 bfs: correct return values by Sanidhya Kashyap · 9 years ago
  4. c8f33d0 affs: kstrdup() memory handling by Sanidhya Kashyap · 9 years ago
  5. 79bda4d fs/affs: use affs_test_opt() by Fabian Frederick · 9 years ago
  6. 34f2483 fs/affs/super.c: use affs_set_opt() by Fabian Frederick · 9 years ago
  7. 6bf445c fs/affs/affs.h: add mount option manipulation macros by Fabian Frederick · 9 years ago
  8. a0016ff fs/affs: use AFFS_MOUNT prefix for mount options by Fabian Frederick · 9 years ago
  9. b796410 adfs: return correct return values by Sanidhya Kashyap · 9 years ago
  10. dfcce79 fs/exec.c:de_thread: move notify_count write under lock by Kirill Tkhai · 9 years ago
  11. 6e399cd prctl: avoid using mmap_sem for exe_file serialization by Davidlohr Bueso · 9 years ago
  12. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 9 years ago
  13. 8de560d fs/fat: comment fix, fat_bits can be also 32 by Alexander Kuleshov · 9 years ago
  14. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 9 years ago
  15. a40a7d9 fs/fat: remove unnecessary defintion by Alexander Kuleshov · 9 years ago
  16. db579e7 hfsplus: don't store special "osx" xattr prefix on-disk by Thomas Hebb · 9 years ago
  17. 059a704 hfsplus: fix expand when not enough available space by Sergei Antonov · 9 years ago
  18. 27a4e38 hfsplus: incorrect return value by Chengyu Song · 9 years ago
  19. 7ce844a fs/hfsplus: replace if/BUG by BUG_ON by Fabian Frederick · 9 years ago
  20. 1ad8d63 fs/hfsplus: use bool instead of int for is_known_namespace() return value by Fabian Frederick · 9 years ago
  21. 73d28d57 fs/hfsplus: atomically set inode->i_flags by Fabian Frederick · 9 years ago
  22. 5e61473 fs/hfsplus: move xattr_name allocation in hfsplus_setxattr() by Fabian Frederick · 9 years ago
  23. a3cef4c fs/hfsplus: move xattr_name allocation in hfsplus_getxattr() by Fabian Frederick · 9 years ago
  24. f01fa5f hfsplus: add missing curly braces in hfsplus_delete_cat() by Dan Carpenter · 9 years ago
  25. 13f2448 hfs: incorrect return values by Chengyu Song · 9 years ago
  26. faea2c5 nilfs2: use inode_set_flags() in nilfs_set_inode_flags() by Ryusuke Konishi · 9 years ago
  27. 0ce187c nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags() by Ryusuke Konishi · 9 years ago
  28. 3377f84 nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted() by Ryusuke Konishi · 9 years ago
  29. 53a2c3b nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctl by Ryusuke Konishi · 9 years ago
  30. fa33915 nilfs2: add helper to find existent block on metadata file by Ryusuke Konishi · 9 years ago
  31. 5b20384 nilfs2: add bmap function to seek a valid key by Ryusuke Konishi · 9 years ago
  32. 3568a13 nilfs2: unify type of key arguments in bmap interface by Ryusuke Konishi · 9 years ago
  33. 0de6d6b nilfs2: use bgl_lock_ptr() by Ryusuke Konishi · 9 years ago
  34. ead8ecf nilfs2: use set_mask_bits() for operations on buffer state bitmap by Ryusuke Konishi · 9 years ago
  35. 6fb7a61 nilfs2: do not use async write flag for segment summary buffers by Ryusuke Konishi · 9 years ago
  36. f8ccad2 befs: replace typedef befs_inode_info by structure by Fabian Frederick · 9 years ago
  37. 038428f befs: replace typedef befs_sb_info by structure by Fabian Frederick · 9 years ago
  38. 09ad0ea befs: replace typedef befs_mount_options by structure by Fabian Frederick · 9 years ago
  39. 6ceafb8 fs/binfmt_misc.c: simplify entry_status() by Rasmus Villemoes · 9 years ago
  40. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  41. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  42. d82312c Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  43. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  44. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  45. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 9 years ago
  46. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 9 years ago
  47. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  48. e4bc332 /proc/PID/status: show all sets of pid according to ns by Chen Hanxiao · 9 years ago
  49. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  50. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  51. ee14624 fs, jfs: remove slab object constructor by David Rientjes · 9 years ago
  52. 7ca02d0 hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 9 years ago
  53. 6d50ff9 Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  54. 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
  55. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  56. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  57. 6683de3 configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inode by David Howells · 9 years ago
  58. 4bbcbd3 VFS: Make pathwalk use d_is_reg() rather than S_ISREG() by David Howells · 9 years ago
  59. 7ceab50 VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() by David Howells · 9 years ago
  60. 698934d VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk by David Howells · 9 years ago
  61. 88e7fbd NFS: Don't use d_inode as a variable name by David Howells · 9 years ago
  62. 4bf46a2 VFS: Impose ordering on accesses of d_inode and d_flags by David Howells · 9 years ago
  63. 65a4a1c nfs: generic_write_checks() shouldn't be done on swapout... by Al Viro · 9 years ago
  64. dc48e56 aio: fix serial draining in exit_aio() by Jens Axboe · 9 years ago
  65. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  66. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  67. 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 9 years ago
  68. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  69. d1fd836 mm: split ET_DYN ASLR from mmap ASLR by Kees Cook · 9 years ago
  70. a87938b fs/binfmt_elf.c: fix bug in loading of PIE binaries by Michael Davidson · 9 years ago
  71. 3cb29d1 cleancache: remove limit on the number of cleancache enabled filesystems by Vladimir Davydov · 9 years ago
  72. 9de1626 cleancache: zap uuid arg of cleancache_init_shared_fs by Vladimir Davydov · 9 years ago
  73. 58be19d ocfs2: copy fs uuid to superblock by Vladimir Davydov · 9 years ago
  74. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  75. 1d5b897 ocfs2: make mlog_errno return the errno by Andrew Morton · 9 years ago
  76. 2f2eca2 ocfs2: check if the ocfs2 lock resource has been initialized before calling ocfs2_dlm_lock by alex chen · 9 years ago
  77. 1543306 ocfs2: logging: remove static buffer, use vsprintf extension %pV by Joe Perches · 9 years ago
  78. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 9 years ago
  79. 762515a ocfs2: fix a typo in the copyright statement by Jakub Wilk · 9 years ago
  80. 023d4ea ocfs2: fix possible uninitialized variable access by Joseph Qi · 9 years ago
  81. 7c01ad8 ocfs2: remove goto statement in ocfs2_check_dir_for_entry() by Daeseok Youn · 9 years ago
  82. a47726b ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clear_bits by Joseph Qi · 9 years ago
  83. 62f8b1f ocfs2: use ENOENT instead of EEXIST when get system file fails by Joseph Qi · 9 years ago
  84. e38a573 ocfs2: use actual name length when find entry in ocfs2_orphan_del() by Joseph Qi · 9 years ago
  85. e073fc5 ocfs2: dereferencing freed pointers in ocfs2_reflink() by Dan Carpenter · 9 years ago
  86. d0ba25b ocfs2: fix typo in ocfs2_reserve_local_alloc_bits by Joseph Qi · 9 years ago
  87. 14a5275 ocfs2: do not use ocfs2_zero_extend during direct IO by Joseph Qi · 9 years ago
  88. 37a8d89 ocfs2: take inode lock when get clusters by Joseph Qi · 9 years ago
  89. 7e9b195 ocfs2: no need get dinode bh when zeroing extend by Joseph Qi · 9 years ago
  90. bdd8621 ocfs2: fix a typing error in ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  91. 7a83464 ocfs2: avoid a pointless delay in o2cb_cluster_check() by Daeseok Youn · 9 years ago
  92. 43ee9ca ocfs2: one function call less in user_cluster_connect() after error detection by Markus Elfring · 9 years ago
  93. bb34ed2 ocfs2: one function call less in ocfs2_init_slot_info() after error detection by Markus Elfring · 9 years ago
  94. 629a3b5 ocfs2: one function call less in ocfs2_merge_rec_right() after error detection by Markus Elfring · 9 years ago
  95. 992ef6e ocfs2: one function call less in ocfs2_merge_rec_left() after error detection by Markus Elfring · 9 years ago
  96. 06a269cc ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection by Markus Elfring · 9 years ago
  97. 3cc79b7 ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after error detection by Markus Elfring · 9 years ago
  98. fd90d4df ocfs2: delete unnecessary checks before three function calls by Markus Elfring · 9 years ago
  99. 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
  100. 78d5dcd Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago