1. 984a081 [XFS] store xfs_attr_sf_sort in native endian by Nathan Scott · 18 years ago
  2. 3b244aa [XFS] endianess annotations for xfs_attr_shortform_t by Nathan Scott · 18 years ago
  3. c0f054e [XFS] endianess annotations for xfs_attr_leaf_name_remote_t by Nathan Scott · 18 years ago
  4. 053b575 [XFS] endianess annotations for xfs_attr_leaf_name_local_t by Nathan Scott · 18 years ago
  5. 6b19f2d [XFS] endianess annotations for xfs_attr_leaf_entry_t by Nathan Scott · 18 years ago
  6. 918ae42 [XFS] endianess annotations for xfs_attr_leaf_hdr_t by Nathan Scott · 18 years ago
  7. 8f44e04 [XFS] remove bogus INT_GET on u8 variables in xfs_dir2_block.c by Nathan Scott · 18 years ago
  8. 89da054 [XFS] endianess annotations for xfs_da_blkinfo_t by Nathan Scott · 18 years ago
  9. 3d693c6 [XFS] endianess annotations for XFS_DIR2_DATA_ENTRY_TAG_P by Nathan Scott · 18 years ago
  10. 3c1f9c1 [XFS] endianess annotations for xfs_dir2_leaf_entry_t by Nathan Scott · 18 years ago
  11. a818e5d [XFS] endianess annotations for xfs_dir2_leaf_hdr_t by Nathan Scott · 18 years ago
  12. e922fff [XFS] endianess annotations for xfs_dir2_block_tail_t by Nathan Scott · 18 years ago
  13. 1fba9f7 [XFS] endianess annotations for XFS_DIR2_DATA_UNUSED_TAG_P by Nathan Scott · 18 years ago
  14. ad354eb [XFS] endianess annotations for xfs_dir2_data_unused_t by Nathan Scott · 18 years ago
  15. afbcb3f [XFS] endianess annotations for xfs_dir2_leaf_tail_t by Nathan Scott · 18 years ago
  16. 68b3a10 [XFS] endianess annotations for XFS_DIR2_LEAF_BESTS_P by Nathan Scott · 18 years ago
  17. 0ba962e [XFS] endianess annotations for xfs_dir2_free_hdr_t by Nathan Scott · 18 years ago
  18. 70e73f5 [XFS] endianess annotations for xfs_dir2_data_hdr structure. by Nathan Scott · 18 years ago
  19. 9cea236 [XFS] Flush and invalidate dirty pages at the start of a direct read also, by Nathan Scott · 18 years ago
  20. ce9d37c [XFS] Merge Yingpings fix for a vn_count assert failure during QA - by Nathan Scott · 18 years ago
  21. 238f4c5 [XFS] Make couple names consitent, be more defensive on releasepage (and by Nathan Scott · 18 years ago
  22. a13828b [XFS] Cleanup references to i_sem. by Nathan Scott · 18 years ago
  23. b12dd34 [XFS] Fix an infinite loop issue in bulkstat when a corrupt inode is by Nathan Scott · 18 years ago
  24. 2ddd592 [XFS] Correct the dquot reservation component for the link transation. by Nathan Scott · 18 years ago
  25. ec86dc0 [XFS] Complete transition away from linvfs naming convention, finally. by Nathan Scott · 18 years ago
  26. 8867bc9 [XFS] There are a few problems with the new by Mandy Kirkconnell · 18 years ago
  27. 2d7f2ea [PATCH] Fix ext2 readdir f_pos re-validation logic by Al Viro · 18 years ago
  28. f13b835 [PATCH] fs/namespace.c:dup_namespace(): fix a use after free by Adrian Bunk · 18 years ago
  29. 4983da0 [PATCH] page migration: fail if page is in a vma flagged VM_LOCKED by Christoph Lameter · 18 years ago
  30. 0ee10a4 Merge git://oss.sgi.com:8090/oss/git/rc-fixes by Linus Torvalds · 18 years ago
  31. 3fb962b Fix a direct I/O locking issue revealed by the new mutex code. by Nathan Scott · 18 years ago
  32. c5111f5 Merge with /home/shaggy/git/linus-clean/ by Dave Kleikamp · 18 years ago
  33. a488edc [PATCH] JFS: Take logsync lock before testing mp->lsn by Dave Kleikamp · 18 years ago
  34. 30f4e20 [PATCH] NLM: Ensure we do not Oops in the case of an unlock by Trond Myklebust · 18 years ago
  35. c12e87f [PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 by Trond Myklebust · 18 years ago
  36. 143f412 [PATCH] NFS: Fix a potential panic in O_DIRECT by Trond Myklebust · 18 years ago
  37. 524fbf5 [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will by Nathan Scott · 18 years ago
  38. f30a121 [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce our by Nathan Scott · 18 years ago
  39. f020b67 [XFS] Fix assert to check that in-core extents are inline only. by Mandy Kirkconnell · 18 years ago
  40. a50cd26 [XFS] Switch over from linvfs names for sb/quotactl operations for by Nathan Scott · 18 years ago
  41. 416c6d5 [XFS] Switch over from linvfs names for inode operations for consistent naming. by Nathan Scott · 18 years ago
  42. 3562fd4 [XFS] Switch over from linvfs names for file operations for consistent naming. by Nathan Scott · 18 years ago
  43. e4c573b [XFS] Switch over from linvfs names for address space ops for consistent naming. by Nathan Scott · 18 years ago
  44. b8b0f54 [XFS] Remove a couple of no-longer-used macros/types from XFS. by Nathan Scott · 18 years ago
  45. a365bdd [XFS] Reduce stack usage within xfs_bmapi by rearranging some code, by Nathan Scott · 18 years ago
  46. 39269e2 [XFS] Reduce xfs_bmapi stack use by removing some local state variables, by Nathan Scott · 18 years ago
  47. 220b528 [XFS] Dynamically allocate vattr in places it makes sense to do so, to by Nathan Scott · 18 years ago
  48. 9b94c2e [XFS] Take a dentry structure off the stack into the data segment. by Nathan Scott · 18 years ago
  49. 8f79405 [XFS] Reduce complexity in xfs_trans_init by pushing complex macros out by Nathan Scott · 18 years ago
  50. f6d75cb [XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stack by Nathan Scott · 18 years ago
  51. 1f6553f [XFS] Dynamically allocate local kiocb structures in readv/writev routines by Nathan Scott · 18 years ago
  52. 0293ce3 [XFS] 929045 567344 This mod introduces multi-level in-core file extent by Mandy Kirkconnell · 18 years ago
  53. 4eea22f [XFS] 929045 567344 This mod re-organizes some of the in-core file extent by Mandy Kirkconnell · 18 years ago
  54. 9f989c9 [XFS] Additional mount time superblock validation checks. by Nathan Scott · 18 years ago
  55. 01e1b69 [XFS] using a spinlock per cpu for superblock counter exclusion results in by David Chinner · 18 years ago
  56. 87cbc49 [XFS] Add xfs_map_buffer helper, use it in a couple of places. by Nathan Scott · 18 years ago
  57. f51623b [XFS] Move some code around to avoid prototypes and prep for future by Nathan Scott · 18 years ago
  58. 02d7c92 [XFS] Use XFS_VFSTOM in more places instead of open coding it. by Nathan Scott · 18 years ago
  59. fcce0f1 [XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irix by Tim Shimmin · 18 years ago
  60. a780143 [XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be by Nathan Scott · 18 years ago
  61. e8234a6 [XFS] Add support for hotplug CPUs to the per-CPU superblock counters by by David Chinner · 18 years ago
  62. 2d0f864 [XFS] Make headers compile for more compiler variants; minor cleanup. by Nathan Scott · 18 years ago
  63. d2c32ed [XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many by Nathan Scott · 18 years ago
  64. e0cc232 [XFS] Flag the XFS inode cache as in need of spreading also. by Nathan Scott · 18 years ago
  65. 20722a9 [XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from by Nathan Scott · 18 years ago
  66. 8758280 [XFS] Cleanup the use of zones/slabs, more consistent and allows flags to by Nathan Scott · 18 years ago
  67. 8d280b9 [XFS] On machines with more than 8 cpus, when running parallel I/O by David Chinner · 18 years ago
  68. 9f4cbec [XFS] XFS propagates MS_NOATIME through two levels internally but doesn't by Nathan Scott · 18 years ago
  69. 0c9512d [XFS] find_exported_dentry(). XFS does not need to use this symbol as it by David Chinner · 18 years ago
  70. cd6ef84 [PATCH] ext3: fix nobh mode for chattr +j inodes by Badari Pulavarty · 18 years ago
  71. 0adb25d [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside by Kirill Korotaev · 18 years ago
  72. 0ef675d [PATCH] mtd: 64 bit fixes by Atsushi Nemoto · 18 years ago
  73. 69eb66d JFS: add uid, gid, and umask mount options by Dave Kleikamp · 18 years ago
  74. 1efa3c0 [NET] compat ifconf: fix limits by Randy Dunlap · 18 years ago
  75. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 18 years ago
  76. 90f0094 [PATCH] s390: dasd partition detection by Horst Hummel · 18 years ago
  77. e96fb23 [PATCH] jffs2: avoid divide-by-zero by David Woodhouse · 18 years ago
  78. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 18 years ago
  79. 4d6660e [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options by Phillip Susi · 18 years ago
  80. a19cbd4 Mark the pipe file operations static by Linus Torvalds · 18 years ago
  81. be0bf7d JFS: Take logsync lock before testing mp->lsn by Dave Kleikamp · 18 years ago
  82. d19e997 Simplify fifo_open() locking logic by Linus Torvalds · 18 years ago
  83. bb8047d NTFS: Fix two compiler warnings on Alpha. Thanks to Andrew Morton for by Anton Altaparmakov · 18 years ago
  84. ad820c5d [PATCH] smaps: shared fix by Nick Piggin · 18 years ago
  85. 5ddfae1 [PATCH] smaps: hugepages fix by Nick Piggin · 18 years ago
  86. ecbd3a6 [PATCH] ramfs needs to update directory m/ctime on symlink by Peter Staubach · 18 years ago
  87. ff3aea0 [PATCH] cramfs mounts provide corrupted content since 2.6.15 by Dave Johnson · 18 years ago
  88. e77e6f3 [CIFS] Always match oplock break (cache notification) to the right tcp by Steve French · 18 years ago
  89. 3af1efe [PATCH] reiserfs: fix unaligned bitmap usage by Jeff Mahoney · 18 years ago
  90. c499ec2 [PATCH] reiserfs: do not check if unsigned < 0 by Vladimir V. Saveliev · 18 years ago
  91. 46f6dac [PATCH] v9fs: simplify fid mapping by Eric Van Hensbergen · 18 years ago
  92. 74b8054 [PATCH] v9fs: fix bug in atomic create open fix by Eric Van Hensbergen · 18 years ago
  93. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 18 years ago
  94. 81f2094 [PATCH] ocfs2: use hlists for lockres hash by Mark Fasheh · 18 years ago
  95. b7668c7 [PATCH] ocfs2: added source addr to bind() in o2net_start_connect() by Sunil Mushran · 18 years ago
  96. 110ba90 ocfs2: Respond to on-disk corruption in the extent map code. by Joel Becker · 18 years ago
  97. 93cc9ac ocfs2: Set .owner on masklog sysfs attributes. by Joel Becker · 18 years ago
  98. b4df6ed [PATCH] ocfs2: fix orphan recovery deadlock by Mark Fasheh · 18 years ago
  99. 895928b [PATCH] ocfs2: complete failure recovery for nodemanager init by Jeff Mahoney · 18 years ago
  100. 362342f [PATCH] ocfs2: remove non existing function prototypes by Mark Fasheh · 18 years ago