1. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  2. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  3. 951744f udf: possible null pointer dereference while load_partition by Dmitriy Monakhov · 17 years ago
  4. 31170b6 udf: support files larger than 1G by Jan Kara · 17 years ago
  5. 948b9b2 udf: add assertions by Jan Kara · 17 years ago
  6. 3bf25cb udf: use get_bh() by Jan Kara · 17 years ago
  7. ff116fc UDF: introduce struct extent_position by Jan Kara · 17 years ago
  8. 60448b1 udf: use sector_t and loff_t for file offsets by Jan Kara · 17 years ago
  9. c007c06 udf: decrement correct link count in udf_rmdir by Stephen Mollett · 17 years ago
  10. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  11. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  12. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  13. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  14. 5096e93 [PATCH] struct path: convert udf by Josef Sipek · 18 years ago
  15. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  16. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  17. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  18. c1a26e7 [PATCH] UDF: Fix mounting read-write by Peter Osterlund · 18 years ago
  19. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  20. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  21. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  22. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  23. 39b3f6d [PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLY by Eric Sandeen · 18 years ago
  24. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  25. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  26. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  27. 00a2b0f Fix possible UDF deadlock and memory corruption (CVE-2006-4145) by Jan Kara · 18 years ago
  28. 95f8797 [PATCH] initialize parts of udf inode earlier in create by Dan Bastone · 18 years ago
  29. 225add6 [PATCH] udf: initialize parts of inode earlier in create by Eric Sandeen · 18 years ago
  30. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  31. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  32. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  33. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  34. 2c2111c BUG_ON() Conversion in fs/udf/ by Eric Sesterhenn · 18 years ago
  35. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  36. 0e6b3e5 [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 18 years ago
  37. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  38. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  39. e8c96f8 [PATCH] fs: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  40. 1e7933d [PATCH] sem2mutex: UDF by Ingo Molnar · 18 years ago
  41. 4d6660e [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 18 years ago
  42. db9a369 [PATCH] UDF: Fix issues reported by Coverity in namei.c by Jayachandran C · 18 years ago
  43. 9960396 [PATCH] coverity: udf/balloc.c null deref fix by KAMBAROV, ZAUR · 18 years ago
  44. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  45. ddc0f84 [PATCH] fs/udf/balloc.c: "extern inline" -> "static inline" by Adrian Bunk · 19 years ago
  46. b8b0af2 [PATCH] udf: remove bogus inode == NULL check in inode_bmap by Christoph Hellwig · 19 years ago
  47. 4d399ca remove pointers to the defunct UDF mailing list by Adrian Bunk · 19 years ago
  48. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  49. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  50. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  51. 1c71e22 [PATCH] udf_find_entry() cleanup by Christoph Hellwig · 19 years ago
  52. ec471dc [PATCH] coverity: fs/udf/namei.c null check by KAMBAROV, ZAUR · 19 years ago
  53. e74d633 [PATCH] UDF filesystem: array '__mon_yday' declared as not static by Goffredo Baroncelli · 19 years ago
  54. f59154c [PATCH] fs/udf/udftime.c: fix off by one error by Adrian Bunk · 19 years ago
  55. cd7619d [PATCH] Exterminate PAGE_BUG by Matt Mackall · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago