1. 425c1d4 NFSv4: Fix lock on-wire reordering issues by Trond Myklebust · 9 years ago
  2. 6b44753 NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialised by Trond Myklebust · 9 years ago
  3. 39071e6 NFSv4: Fix atomicity problems with lock stateid updates by Trond Myklebust · 9 years ago
  4. 63f5f79 NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSE by Trond Myklebust · 9 years ago
  5. a679641 NFSv4: Check for NULL argument in nfs_*_seqid() functions by Trond Myklebust · 9 years ago
  6. badc76d NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails by Trond Myklebust · 9 years ago
  7. f95549c NFSv4: More CLOSE/OPEN races by Trond Myklebust · 9 years ago
  8. 566fcec NFSv4: Fix an atomicity problem in CLOSE by Trond Myklebust · 9 years ago
  9. 2ef47eb NFS: Fix use of nfs_attr_use_mounted_on_fileid() by Anna Schumaker · 10 years ago
  10. 3175e1d NFSv4.1: Fix an Oops in nfs41_walk_client_list by Trond Myklebust · 9 years ago
  11. ee8a1a8 nfs: fix dio deadlock when O_DIRECT flag is flipped by Peng Tao · 10 years ago
  12. 62b1530 Merge tag 'driver-core-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  13. a2a32cd Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  14. cb59670 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  15. 52d304e locks: fix NULL-deref in generic_delete_lease by NeilBrown · 10 years ago
  16. 5ab551d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  17. dc9319f Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  18. 20ebb34 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  19. 03c751a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  20. 72392ed kernfs: Fix kernfs_name_compare by Rasmus Villemoes · 10 years ago
  21. 536ebe9ca sched, fanotify: Deal with nested sleeps by Peter Zijlstra · 10 years ago
  22. 75069f2 vfs: renumber FMODE_NONOTIFY and add to uniqueness check by David Drysdale · 10 years ago
  23. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  24. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  25. 0668ff5 ceph: use %zu for len in ceph_fill_inline_data() by Ilya Dryomov · 10 years ago
  26. 94ae1db nfsd: fix fi_delegees leak when fi_had_conflict returns true by Jeff Layton · 10 years ago
  27. 3b421b8 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  28. 9759bd51 fuse: add memory barrier to INIT by Miklos Szeredi · 10 years ago
  29. 21f6217 fuse: fix LOOKUP vs INIT compat handling by Miklos Szeredi · 10 years ago
  30. 4e379d3 NFSv4: Remove incorrect check in can_open_delegated() by Trond Myklebust · 10 years ago
  31. 7a01edf NFS: Ignore transport protocol when detecting server trunking by Chuck Lever · 10 years ago
  32. 55b9df9 NFSv4/v4.1: Verify the client owner id during trunking detection by Trond Myklebust · 10 years ago
  33. ceb3a16 NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client by Trond Myklebust · 10 years ago
  34. 1fc0703 NFSv4.1: Fix client id trunking on Linux by Trond Myklebust · 10 years ago
  35. 06bed7d LOCKD: Fix a race when initialising nlmsvc_timeout by Trond Myklebust · 10 years ago
  36. 363307e ext4: remove spurious KERN_INFO from ext4_warning call by Jakub Wilk · 10 years ago
  37. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 10 years ago
  38. 6f89605 Btrfs: don't delay inode ref updates during log replay by Chris Mason · 10 years ago
  39. a1317f4 Btrfs: correctly get tree level in tree_backref_for_extent by Filipe Manana · 10 years ago
  40. c7cfb8a Btrfs: call inode_dec_link_count() on mkdir error path by Wang Shilong · 10 years ago
  41. df95e7f Btrfs: abort transaction if we don't find the block group by Josef Bacik · 10 years ago
  42. 6b6d24b Btrfs, scrub: uninitialized variable in scrub_extent_for_parity() by Dan Carpenter · 10 years ago
  43. 5faa015 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  44. b9d4a35 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  45. 011fa99 ext4: prevent online resize with backup superblock by Theodore Ts'o · 10 years ago
  46. 9e6d722 cifs: make new inode cache when file type is different by Nakajima Akira · 10 years ago
  47. 3ee3039 udf: Reduce repeated dereferences by Jan Kara · 10 years ago
  48. e237ec3 udf: Check component length before reading it by Jan Kara · 10 years ago
  49. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  50. 298647e Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
  51. 5c68eac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  52. ac88ee3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  53. 0e5cc9a udf: Check path length when reading symlink by Jan Kara · 10 years ago
  54. a1d47b2 udf: Verify symlink size before loading it by Jan Kara · 10 years ago
  55. e159332 udf: Verify i_size when loading inode by Jan Kara · 10 years ago
  56. 4e20246 isofs: Fix unchecked printing of ER records by Jan Kara · 10 years ago
  57. 018cb13 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  58. 136f49b ocfs2: fix journal commit deadlock by Junxiao Bi · 10 years ago
  59. 1e58958 ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker by Joseph Qi · 10 years ago
  60. f62f12b ocfs2: reflink: fix slow unlink for refcounted file by Junxiao Bi · 10 years ago
  61. 47f8f92 fs/proc/meminfo.c: include cma info in proc/meminfo by Pintu Kumar · 10 years ago
  62. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 10 years ago
  63. c297abf mnt: Fix a memory stomp in umount by Eric W. Biederman · 10 years ago
  64. 44e8967 Ceph: remove left-over reject file by Linus Torvalds · 10 years ago
  65. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  66. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  67. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  68. c103b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  69. 0aeff37 ceph: fix setting empty extended attribute by Yan, Zheng · 10 years ago
  70. 275dd19 ceph: fix mksnap crash by Yan, Zheng · 10 years ago
  71. 021b77b ceph: do_sync is never initialized by Dan Carpenter · 10 years ago
  72. 65a2266 ceph: support inline data feature by Yan, Zheng · 10 years ago
  73. e20d258 ceph: flush inline version by Yan, Zheng · 10 years ago
  74. 28127bd ceph: convert inline data to normal data before data write by Yan, Zheng · 10 years ago
  75. 8370124 ceph: sync read inline data by Yan, Zheng · 10 years ago
  76. 3738daa ceph: fetch inline data when getting Fcr cap refs by Yan, Zheng · 10 years ago
  77. 01deead ceph: use getattr request to fetch inline data by Yan, Zheng · 10 years ago
  78. 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
  79. fb01d1f ceph: parse inline data in MClientReply and MClientCaps by Yan, Zheng · 10 years ago
  80. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  81. ca3995a ceph: remove unused stringification macros by Ilya Dryomov · 10 years ago
  82. 97c85a8 ceph: introduce global empty snap context by Yan, Zheng · 10 years ago
  83. 7cfa031 ceph: message versioning fixes by John Spray · 10 years ago
  84. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  85. e96a650 ceph, rbd: delete unnecessary checks before two function calls by SF Markus Elfring · 10 years ago
  86. 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
  87. 9280be2 ceph: fix file lock interruption by Yan, Zheng · 10 years ago
  88. 9d4d657 vfs: make mounts and mountstats honor root dir like mountinfo does by Dmitry V. Levin · 10 years ago
  89. 9ad4dc4 vfs: cleanup show_mountinfo by Dmitry V. Levin · 12 years ago
  90. 7d65cf1 unfuck binfmt_misc.c (broken by commit e6084d4) by Al Viro · 10 years ago
  91. 5006217 vm_area_operations: kill ->migrate() by Al Viro · 10 years ago
  92. b1bc6d7 move_extent_per_page(): get rid of unused w_flags by Al Viro · 10 years ago
  93. 98af592 btrfs: filp_open() returns ERR_PTR() on failure, not NULL... by Al Viro · 10 years ago
  94. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  95. 31f48fc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  96. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  97. f54e18f isofs: Fix infinite looping over CE entries by Jan Kara · 10 years ago
  98. 67e2c38 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  99. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  100. 7a02d08 Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 10 years ago