1. d03859a nfsd: potential ERR_PTR dereference on exp_export() error paths. by Dan Carpenter · 15 years ago
  2. 5771635 nfsd4: complete enforcement of 4.1 op ordering by J. Bruce Fields · 15 years ago
  3. 4b21d0d nfsd4: allow 4.0 clients to change callback path by J. Bruce Fields · 15 years ago
  4. 2bf2387 nfsd4: rearrange cb data structures by J. Bruce Fields · 15 years ago
  5. b12a05c nfsd4: cl_count is unused by J. Bruce Fields · 15 years ago
  6. b5a1a81 nfsd4: don't sleep in lease-break callback by J. Bruce Fields · 15 years ago
  7. 3c4ab2a nfsd4: indentation cleanup by J. Bruce Fields · 15 years ago
  8. 408b79b nfsd4: consistent session flag setting by J. Bruce Fields · 15 years ago
  9. 9045b4b nfsd4: remove probe task's reference on client by J. Bruce Fields · 15 years ago
  10. 3df796d nfsd4: remove dprintk by J. Bruce Fields · 15 years ago
  11. 147efd0 nfsd4: shutdown callbacks on expiry by J. Bruce Fields · 15 years ago
  12. 227f98d9 nfsd4: preallocate nfs4_rpc_args by J. Bruce Fields · 15 years ago
  13. 9188525 nfsd: don't break lease while servicing a COMMIT by Jeff Layton · 15 years ago
  14. 61f8603 nfsd: factor out hash functions for export caches. by NeilBrown · 15 years ago
  15. e739cf1 Merge commit 'v2.6.34-rc1' into for-2.6.35-incoming by J. Bruce Fields · 15 years ago
  16. e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  17. d401403 FS-Cache: Remove the EXPERIMENTAL flag by Christian Kujau · 15 years ago
  18. 0f4288e sysfs: Kill unused sysfs_sb variable. by Eric W. Biederman · 15 years ago
  19. fac2622 sysfs: Pass super_block to sysfs_get_inode by Eric W. Biederman · 15 years ago
  20. 7cb3294 sysfs: Implement sysfs_rename_link by Eric W. Biederman · 15 years ago
  21. 19c38b6 sysfs: Pack sysfs_dirent more tightly. by Eric W. Biederman · 15 years ago
  22. f8d4f61 sysfs: Serialize updates to the vfs inode by Eric W. Biederman · 15 years ago
  23. 6992f53 sysfs: Use one lockdep class per sysfs attribute. by Eric W. Biederman · 15 years ago
  24. a2db684 sysfs: Only take active references on attributes. by Eric W. Biederman · 15 years ago
  25. e72ceb8 sysfs: Remove sysfs_get/put_active_two by Eric W. Biederman · 15 years ago
  26. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  27. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  28. 1e5289c sysfs: Cache the last sysfs_dirent to improve readdir scalability v2 by Eric W. Biederman · 15 years ago
  29. 1c205ae sysfs: Add sysfs_add/remove_files utility functions by Andi Kleen · 15 years ago
  30. 138860b seq_file: fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  31. b8fa057 Revert "lib: build list_sort() only if needed" by Linus Torvalds · 15 years ago
  32. 66b8915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 15 years ago
  33. e7b184f nfsd4: document lease/grace-period limits by J. Bruce Fields · 15 years ago
  34. efc4bb4f nfsd4: allow setting grace period time by J. Bruce Fields · 15 years ago
  35. f013574 nfsd4: reshuffle lease-setting code to allow reuse by J. Bruce Fields · 15 years ago
  36. f958a13 nfsd4: remove unnecessary lease-setting function by J. Bruce Fields · 15 years ago
  37. e46b498 nfsd4: simplify lease/grace interaction by J. Bruce Fields · 15 years ago
  38. cf07d2e nfsd4: simplify references to nfsd4 lease time by J. Bruce Fields · 15 years ago
  39. 66ce3cf Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  40. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  41. 76595f7 coredump: suppress uid comparison test if core output files are pipes by Neil Horman · 15 years ago
  42. 5c99cbf coredump: set ->group_exit_code for other CLONE_VM tasks too by Oleg Nesterov · 15 years ago
  43. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 15 years ago
  44. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 15 years ago
  45. 93eb211 elf coredump: make offset calculation process and writing process explicit by Daisuke HATAYAMA · 15 years ago
  46. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 15 years ago
  47. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 15 years ago
  48. 05f47fd coredump: unify dump_seek() implementations for each binfmt_*.c by Daisuke HATAYAMA · 15 years ago
  49. 12bac0d proc: warn on non-existing proc entries by Alexey Dobriyan · 15 years ago
  50. e17a576 proc: do translation + unlink atomically at remove_proc_entry() by Alexey Dobriyan · 15 years ago
  51. 45bf5cd fs/compat_ioctl.c: suppress two warnings by Andrew Morton · 15 years ago
  52. a069c26 lib: build list_sort() only if needed by Don Mullis · 15 years ago
  53. 5ef097d exec: create initial stack independent of PAGE_SIZE by Michael Neuling · 15 years ago
  54. d554ed89 fs: use rlimit helpers by Jiri Slaby · 15 years ago
  55. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 15 years ago
  56. 42e4960 vfs: take f_lock on modifying f_mode after open time by Wu Fengguang · 15 years ago
  57. b084d43 mm: count swap usage by KAMEZAWA Hiroyuki · 15 years ago
  58. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 15 years ago
  59. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 15 years ago
  60. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
  61. 781b167 Fix a dumb typo - use of & instead of && by Al Viro · 15 years ago
  62. c2f843f [LogFS] Change magic number by Joern Engel · 15 years ago
  63. 9cf05b4 [LogFS] Remove h_version field by Joern Engel · 15 years ago
  64. cc7889f Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  65. b13d3c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  66. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  67. 5717144 fs/9p: Add hardlink support to .u extension by Aneesh Kumar K.V · 15 years ago
  68. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 15 years ago
  69. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 15 years ago
  70. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 15 years ago
  71. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 15 years ago
  72. 5cf9521 NFS: Clean up nfs_sync_mapping by Trond Myklebust · 15 years ago
  73. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 15 years ago
  74. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 15 years ago
  75. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 15 years ago
  76. 2928db1 NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages by Trond Myklebust · 15 years ago
  77. 5bad5ab NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set by Trond Myklebust · 15 years ago
  78. 420e364 NFS: Reduce the number of unnecessary COMMIT calls by Trond Myklebust · 15 years ago
  79. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 15 years ago
  80. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 15 years ago
  81. 9467c4f Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  82. 35c2e96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  83. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  84. b24bc1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 15 years ago
  85. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  86. 26821ed make sure data is on disk before calling ->write_inode by Christoph Hellwig · 15 years ago
  87. 9b1f56d Merge branch 'for-2.6.34-rc1-batch2' into for-linus by Alex Elder · 15 years ago
  88. 07000ee xfs: return inode fork offset in bulkstat for fsr by Dave Chinner · 15 years ago
  89. 8babd8a xfs: Increase the default size of the reserved blocks pool by Dave Chinner · 15 years ago
  90. 3ed3a43 xfs: truncate delalloc extents when IO fails in writeback by Dave Chinner · 15 years ago
  91. 20f6b2c xfs: check for more work before sleeping in xfssyncd by Dave Chinner · 15 years ago
  92. 6941893 xfs: Fix a build warning in xfs_aops.c by Dave Chinner · 15 years ago
  93. 06862f8 Squashfs: get rid of obsolete definition in header file by Phillip Lougher · 15 years ago
  94. ae4a317 Squashfs: get rid of obsolete variable in struct squashfs_sb_info by Phillip Lougher · 15 years ago
  95. 6a08ab8 [LogFS] Check feature flags by Joern Engel · 15 years ago
  96. 1f36f77 Switch !O_CREAT case to use of do_last() by Al Viro · 15 years ago
  97. def4af3 Get rid of symlink body copying by Al Viro · 15 years ago
  98. 3866248 Finish pulling of -ESTALE handling to upper level in do_filp_open() by Al Viro · 15 years ago
  99. 806b681 Turn do_link spaghetty into a normal loop by Al Viro · 15 years ago
  100. 10fa8e6 Unify exits in O_CREAT handling by Al Viro · 15 years ago