1. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  2. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  3. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  4. 1fc799e ntfs_init_locked_inode(): fix array indexing by Andrew Morton · 17 years ago
  5. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  6. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  7. e3bf460 ntfs: use zero_user_page by Nate Diller · 17 years ago
  8. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  9. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  10. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  11. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  12. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 17 years ago
  13. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  14. 4ed075e [PATCH] sysctl: C99 convert ctl_tables in NTFS and remove sys_sysctl support by Eric W. Biederman · 17 years ago
  15. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  16. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  17. 5c3bd43 [PATCH] NTFS: rename incorrect check of NTFS_DEBUG with just DEBUG by Robert P. J. Day · 17 years ago
  18. fa8609d [PATCH] ntfs: kmap_atomic() atomicity fix by Andrew Morton · 17 years ago
  19. bd62b23 NTFS: Forgot to bump version number in makefile to 2.1.28... by Anton Altaparmakov · 18 years ago
  20. 8331191 NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode(). by Anton Altaparmakov · 18 years ago
  21. 20d2937 [PATCH] ntfs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  22. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  23. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  24. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  25. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  26. c49c311 [PATCH] fs/ntfs: Conversion to generic boolean by Richard Knutsson · 18 years ago
  27. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  28. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  29. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  30. 5934537 [PATCH] lockdep: annotate NTFS locking rules by Ingo Molnar · 18 years ago
  31. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  32. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  33. 01408c4 [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytes by NeilBrown · 18 years ago
  34. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  35. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  36. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  37. f893afb [PATCH] NTFS: Critical bug fix (affects MIPS and possibly others) by Anton Altaparmakov · 18 years ago
  38. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  39. b9a2838 [PATCH] bitops: ntfs: remove generic_ffs() by Akinobu Mita · 18 years ago
  40. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  41. e750d1c NTFS: 2.1.27 - Various bug fixes and cleanups. by Anton Altaparmakov · 18 years ago
  42. 4e5e529 NTFS: Semaphore to mutex conversion. by Ingo Molnar · 18 years ago
  43. 834ba60 NTFS: Handle the recently introduced -ENAMETOOLONG return value from by Anton Altaparmakov · 18 years ago
  44. 20fdcf1 NTFS: Add a missing call to flush_dcache_mft_record_page() in by Anton Altaparmakov · 18 years ago
  45. a778f21 NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we by Anton Altaparmakov · 18 years ago
  46. 2c2c8c1 NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h. by Anton Altaparmakov · 18 years ago
  47. d4faf63 NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximum by Anton Altaparmakov · 18 years ago
  48. f95c401 NTFS: Remove all the make_bad_inode() calls. This should only be called by Anton Altaparmakov · 18 years ago
  49. a0646a1 NTFS: Add support for sparse files which have a compression unit of 0. by Anton Altaparmakov · 18 years ago
  50. 949763b NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there are by Anton Altaparmakov · 18 years ago
  51. 78264bd NTFS: Use buffer_migrate_page() for the ->migratepage function of all ntfs by Anton Altaparmakov · 18 years ago
  52. 3ccc738 NTFS: Fix a buggette in an "should be impossible" case handling where we by Anton Altaparmakov · 18 years ago
  53. 67b1dfe NTFS: Fix an (innocent) off-by-one error in the runlist code. by Anton Altaparmakov · 18 years ago
  54. bb8047d NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton for by Anton Altaparmakov · 18 years ago
  55. 1cf3109f NTFS: Do more detailed reporting of why we cannot mount read-write by by Anton Altaparmakov · 18 years ago
  56. 78af34f NTFS: Implement support for sector sizes above 512 bytes (up to the maximum by Anton Altaparmakov · 18 years ago
  57. 7b875af Merge ../ntfs-2.6-devel by Anton Altaparmakov · 18 years ago
  58. 3672b63 NTFS: - Cope with attribute list attribute having invalid flags. by Anton Altaparmakov · 18 years ago
  59. 64419d9 NTFS: We have struct kmem_cache now so use it instead of the typedef. by Pekka Enberg · 18 years ago
  60. 944d795 Merge branch 'master' of /usr/src/ntfs-2.6/ by Anton Altaparmakov · 19 years ago
  61. 24a44dc [PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments by Christoph Hellwig · 19 years ago
  62. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
  63. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  64. f4b09eb update the email address of Randy Dunlap by Adrian Bunk · 19 years ago
  65. 3c6af7f NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a by Anton Altaparmakov · 19 years ago
  66. 3aebf25 NTFS: Fix a stupid bug causing writes to non-initialized pages to segfault. by Anton Altaparmakov · 19 years ago
  67. c9c2009 NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfs by Anton Altaparmakov · 19 years ago
  68. dda65b9 NTFS: Fix compilation warnings with gcc-4.0.2 on SUSE 10.0. by Anton Altaparmakov · 19 years ago
  69. d04bd1f NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton) by Anton Altaparmakov · 19 years ago
  70. d5aeaef NTFS: Fix serious data corruption issue when writing. by Anton Altaparmakov · 19 years ago
  71. 7d0ffdb NTFS: $EA attributes can be both resident non-resident. Minor tidying. by Anton Altaparmakov · 19 years ago
  72. 98b2703 NTFS: The big ntfs write(2) rewrite has arrived. We now implement our own by Anton Altaparmakov · 19 years ago
  73. 29f5f3c NTFS: Remove address space operations ->prepare_write and ->commit_write in by Anton Altaparmakov · 19 years ago
  74. 29b8990 NTFS: In attrib.c::ntfs_attr_set() call balance_dirty_pages_ratelimited() by Anton Altaparmakov · 19 years ago
  75. 29d8699 Merge branch 'master' of /usr/src/ntfs-2.6/ by Anton Altaparmakov · 19 years ago
  76. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  77. e943825 NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completes by Anton Altaparmakov · 19 years ago
  78. dd07233 NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supports by Anton Altaparmakov · 19 years ago
  79. 2d86829 NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a function to by Anton Altaparmakov · 19 years ago
  80. 2a6fc4e1 NTFS: Fix ntfs_attr_make_non_resident() to update the vfs inode i_blocks by Anton Altaparmakov · 19 years ago
  81. 8925d4f NTFS: Change ntfs_attr_make_non_resident to take the attribute value size by Anton Altaparmakov · 19 years ago
  82. fc0fa7d NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter by Anton Altaparmakov · 19 years ago
  83. 511bea5 NTFS: - Change {__,}ntfs_cluster_free() to also take an optional attribute by Anton Altaparmakov · 19 years ago
  84. 69b41e3 NTFS: Change ntfs_attr_find_vcn_nolock() to also take an optional attribute by Anton Altaparmakov · 19 years ago
  85. fd9d636 NTFS: Change ntfs_map_runlist_nolock() to also take an optional attribute by Anton Altaparmakov · 19 years ago
  86. c394e45 NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variable by Anton Altaparmakov · 19 years ago
  87. 18efefa NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused the by Anton Altaparmakov · 19 years ago
  88. e2fcc61 NTFS: Re-fix sparse warnings in a more correct way, i.e. don't use an enum with by Anton Altaparmakov · 19 years ago
  89. 5a8c0cc NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the by Anton Altaparmakov · 19 years ago
  90. 838bf96 NTFS: Fix the definition of the CHKD ntfs record magic. It had an off by by Anton Altaparmakov · 19 years ago
  91. 715dc63 NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry by Anton Altaparmakov · 19 years ago
  92. 91fbc6e NTFS: Fix sparse warnings that have crept in over time. by Anton Altaparmakov · 19 years ago
  93. eed8b2d NTFS: More runlist handling fixes from Richard Russon and myself. by Anton Altaparmakov · 19 years ago
  94. f6098cf NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better. by Anton Altaparmakov · 19 years ago
  95. 4e64c88 NTFS: Fix handling of compressed directories that I broke in earlier changeset. by Anton Altaparmakov · 19 years ago
  96. 5c9f6de NTFS: Fix various bugs in the runlist merging code. (Based on libntfs by Anton Altaparmakov · 19 years ago
  97. 89ecf38 NTFS: Mask out __GFP_HIGHMEM when doing kmalloc() in __ntfs_malloc() as it by Anton Altaparmakov · 19 years ago
  98. 5d46770 NTFS: Change the mount options {u,f,d}mask to always parse the number as by Anton Altaparmakov · 19 years ago
  99. b4012a9 [PATCH] ntfs build fix by Andrew Morton · 19 years ago
  100. 7d333d6 NTFS: 2.1.24 release and some minor final fixes. by Anton Altaparmakov · 19 years ago