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