1. 0c0d61ca9 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  2. c64e80d NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight by Jeff Layton · 16 years ago
  3. 9706501 NLM: don't reattempt GRANT_MSG when there is already an RPC in flight by Jeff Layton · 16 years ago
  4. 90bd17c NLM: have server-side RPC clients default to soft RPC tasks by Jeff Layton · 16 years ago
  5. 031fd3a NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients by Jeff Layton · 16 years ago
  6. 712a30e splice: fix user pointer access in get_iovec_page_array() by Bastian Blank · 16 years ago
  7. 469108f ext4: Add new "development flag" to the ext4 filesystem by Theodore Tso · 16 years ago
  8. 26346ff ext4: Don't panic in case of corrupt bitmap by Aneesh Kumar K.V · 16 years ago
  9. 256bdb4 ext4: allocate struct ext4_allocation_context from a kmem cache by Eric Sandeen · 16 years ago
  10. c4e35e07 JBD2: Clear buffer_ordered flag for barried IO request on success by Dave Kleikamp · 16 years ago
  11. 7fb5409 ext4: Fix Direct I/O locking by Jan Kara · 16 years ago
  12. 8009f9f ext4: Fix circular locking dependency with migrate and rm. by Aneesh Kumar K.V · 16 years ago
  13. 0040d98 allow in-inode EAs on ext4 root inode by Eric Sandeen · 16 years ago
  14. 42a10ad ext4: Fix null bh pointer dereference in mballoc by Aneesh Kumar K.V · 16 years ago
  15. c773633 deprecate smbfs in favour of cifs by Andrew Morton · 16 years ago
  16. d7b8851 uml: fix hostfs tv_usec calculations by Dominique Quatravaux · 16 years ago
  17. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 16 years ago
  18. 4bea580 VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSM by David P. Quigley · 16 years ago
  19. 4249259 VFS/Security: Rework inode_getsecurity and callers to return resulting buffer by David P. Quigley · 16 years ago
  20. 8bc3be2 writeback: speed up writeback of big dirty files by Fengguang Wu · 16 years ago
  21. 2d54456 skip writing data pages when inode is under I_SYNC by Qi Yong · 16 years ago
  22. 7766755 Fix /proc dcache deadlock in do_exit by Andrea Arcangeli · 16 years ago
  23. 1e88328 maps4: make page monitoring /proc file optional by Matt Mackall · 16 years ago
  24. 304daa8 maps4: add /proc/kpageflags interface by Matt Mackall · 16 years ago
  25. 161f47b maps4: add /proc/kpagecount interface by Matt Mackall · 16 years ago
  26. 85863e4 maps4: add /proc/pid/pagemap interface by Matt Mackall · 16 years ago
  27. a619879 maps4: regroup task_mmu by interface by Matt Mackall · 16 years ago
  28. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 16 years ago
  29. 4752c36 maps4: simplify interdependence of maps and smaps by Matt Mackall · 16 years ago
  30. b3ae5ac maps4: use pagewalker in clear_refs and smaps by Matt Mackall · 16 years ago
  31. ec4dd3e maps4: add proportional set size accounting in smaps by Fengguang Wu · 16 years ago
  32. 75897d6 hugetlb: allow sticky directory mount option by Ken Chen · 16 years ago
  33. b98938c bufferhead: revert constructor removal by Christoph Lameter · 16 years ago
  34. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 16 years ago
  35. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  36. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  37. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 16 years ago
  38. 59714d6 get_task_comm(): return the result by Andrew Morton · 16 years ago
  39. 0ccf831 lockdep: annotate epoll by Peter Zijlstra · 16 years ago
  40. b8356c4 ext4: Don't set EXTENTS_FL flag for fast symlinks by Valerie Clement · 16 years ago
  41. 4d60517 JBD2: Use the incompat macro for testing the incompat feature. by Aneesh Kumar K.V · 16 years ago
  42. c4b8e63 jbd2: Fix reference counting on the journal commit block's buffer head by Aneesh Kumar K.V · 16 years ago
  43. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 16 years ago
  44. 9853832 Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  45. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 16 years ago
  46. ab1f161 pid-namespaces-vs-locks-interaction by Vitaliy Gusev · 16 years ago
  47. 4321e01 file locks: Use wait_event_interruptible_timeout() by Matthew Wilcox · 16 years ago
  48. b533184 locks: clarify posix_locks_deadlock by J. Bruce Fields · 17 years ago
  49. 09c6dd3 fs/binfmt_elf.c: spello fix by Ohad Ben-Cohen · 16 years ago
  50. c78bad1 fs/: Spelling fixes by Joe Perches · 16 years ago
  51. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 16 years ago
  52. e1b8513 Typoes: "whith" -> "with" by Robert P. J. Day · 16 years ago
  53. 14e4a0f Fix a small number of "memeber" typoes. by Robert P. J. Day · 16 years ago
  54. 63e9b66 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  55. d801b86 NLM: tear down RPC clients in nlm_shutdown_hosts by Jeff Layton · 16 years ago
  56. 87d26ea nfsd: more careful input validation in nfsctl write methods by J. Bruce Fields · 16 years ago
  57. 50431d9 lockd: minor log message fix by J. Bruce Fields · 17 years ago
  58. f7b8066 knfsd: don't bother mapping putrootfh enoent to eperm by J. Bruce Fields · 16 years ago
  59. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 17 years ago
  60. a217813 knfsd: Support adding transports by writing portlist file by Tom Tucker · 17 years ago
  61. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 17 years ago
  62. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  63. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  64. 54ca95e Leak in nlmsvc_testlock for async GETFL case by Oleg Drokin · 16 years ago
  65. 8838dc4 nfsd4: clean up access_valid, deny_valid checks. by J. Bruce Fields · 16 years ago
  66. 5c002b3 nfsd: allow root to set uid and gid on create by J. Bruce Fields · 17 years ago
  67. 29dbf54 lockd: fix a leak in nlmsvc_testlock asynchronous request handling by Oleg Drokin · 17 years ago
  68. 406a7ea nfsd: Allow AIX client to read dir containing mountpoints by Frank Filz · 17 years ago
  69. 39325bd nfsd4: fix bad seqid on lock request incompatible with open mode by J. Bruce Fields · 17 years ago
  70. b7e6b86 lockd: fix reference count leaks in async locking case by Oleg Drokin · 17 years ago
  71. 404ec11 nfsd4: recognize callback channel failure earlier by J. Bruce Fields · 17 years ago
  72. 35bba9a nfsd4: miscellaneous nfs4state.c style fixes by J. Bruce Fields · 17 years ago
  73. 5ec7b46 nfsd4: make current_clientid local by J. Bruce Fields · 17 years ago
  74. 99d965e nfsd: fix encode_entryplus_baggage() indentation by J. Bruce Fields · 17 years ago
  75. 366e0c1 nfsd4: kill unneeded cl_confirm check by J. Bruce Fields · 17 years ago
  76. f3aba4e nfsd4: remove unnecessary cl_verifier check from setclientid_confirm by J. Bruce Fields · 17 years ago
  77. f394baa nfsd4: kill unnecessary same_name() in setclientid_confirm by J. Bruce Fields · 17 years ago
  78. deda2fa nfsd: uniquify cl_confirm values by J. Bruce Fields · 17 years ago
  79. 49ba878 nfsd: eliminate final bogus case from setclientid logic by J. Bruce Fields · 17 years ago
  80. a186e76 nfsd4: kill some unneeded setclientid comments by J. Bruce Fields · 17 years ago
  81. 1f69f17 nfsd: minor fs/nfsd/auth.h cleanup by J. Bruce Fields · 17 years ago
  82. 2e8138a nfsd: move nfsd/auth.h into fs/nfsd by J. Bruce Fields · 17 years ago
  83. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  84. e331f60 nfsd: fail init on /proc/fs/nfs/exports creation failure by J. Bruce Fields · 17 years ago
  85. 440bcc5 nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases by J. Bruce Fields · 17 years ago
  86. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  87. d5c3428 nfsd: fail module init on reply cache init failure by J. Bruce Fields · 17 years ago
  88. 26808d3 nfsd: cleanup nfsd module initialization cleanup by J. Bruce Fields · 17 years ago
  89. 46b2589 knfsd: cleanup nfsd4 properly on module init failure by J. Bruce Fields · 17 years ago
  90. ca2a05a nfsd: Fix handling of negative lengths in read_buf() by J. Bruce Fields · 17 years ago
  91. a628f66 NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargs by Chuck Lever · 17 years ago
  92. 9c7544d NFSD: Use unsigned length argument for decode_pathname by Chuck Lever · 17 years ago
  93. 5a022fc NFSD: Adjust filename length argument of nfsd_lookup by Chuck Lever · 17 years ago
  94. ee1a95b NFSD: Use unsigned length argument for decode_filename by Chuck Lever · 17 years ago
  95. 48df020 NLM: Fix sign of length of NLM variable length strings by Chuck Lever · 17 years ago
  96. d4395e0 knfsd: fix broken length check in nfs4idmap.c by J. Bruce Fields · 17 years ago
  97. aefa89d nfsd: Fix inconsistent assignment by Prasad P · 17 years ago
  98. 63c8671 nfsd: move callback rpc_client creation into separate thread by J. Bruce Fields · 17 years ago
  99. 46f8a64 nfsd4: probe callback channel only once by J. Bruce Fields · 17 years ago
  100. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 16 years ago