1. 4ad364c nilfs2: add missing line spacing by Ryusuke Konishi · 8 years ago
  2. e7a142a nilfs2: replace __attribute__((packed)) with __packed by Ryusuke Konishi · 8 years ago
  3. 2d19961 nilfs2: move cleanup code of metadata file from inode routines by Ryusuke Konishi · 8 years ago
  4. 24e20ea nilfs2: get rid of nilfs_mdt_mark_block_dirty() by Ryusuke Konishi · 8 years ago
  5. 4b420ab nilfs2: clean up old e-mail addresses by Ryusuke Konishi · 8 years ago
  6. 5726d0b nilfs2: remove FSF mailing address from GPL notices by Ryusuke Konishi · 8 years ago
  7. f19e78d nilfs2: remove space before comma by Ryusuke Konishi · 8 years ago
  8. 8fa7c32 nilfs2: fix white space issue in nilfs_mount() by Ryusuke Konishi · 8 years ago
  9. 1c613cb nilfs2: constify nilfs_sc_operations structures by Julia Lawall · 8 years ago
  10. a46d8c3 fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  11. 77169af fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  12. d6e0203 fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL by Salah Triki · 8 years ago
  13. 44ad809 fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL by Salah Triki · 8 years ago
  14. e4c7f5b fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  15. c940876 fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  16. 6c8da24 fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL by Salah Triki · 8 years ago
  17. 3080ea9 fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  18. ff2fe0a fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  19. f43edca ELF/MIPS build fix by Ralf Baechle · 8 years ago
  20. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  21. 07be133 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  22. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  23. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  24. 087afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  25. b99a9e8 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  26. 4108124 fs/efs/super.c: fix return value by Heloise · 8 years ago
  27. 78a9be0 dax: move RADIX_DAX_ definitions to dax.c by NeilBrown · 8 years ago
  28. 8236431 fs/efivarfs/inode.c: use generic UUID library by Andy Shevchenko · 8 years ago
  29. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  30. 1b3044e procfs: fix pthread cross-thread naming if !PR_DUMPABLE by Janis Danisevskis · 8 years ago
  31. 3e42979 procfs: expose umask in /proc/<PID>/status by Richard W.M. Jones · 8 years ago
  32. d2005e3 userfaultfd: don't pin the user memory in userfaultfd_file_create() by Oleg Nesterov · 8 years ago
  33. 78ebc2f mm,writeback: don't use memory reserves for wb_start_writeback by Tetsuo Handa · 8 years ago
  34. 63678c3 tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMU by Rich Felker · 8 years ago
  35. be1332c Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  36. 0f3311a f2fs: fix to update dirty page count correctly by Chao Yu · 8 years ago
  37. 38f91ca f2fs: flush pending bios right away when error occurs by Jaegeuk Kim · 8 years ago
  38. 975756c f2fs: avoid ENOSPC fault in the recovery process by Jaegeuk Kim · 8 years ago
  39. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  40. 48a77aa CIFS: Remove some obsolete comments by Steve French · 8 years ago
  41. b74cb9a cifs: Create dedicated keyring for spnego operations by Sachin Prabhu · 8 years ago
  42. c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
  43. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  44. 8f9b180 ocfs2: clean up an unneeded goto in ocfs2_put_slot() by Guozhonghua · 8 years ago
  45. aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 8 years ago
  46. c14688e ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec by piaojun · 8 years ago
  47. 8ba4422 ocfs2: fix comment in struct ocfs2_extended_slot by Guozhonghua · 8 years ago
  48. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  49. 35e4817 fsnotify: avoid spurious EMFILE errors from inotify_init() by Jan Kara · 8 years ago
  50. e1daca2 ocfs2/cluster: block BH in TCP callbacks by Eric Dumazet · 8 years ago
  51. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  52. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  53. b8bef79 f2fs: make exit_f2fs_fs more clear by Tiezhu Yang · 8 years ago
  54. 513c5f3 f2fs: use percpu_counter for total_valid_inode_count by Jaegeuk Kim · 8 years ago
  55. 41382ec f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 8 years ago
  56. 1beba1b f2fs: use percpu_counter for # of dirty pages in inode by Jaegeuk Kim · 8 years ago
  57. 523be8a f2fs: use percpu_counter for page counters by Jaegeuk Kim · 8 years ago
  58. f573018 f2fs: use bio count instead of F2FS_WRITEBACK page count by Jaegeuk Kim · 8 years ago
  59. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. e34df33 Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. 9f54180 xfs: concurrent readdir hangs on data buffer locks by Dave Chinner · 8 years ago
  63. fe742fd4 Revert "btrfs: switch to ->iterate_shared()" by Al Viro · 8 years ago
  64. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  65. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  67. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  68. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  69. e0d46f5 btrfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  70. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  71. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  73. c52b761 Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. 681750c Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  75. 820c687 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  76. dba1e98 Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  77. cb6fd68 exec: clarify reasoning for euid/egid reset by Kees Cook · 8 years ago
  78. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 8 years ago
  79. 5a4f7e8 Update cifs.ko version to 2.09 by Steve French · 8 years ago
  80. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 8 years ago
  81. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 8 years ago
  82. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 8 years ago
  83. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 8 years ago
  84. 11e3164 cifs: remove any preceding delimiter from prefix_path by Sachin Prabhu · 9 years ago
  85. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 8 years ago
  86. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  88. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  89. 10aa97c f2fs: manipulate dirty file inodes when DATA_FLUSH is set by Jaegeuk Kim · 8 years ago
  90. 0879689 f2fs: add fault injection to sysfs by Sheng Yong · 8 years ago
  91. b951a4e f2fs: no need inc dirty pages under inode lock by Yunlei He · 8 years ago
  92. 8975bdf f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents by Chao Yu · 8 years ago
  93. e410384 f2fs: fix i_current_depth during inline dentry conversion by Chao Yu · 8 years ago
  94. 99e3e85 f2fs: correct return value type of f2fs_fill_super by Sheng Yong · 8 years ago
  95. 49817c3 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. 0fed3ac namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESS by George Spelvin · 8 years ago
  97. 680834c Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516 by David Sterba · 8 years ago
  98. 36fac9e Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516 by David Sterba · 8 years ago
  99. 5ef64a3 Merge branch 'cleanups-4.7' into for-chris-4.7-20160516 by David Sterba · 8 years ago
  100. 4673272 btrfs: fix memory leak during RAID 5/6 device replacement by Scott Talbert · 8 years ago