1. 1f3403f nfsd race fixes: jfs by Dave Kleikamp · 16 years ago
  2. 14eeee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 16 years ago
  3. d69e83d jfs: ensure symlinks are NUL-terminated by Dave Kleikamp · 16 years ago
  4. 8f659ad CRED: Wrap task credential accesses in the JFS filesystem by David Howells · 16 years ago
  5. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  6. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  7. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  8. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  9. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  10. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  11. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  12. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  13. ec1aef3 jfs: remove DIRENTSIZ by Adrian Bunk · 16 years ago
  14. 3c65e87 JFS: diAlloc() should return -EIO rather than EIO by Li Zefan · 16 years ago
  15. 6536d28 JFS: skip bad iput() call in error path by Dave Kleikamp · 16 years ago
  16. b2e03ca JFS: switch to seq_files by Alexey Dobriyan · 16 years ago
  17. 88f85a5 JFS: 0 is not valid errno value so return NULL from jfs_lookup by Marcin Slusarz · 16 years ago
  18. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  19. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  20. 15732a1 jfs: replace __inline with inline by Harvey Harrison · 16 years ago
  21. 8914562 jfs: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  22. ef1fc2f BKL-removal: Implement a compat_ioctl handler for JFS by Andi Kleen · 16 years ago
  23. baab81f BKL-removal: Use unlocked_ioctl for jfs by Andi Kleen · 16 years ago
  24. eab1df7 iget: stop JFS from using iget() and read_inode() by David Howells · 16 years ago
  25. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 16 years ago
  26. 5c5e32c mount options: fix jfs by Miklos Szeredi · 16 years ago
  27. 967c9ec JFS: simplify types to get rid of sparse warning by Dave Kleikamp · 17 years ago
  28. da8a41d JFS: FIx one more plain integer as NULL pointer warning by Dave Kleikamp · 17 years ago
  29. 09aaa74 JFS: Remove defconfig ptr comparison to 0 by Joe Perches · 17 years ago
  30. a7fe0ba JFS: use DIV_ROUND_UP where appropriate by Shaun Zinck · 17 years ago
  31. 1eb3a71 Remove unnecessary kmalloc casts in the jfs filesystem by Jack Stone · 17 years ago
  32. 54af623 JFS is missing a memory barrier by Nick Piggin · 17 years ago
  33. 67e6682 JFS: Make sure special inode data is written after journal is flushed by Dave Kleikamp · 17 years ago
  34. 29a424f JFS: clear PAGECACHE_TAG_DIRTY for no-write pages by Dave Kleikamp · 17 years ago
  35. e47776a Forbid user to change file flags on quota files by Jan Kara · 17 years ago
  36. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  37. d425de7 jfs: new export ops by Christoph Hellwig · 17 years ago
  38. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  39. 1c0eeaf introduce I_SYNC by Joern Engel · 17 years ago
  40. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  41. 03158cd fs: restore nobh by Nick Piggin · 17 years ago
  42. d5c5f84 jfs: convert to new aops by Nick Piggin · 17 years ago
  43. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 17 years ago
  44. 8d8fe64 JFS: Bio cleanup: Replace missing return statements by Dave Kleikamp · 17 years ago
  45. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  46. e30408b JFS: fix bio-related build breakage by Jeff Garzik · 17 years ago
  47. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  48. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  49. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  50. 5ca2960 knfsd: exportfs: remove iget abuse by Christoph Hellwig · 17 years ago
  51. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  52. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  53. 288e4d8 JFS: Update print_hex_dump() syntax by Dave Kleikamp · 17 years ago
  54. 209e101 JFS: use print_hex_dump() rather than private dump_mem() function by Dave Kleikamp · 17 years ago
  55. f720e3b JFS: Whitespace cleanup and remove some dead code by Dave Kleikamp · 17 years ago
  56. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  57. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  58. 18062a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  59. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  60. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  61. 05ec9e2 JFS: Fix race waking up jfsIO kernel thread by Dave Kleikamp · 17 years ago
  62. 3cbb1c8 JFS: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  63. 3e2221c Copy i_flags to jfs inode flags on write by Dave Kleikamp · 17 years ago
  64. 60f29b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  65. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  66. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  67. c9e3ad6 JFS: Get rid of "may be used uninitialized" warnings by Dave Kleikamp · 17 years ago
  68. 7220c01 JFS: Remove incorrect kgdb define by Dave Kleikamp · 17 years ago
  69. 4aa0d23 JFS: call io_schedule() instead of schedule() to avoid deadlock by Dave Kleikamp · 17 years ago
  70. 82d5b9a JFS: Add lockdep annotations by Dave Kleikamp · 18 years ago
  71. 17e6afc JFS: Avoid BUG() on a damaged file system by Dave Kleikamp · 18 years ago
  72. d0e671a [PATCH] Fix JFS after clear_page_dirty() removal by Dave Kleikamp · 18 years ago
  73. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  74. 11c302c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 18 years ago
  75. ff27377 [PATCH] struct path: convert jfs by Josef Sipek · 18 years ago
  76. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  77. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  78. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  79. 36b12fb JFS: Fix conflicting superblock flags by Dave Kleikamp · 18 years ago
  80. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  81. 03a67a4 Fix typos in doc and comments by Jan Engelhardt · 18 years ago
  82. d572b87 JFS: Remove redundant xattr permission checking by Dave Kleikamp · 18 years ago
  83. 89f6822 jfs: Add splice support by Daniel Drake · 18 years ago
  84. 8f6cff9 JFS: pageno needs to be long by Dave Kleikamp · 18 years ago
  85. 63f83c9 JFS: White space cleanup by Dave Kleikamp · 18 years ago
  86. 087387f [PATCH] JFS: return correct error when i-node allocation failed by Akinobu Mita · 18 years ago
  87. 2a6968a JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog() by Tony Breeds · 18 years ago
  88. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  89. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  90. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  91. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  92. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  93. 4d81715 [PATCH] fs/jfs: Conversion to generic boolean by Richard Knutsson · 18 years ago
  94. 3669567 [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] by David Howells · 18 years ago
  95. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  96. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  97. 8bcb283 JFS: Fix bug in quota code. tmp_bh.b_size must be initialized by Dave Kleikamp · 18 years ago
  98. 115ff50 JFS: Quota support broken, no quota_read and quota_write by Dave Kleikamp · 18 years ago
  99. b20e481 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 18 years ago
  100. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago