1. 1d47bec [XFS] Remove unnecessary local from open_exec dmapi path. by Nathan Scott · 18 years ago
  2. 1046d88 [JFFS2] Check CRC32 on dirent and data nodes each time they're read by David Woodhouse · 18 years ago
  3. fc6612f [JFFS2] When retiring nextblock, allocate a node_ref for the wasted space by David Woodhouse · 18 years ago
  4. 2ba72cb [JFFS2] Mark XATTR support as experimental, for now by David Woodhouse · 18 years ago
  5. 3877f0b [JFFS2] Don't trust node headers before the CRC is checked. by David Woodhouse · 18 years ago
  6. 9917215 [PATCH] Fix missing ret assignment in __bio_map_user() error path by Jens Axboe · 18 years ago
  7. 9cedc19 [PATCH] Return error in case flock_lock_file failure by Kirill Korotaev · 18 years ago
  8. d7ede1a [XFS] Minor XFS documentation updates. by Nathan Scott · 18 years ago
  9. 4ed0156 [JFFS2] Fix more breakage caused by janitorial meddling. by David Woodhouse · 18 years ago
  10. b190f11 [XFS] Fix broken const use inside local suffix_strtoul routine. by Nathan Scott · 18 years ago
  11. 477829e [XFS] Fix nused counter. It's currently getting set to -1 rather than by Mandy Kirkconnell · 18 years ago
  12. 421ad13 [XFS] Fix mismerge of the fs_writable cleanup patch causing a freeze/thaw by Nathan Scott · 18 years ago
  13. 4d1a2ed [XFS] Fix up debug code so that bulkstat wont generate thousands of by Nathan Scott · 18 years ago
  14. a916e2b [XFS] Remove unused parameter from di2xflags routine. by Nathan Scott · 18 years ago
  15. 34327e1 [XFS] Cleanup a missed porting conversion, and freezing. by Nathan Scott · 18 years ago
  16. 8285fb5 [XFS] Resolve a namespace collision on remaining vtypes for FreeBSD porters. by Nathan Scott · 18 years ago
  17. 67fcaa7 [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. by Nathan Scott · 18 years ago
  18. b83bd13 [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters. by Nathan Scott · 18 years ago
  19. 932f2c3 [XFS] statvfs component of directory/project quota support, code by Nathan Scott · 18 years ago
  20. b657452 [XFS] Portability changes: remove prdev, stick to one diagnostic interface. by Nathan Scott · 18 years ago
  21. 9c48876 [XFS] Remove dead code from come bulkstat paths. by Nathan Scott · 18 years ago
  22. ad72387 [XFS] Fix a typo in a header file comment. by Nathan Scott · 18 years ago
  23. 7d4fb40 [XFS] Start writeout earlier (on last close) in the case where we have a by Nathan Scott · 18 years ago
  24. 59c1b08 [XFS] Make the pflags test/set wrappers more legible for us mere humans. by Nathan Scott · 18 years ago
  25. e109007 [XFS] Fix a buffer refcount leak in dir2 code on a forced shutdown. by Nathan Scott · 18 years ago
  26. 7d04a33 [XFS] Shutdown the filesystem if all device paths have gone. Made by Nathan Scott · 18 years ago
  27. b76963f [XFS] getattr can return an error code, so propogate any from lower layers. by Nathan Scott · 18 years ago
  28. 3d80ede [XFS] Drop use of m_writeio_blocks when zeroing, its not meaningful by Nathan Scott · 18 years ago
  29. 72c93bc [XFS] lock validator: lockdep: small xfs init_rwsem() cleanup by Ingo Molnar · 18 years ago
  30. 87c199c [XFS] Over zealous with doing endian conversions. We endian converted the by Tim Shimmin · 18 years ago
  31. 7142508 [XFS] Stop a BUG from occurring in generic_delete_inode by preventing by David Chinner · 18 years ago
  32. 6d192a9 [XFS] inode items and EFI/EFDs have different ondisk format for 32bit and by Tim Shimmin · 18 years ago
  33. d210a28 [XFS] In actual allocation of file system blocks and freeing extents, the by Yingping Lu · 18 years ago
  34. d3446ea [XFS] Add degframentation exclusion support by Barry Naujok · 18 years ago
  35. fbc1462 [XFS] Fix a noatime regression related to updating inode atime field on by Nathan Scott · 18 years ago
  36. ba0b92d [XFS] Fix a comment typo, originally noticed by Ming Zhang. by Nathan Scott · 18 years ago
  37. fe6c1e7 [XFS] Fix size argument in kmem_free(). by Mandy Kirkconnell · 18 years ago
  38. 3f368a0 [XFS] Originally the ATTR_DMI flag also had the functionality of the by Olaf Weber · 18 years ago
  39. 1d8daf0 [XFS] endianess annotations for xfs_dir_leaf_entry_t by Christoph Hellwig · 18 years ago
  40. 8034fff [XFS] endianess annotations for xfs_dir_leaf_hdr_t by Christoph Hellwig · 18 years ago
  41. ff9901c [XFS] endianess annotations for xfs_dir2_data_entry_t by Christoph Hellwig · 18 years ago
  42. 3e57ecf [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report by Olaf Weber · 18 years ago
  43. 71601e2 [PATCH] debugfs inode leak by Jens Axboe · 18 years ago
  44. 6d09bb6 [PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_path() by Trond Myklebust · 18 years ago
  45. 3bcc86f [JFFS2] Remove stray __exit from jffs2_compressors_exit() by David Woodhouse · 18 years ago
  46. 6855a3a [PATCH] ext3 resize: fix double unlock_super() by Andrew Morton · 18 years ago
  47. 55aa2e0 [[CIFS] Pass truncate open flag through on file open in case setattr fails by Steve French · 18 years ago
  48. 0877583 [CIFS] Fix typos in previous fix by Steve French · 18 years ago
  49. cec6815a [CIFS] endian fix for new POSIX byte range lock support by Steve French · 18 years ago
  50. a424f8b [CIFS] fix memory leak in cifs session info struct on reconnect by Steve French · 18 years ago
  51. c01f36a [CIFS] ACPI suspend oops by Steve French · 18 years ago
  52. a878fb2 [CIFS] Do not limit the length of share names (was 100 for whole UNC name) by Steve French · 18 years ago
  53. fc94cdb [CIFS] Fix new POSIX Locking for setting lock_type correctly on unlock by Steve French · 18 years ago
  54. 098a198 [JFFS2] Preallocate node refs for cleanmarker in summary scan by David Woodhouse · 18 years ago
  55. 13ba42d [JFFS2] Fix calculation of potential summary marker offset on NOR flash. by David Woodhouse · 18 years ago
  56. 9a1fcdf [MTD] NAND Signal that a bitflip was corrected by ECC by Thomas Gleixner · 18 years ago
  57. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  58. f4a43cf [MTD] Remove silly MTD_WRITE/READ macros by Thomas Gleixner · 18 years ago
  59. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  60. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  61. a6a8bef [JFFS2] Preallocate raw_node_refs in a couple of missing places in scan by David Woodhouse · 18 years ago
  62. 2ebf09c [JFFS2] Fix oops when marking space dirty in scan, but no previous node exists. by David Woodhouse · 18 years ago
  63. ddc58bd [JFFS2] Fix wbuf recovery of f->metadata->raw node. by David Woodhouse · 18 years ago
  64. 9bfeb69 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. by David Woodhouse · 18 years ago
  65. 3ac8141 [PATCH] affs: possible null pointer dereference in affs_rename() by Florin Malita · 18 years ago
  66. 89291a9 [JFFS2] Fix 64-bit size_t problems in XATTR code. by David Woodhouse · 18 years ago
  67. 8b9e9fe [JFFS2] Fix and improve debugging output during scan. by David Woodhouse · 18 years ago
  68. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  69. f61579c3 [JFFS2] Correctly handle wasted space before summary node. by David Woodhouse · 18 years ago
  70. c38c1b6 [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. by David Woodhouse · 18 years ago
  71. f560928 [JFFS2] Allocate node_ref for wasted space when skipping to page boundary by David Woodhouse · 18 years ago
  72. c7c16c8 [JFFS2] Revert Artem's Bunkage in debug messages. by David Woodhouse · 18 years ago
  73. b964638 JFS: Fix multiple errors in metapage_releasepage by Dave Kleikamp · 18 years ago
  74. 0305c86 Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.git by David Woodhouse · 18 years ago
  75. 99988f7 [JFFS2] Introduce ref_next() macro for finding next physical node by David Woodhouse · 18 years ago
  76. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  77. a2eb0c1 [PATCH] md: Make sure bi_max_vecs is set properly in bio_split by NeilBrown · 18 years ago
  78. f2d3958 [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die by NeilBrown · 18 years ago
  79. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  80. 4cbb9b8 Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/ by Thomas Gleixner · 18 years ago
  81. dcb0932 [JFFS2] Simplify writebuffer handling by Thomas Gleixner · 18 years ago
  82. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  83. 5fa4339 [MTD] Introduce MTD_BIT_WRITEABLE by Joern Engel · 18 years ago
  84. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  85. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  86. 987d47b [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure by David Woodhouse · 18 years ago
  87. 0eac940 [JFFS2] Add some preemptive BUG checks for XATTR code by David Woodhouse · 18 years ago
  88. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  89. a1b563d [JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush by David Woodhouse · 18 years ago
  90. 3b79673 [JFFS2] Fix accounting error in jffs2_link_node_ref() by David Woodhouse · 18 years ago
  91. 06c6764 [JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case. by David Woodhouse · 18 years ago
  92. d66fd90 [PATCH] fix NULL dereference in inotify_ignore by Amy Griffis · 18 years ago
  93. 66055a4 [PATCH] fix race in inotify_release by Amy Griffis · 18 years ago
  94. df88912 [PATCH] binfmt_flat: don't check for EMFILE by Andrew Morton · 18 years ago
  95. 9ccfc29 [PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl() by Florin Malita · 18 years ago
  96. 8c7b389 [PATCH] NFS server subtree_check returns dubious value by Peter Staubach · 18 years ago
  97. d64b1c8 [PATCH] NFS: fix error handling on access_ok in compat_sys_nfsservctl by Lin Feng Shen · 18 years ago
  98. ca89a51 [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref by David Woodhouse · 18 years ago
  99. 010b06d [JFFS2] Locking issues in summary write code. by David Woodhouse · 18 years ago
  100. 9167e0f [JFFS2] Remove stray kfree of summary info in XATTR code. by David Woodhouse · 18 years ago