1. 54245ed Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  2. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. a7c6f57 seqcount: Rename write_seqcount_barrier() by Peter Zijlstra · 9 years ago
  6. 161f873b vfs: read file_handle only once in handle_to_path by Sasha Levin · 10 years ago
  7. 8ba64dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 1be44e2 Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  9. 2159184 d_walk() might skip too much by Al Viro · 9 years ago
  10. 5a6b2b3 omfs: fix potential integer overflow in allocator by Bob Copeland · 9 years ago
  11. c0345ee omfs: fix sign confusion for bitmap loop counter by Bob Copeland · 9 years ago
  12. 3a281f9 omfs: set error return when d_make_root() fails by Bob Copeland · 9 years ago
  13. dcbff39 fs, omfs: add NULL terminator in the end up the token list by Sasha Levin · 9 years ago
  14. 2b1d3ae fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings by Andrew Morton · 9 years ago
  15. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 9 years ago
  16. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 9 years ago
  17. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  18. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 9 years ago
  19. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 9 years ago
  20. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  21. de18246 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  22. 3cfd4ba Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  23. 7ce14f6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  24. 4afe260 CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE by Federico Sauter · 10 years ago
  25. b291030 Fix to convert SURROGATE PAIR by Nakajima Akira · 9 years ago
  26. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 9 years ago
  27. 7196ac1 Fix to check Unique id and FileType when client refer file directly. by Nakajima Akira · 9 years ago
  28. 153c35b Btrfs: fix regression in raid level conversion by Chris Mason · 9 years ago
  29. 65c3b20 CIFS: remove an unneeded NULL check by Dan Carpenter · 9 years ago
  30. 1dc92c4 [cifs] fix null pointer check by Steve French · 9 years ago
  31. a962959 Btrfs: fix racy system chunk allocation when setting block group ro by Filipe Manana · 9 years ago
  32. 2c2ed5a btrfs: clear 'ret' in btrfs_check_shared() loop by Mark Fasheh · 9 years ago
  33. 1113cdf Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  34. cc6f67b ovl: mount read-only if workdir can't be created by Miklos Szeredi · 9 years ago
  35. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 9 years ago
  36. 2ddd8db Merge tag 'v4.1-rc4' into MTD's -next by Brian Norris · 9 years ago
  37. 92752b5 Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  38. 6a8098a Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  39. c7309e8 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  40. 4b470f1 Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  41. b853a16 turn user_{path_at,path,lpath,path_dir}() into static inlines by Al Viro · 9 years ago
  42. 9883d18 namei: move saved_nd pointer into struct nameidata by Al Viro · 9 years ago
  43. 520ae68 inline user_path_create() by Al Viro · 9 years ago
  44. a2ec4a2 inline user_path_parent() by Al Viro · 9 years ago
  45. 76ae2a5 namei: trim do_last() arguments by Al Viro · 9 years ago
  46. c8a53ee namei: stash dfd and name into nameidata by Al Viro · 9 years ago
  47. 102b8af namei: fold path_cleanup() into terminate_walk() by Al Viro · 9 years ago
  48. 5c31b6c namei: saner calling conventions for filename_parentat() by Al Viro · 9 years ago
  49. 181c37b namei: saner calling conventions for filename_create() by Al Viro · 9 years ago
  50. 391172c namei: shift nameidata down into filename_parentat() by Al Viro · 9 years ago
  51. abc9f5b namei: make filename_lookup() reject ERR_PTR() passed as name by Al Viro · 9 years ago
  52. 9ad1aaa namei: shift nameidata inside filename_lookup() by Al Viro · 9 years ago
  53. e4bd1c1 namei: move putname() call into filename_lookup() by Al Viro · 9 years ago
  54. 625b6d1 namei: pass the struct path to store the result down into path_lookupat() by Al Viro · 9 years ago
  55. 18d8c86 namei: uninline set_root{,_rcu}() by Al Viro · 9 years ago
  56. aed434a namei: be careful with mountpoint crossings in follow_dotdot_rcu() by Al Viro · 9 years ago
  57. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  58. 5a8d87e namei: unlazy_walk() doesn't need to mess with current->fs anymore by Al Viro · 9 years ago
  59. 8f47a016 namei: handle absolute symlinks without dropping out of RCU mode by Al Viro · 9 years ago
  60. 8c1b456 enable passing fast relative symlinks without dropping out of RCU mode by Al Viro · 9 years ago
  61. 8fa9dd2 VFS/namei: make the use of touch_atime() in get_link() RCU-safe. by NeilBrown · 10 years ago
  62. bc40aee namei: don't unlazy until get_link() by Al Viro · 9 years ago
  63. 7973387 namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link by Al Viro · 9 years ago
  64. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 9 years ago
  65. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
  66. e531d0b jbd2: fix r_count overflows leading to buffer overflow in journal recovery by Darrick J. Wong · 9 years ago
  67. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 9 years ago
  68. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 9 years ago
  69. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 9 years ago
  70. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 9 years ago
  71. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 9 years ago
  72. d377c5e ovl: don't remove non-empty opaque directory by Miklos Szeredi · 9 years ago
  73. feaff8e nfs: take extra reference to fl->fl_file when running a setlk by Jeff Layton · 9 years ago
  74. 6b19687 nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0 by Chuck Lever · 9 years ago
  75. d045c77 parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures by Helge Deller · 9 years ago
  76. 4cfceaf Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  77. 062c19e Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON by Filipe Manana · 9 years ago
  78. ff1f825 Btrfs: fix race between block group creation and their cache writeout by Filipe Manana · 9 years ago
  79. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 9 years ago
  80. e43699d Btrfs: fix crash after inode cache writeback failure by Filipe Manana · 9 years ago
  81. 0450b2d namei: store seq numbers in nd->stack[] by Al Viro · 9 years ago
  82. 294d71f new helper: __legitimize_mnt() by Al Viro · 9 years ago
  83. 31956502 namei: make may_follow_link() safe in RCU mode by Al Viro · 9 years ago
  84. 6548fae namei: make put_link() RCU-safe by Al Viro · 9 years ago
  85. ecc087f new helper: free_page_put_link() by Al Viro · 9 years ago
  86. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  87. bda0be7 security: make inode_follow_link RCU-walk aware by NeilBrown · 10 years ago
  88. 181548c namei: pick_link() callers already have inode by Al Viro · 9 years ago
  89. 63afdfc VFS: Handle lower layer dentry/inode in pathwalk by David Howells · 9 years ago
  90. 237d8b3 namei: store inode in nd->stack[] by Al Viro · 9 years ago
  91. 254cf58 namei: don't mangle nd->seq in lookup_fast() by Al Viro · 9 years ago
  92. 6e9918b namei: explicitly pass seq number to unlazy_walk() when dentry != NULL by Al Viro · 9 years ago
  93. 3595e23 link_path_walk: use explicit returns for failure exits by Al Viro · 9 years ago
  94. deb106c namei: lift terminate_walk() all the way up by Al Viro · 9 years ago
  95. 3bdba28 namei: lift link_path_walk() call out of trailing_symlink() by Al Viro · 9 years ago
  96. 368ee9b namei: path_init() calling conventions change by Al Viro · 9 years ago
  97. 34a26b9 namei: get rid of nameidata->base by Al Viro · 9 years ago
  98. 8bcb77f namei: split off filename_lookupat() with LOOKUP_PARENT by Al Viro · 9 years ago
  99. b5cd339 namei: may_follow_link() - lift terminate_walk() on failures into caller by Al Viro · 9 years ago
  100. ab10492 namei: take increment of nd->depth into pick_link() by Al Viro · 9 years ago