1. a6c5170 Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  2. 2aaeb78 Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  3. 957ed60 nilfs2: fix potential memory overrun on inode by Ryusuke Konishi · 9 years ago
  4. c876486 nfsd: fix clp->cl_revoked list deletion causing softlock in nfsd by Andrew Elble · 9 years ago
  5. 7dac5cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  6. 83d5f01 xfs: cancel failed transaction in xfs_fs_commit_blocks() by Eric Sandeen · 9 years ago
  7. fc92156 xfs: Ensure we have target_ip for RENAME_EXCHANGE by Eric Sandeen · 9 years ago
  8. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 9 years ago
  9. dfcc70a xfs: Fix quota type in quota structures when reusing quota file by Jan Kara · 9 years ago
  10. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  11. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 9 years ago
  13. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 9 years ago
  14. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 9 years ago
  15. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 9 years ago
  16. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 9 years ago
  17. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 9 years ago
  18. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  19. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 9 years ago
  20. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 9 years ago
  21. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  22. 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  23. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  24. e57cf21 Btrfs: fix allocation size calculations in alloc_btrfs_bio by Chris Mason · 9 years ago
  25. ce7b9fa Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next by Al Viro · 9 years ago
  26. fed0b58 posix_acl: fix reference leaks in posix_acl_create by Omar Sandoval · 9 years ago
  27. 76bf3f6b autofs4: Wrong format for printing dentry by Rasmus Villemoes · 9 years ago
  28. fcbc32b coredump: Fix typo in comment by Bastien Nocera · 9 years ago
  29. acd88d4 fs/aio.c: Remove duplicate function name in pr_debug messages by Kinglong Mee · 9 years ago
  30. 112fc89 configfs: Fix potential NULL d_inode dereference by David Howells · 9 years ago
  31. db671a8 don't bother with most of the bad_file_ops methods by Al Viro · 9 years ago
  32. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  33. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  34. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 9 years ago
  35. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 9 years ago
  36. 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 9 years ago
  37. 5cba372 ceph: fix dentry leaks by Yan, Zheng · 9 years ago
  38. 3de22be ceph: re-send requests when MDS enters reconnecting stage by Yan, Zheng · 9 years ago
  39. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 9 years ago
  40. bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 9 years ago
  41. 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 9 years ago
  42. a6a5ce4 client: include kernel version in client metadata by Yan, Zheng · 9 years ago
  43. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 9 years ago
  44. 1f041a8 ceph: fix request time stamp encoding by Yan, Zheng · 9 years ago
  45. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 9 years ago
  46. 86d8f67 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) by Yan, Zheng · 9 years ago
  47. c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 9 years ago
  48. d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 9 years ago
  49. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 9 years ago
  50. 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 9 years ago
  51. 671762f ceph: acl: Remove unused function by Rickard Strandqvist · 9 years ago
  52. 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 9 years ago
  53. 71a097c NFSv4.1: Clean up bind_conn_to_session by Trond Myklebust · 9 years ago
  54. 7e9f073 NFSv4.1: Always set up a forward channel when binding the session by Trond Myklebust · 9 years ago
  55. b1c0df5 NFSv4.1: Don't set up a backchannel if the server didn't agree to do so by Trond Myklebust · 9 years ago
  56. 79969dd1 NFSv4.1: Clean up create_session by Trond Myklebust · 9 years ago
  57. b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  58. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  59. 65d2918 Merge branch 'cleanups' by Trond Myklebust · 9 years ago
  60. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 9 years ago
  61. 28444a2 configfs_add_file: fold into its sole caller by Al Viro · 9 years ago
  62. 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 9 years ago
  63. c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 9 years ago
  64. 533cf7a Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  65. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  66. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  67. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  68. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  69. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  70. e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  71. 0445f01 fs/affs/super.c: fix switch indentation by Fabian Frederick · 9 years ago
  72. 0cdfe18 fs/affs/inode.c: remove double extern affs_symlink_inode_operations by Fabian Frederick · 9 years ago
  73. 211c2af fs/affs/bitmap.c: remove unnecessary return by Fabian Frederick · 9 years ago
  74. b4478e3 fs/affs/amigaffs.c: remove else after return by Fabian Frederick · 9 years ago
  75. f157853 fs/affs: define AFFSNAMEMAX to replace constant use by Fabian Frederick · 9 years ago
  76. eeb36f8 fs/affs: use unsigned int for string lengths by Fabian Frederick · 9 years ago
  77. 4d29e57 fs/affs/super.c: destroy sbi mutex in affs_kill_sb() by Fabian Frederick · 9 years ago
  78. 92b2070 fs/affs/file.c: fix direct IO writes beyond EOF by Fabian Frederick · 9 years ago
  79. afe305d fs/affs/file.c: replace if/BUG by BUG_ON by Fabian Frederick · 9 years ago
  80. 08fe100 fs/affs: fix casting in printed messages by Geert Uytterhoeven · 9 years ago
  81. e22553e eventfd: don't take the spinlock in eventfd_poll by Chris Mason · 9 years ago
  82. 34b4776 vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue by WANG Chao · 9 years ago
  83. d6bd428 fs: fat: use MSDOS_SB macro to get msdos_sb_info by Fred Chou · 9 years ago
  84. 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 9 years ago
  85. ed3ad79 fs/ufs/super.c: fix potential race condition by Fabian Frederick · 9 years ago
  86. 61da3ae fs/ufs/super.c: remove unnecessary casting by Fabian Frederick · 9 years ago
  87. b625032 fs/coda/dir.c: forward declaration clean-up by Fabian Frederick · 9 years ago
  88. 111d639 fs/befs/linuxvfs.c: remove unnecessary casting by Fabian Frederick · 9 years ago
  89. 9cd7737 Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  90. 2e2f756f locks: fix list insertion when lock is split in two by Jeff Layton · 9 years ago
  91. 267f112 locks: remove conditional lock release in middle of flock_lock_file by Jeff Layton · 9 years ago
  92. c4e136c locks: only remove leases associated with the file being closed by Jeff Layton · 9 years ago
  93. e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 9 years ago
  94. 35e88d5 fs/binfmt_som: Drop kernel support for HP-UX SOM binaries by Helge Deller · 9 years ago
  95. eb928d4 Merge JFFS2 updates from David Woodhouse by Brian Norris · 9 years ago
  96. 160cc26 ocfs2: set append dio as a ro compat feature by Joseph Qi · 9 years ago
  97. 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 9 years ago
  98. 3a83b34 ocfs2: complete the rest request through buffer io by Joseph Qi · 9 years ago
  99. d943d59 ocfs2: do not fallback to buffer I/O write if appending by Joseph Qi · 9 years ago
  100. 49255dc ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago