1. d180ec5 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  2. 7f2f4e7 fs/ubifs: use %pUB to print UUIDs by Joe Perches · 15 years ago
  3. f0b34ae fs/gfs2/sys.c: use %pUB to print UUIDs by Joe Perches · 15 years ago
  4. 03daa57 fs/xfs/xfs_log_recover.c: use %pU to print UUIDs by Joe Perches · 15 years ago
  5. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  6. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  7. 4614a696b procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm by john stultz · 15 years ago
  8. 7e1e0ef procfs: use proper units for noMMU statm by Steven J. Magnani · 15 years ago
  9. ea63763 nommu: fix malloc performance by adding uninitialized flag by Jie Zhang · 15 years ago
  10. 5dc3764 mm hugetlb: add hugepage support to pagemap by Naoya Horiguchi · 15 years ago
  11. ec81aec hfs: fix a potential buffer overflow by Amerigo Wang · 15 years ago
  12. 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
  13. 6ef3554 xfs: change the xfs_iext_insert / xfs_iext_remove by Christoph Hellwig · 15 years ago
  14. 7574aa9 xfs: cleanup bmap extent state macros by Christoph Hellwig · 15 years ago
  15. 3ea6b3d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
  16. 2c948b3 udf: Avoid IO in udf_clear_inode by Jan Kara · 15 years ago
  17. e971b0b udf: Try harder when looking for VAT inode by Jan Kara · 15 years ago
  18. 1fefd08 udf: Fix compilation with UDFFS_DEBUG enabled by Jan Kara · 15 years ago
  19. 37222e1 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  20. 3f86ce7 Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  21. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  22. aa98aa3 md: move compat_ioctl handling into md.c by Arnd Bergmann · 15 years ago
  23. 52c9948 Merge branch 'nfs-for-2.6.33' by Trond Myklebust · 15 years ago
  24. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  25. 92340ee Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 15 years ago
  26. 0f4974c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 15 years ago
  27. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  28. f4d544e Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  29. f58df54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  30. edfacdd devpts_get_tty() should validate inode by Sukadev Bhattiprolu · 15 years ago
  31. 44a743f xfs: Fix error return for fallocate() on XFS by Jason Gunthorpe · 15 years ago
  32. 30ac068 xfs: cleanup dmapi macros in the umount path by Christoph Hellwig · 15 years ago
  33. 0c3dc2b xfs: remove incorrect sparse annotation for xfs_iget_cache_miss by Christoph Hellwig · 15 years ago
  34. b8f82a4 xfs: kill the STATIC_INLINE macro by Christoph Hellwig · 15 years ago
  35. 5683f53 xfs: uninline xfs_get_extsz_hint by Christoph Hellwig · 15 years ago
  36. e82fa0c xfs: rename xfs_attr_fetch to xfs_attr_get_int by Christoph Hellwig · 15 years ago
  37. 6ad112b xfs: simplify xfs_buf_get / xfs_buf_read interfaces by Christoph Hellwig · 15 years ago
  38. c355c65 xfs: remove IO_ISAIO by Christoph Hellwig · 15 years ago
  39. fc5bc4c xfs: Wrapped journal record corruption on read at recovery by Andy Poling · 15 years ago
  40. 5ec4fab xfs: cleanup data end I/O handlers by Christoph Hellwig · 15 years ago
  41. 06342cf xfs: use WRITE_SYNC_PLUG for synchronous writeout by Christoph Hellwig · 15 years ago
  42. 033da48 xfs: reset the i_iolock lock class in the reclaim path by Christoph Hellwig · 15 years ago
  43. 80641dc xfs: I/O completion handlers must use NOFS allocations by Christoph Hellwig · 15 years ago
  44. c56c9631 xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks by Christoph Hellwig · 15 years ago
  45. 848ce8f xfs: simplify inode teardown by Christoph Hellwig · 15 years ago
  46. 4e2ccdb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  47. e16acb5 sysfs: sysfs_setattr remove unnecessary permission check. by Eric W. Biederman · 15 years ago
  48. ca1bab3 sysfs: Factor out sysfs_rename from sysfs_rename_dir and sysfs_move_dir by Eric W. Biederman · 15 years ago
  49. 832b6af sysfs: Propagate renames to the vfs on demand by Eric W. Biederman · 15 years ago
  50. a16bbc3 sysfs: Gut sysfs_addrm_start and sysfs_addrm_finish by Eric W. Biederman · 15 years ago
  51. 06fc0d6 sysfs: In sysfs_chmod_file lazily propagate the mode change. by Eric W. Biederman · 15 years ago
  52. e61ab4a sysfs: Implement sysfs_getattr & sysfs_permission by Eric W. Biederman · 15 years ago
  53. c099aac sysfs: Nicely indent sysfs_symlink_inode_operations by Eric W. Biederman · 15 years ago
  54. 6b0bfe9 sysfs: Update s_iattr on link and unlink. by Eric W. Biederman · 15 years ago
  55. 35df63c sysfs: Fix locking and factor out sysfs_sd_setattr by Eric W. Biederman · 15 years ago
  56. 4be3df2 sysfs: Simplify iattr time assignments by Eric W. Biederman · 15 years ago
  57. 4c6974f sysfs: Simplify sysfs_chmod_file semantics by Eric W. Biederman · 15 years ago
  58. e8f077c sysfs: Use dentry_ops instead of directly playing with the dcache by Eric W. Biederman · 15 years ago
  59. 28a027c sysfs: Rename sysfs_d_iput to sysfs_dentry_iput by Eric W. Biederman · 15 years ago
  60. f44d3e7 sysfs: Update sysfs_setxattr so it updates secdata under the sysfs_mutex by Eric W. Biederman · 15 years ago
  61. d3a3b0a debugfs: fix create mutex racy fops and private data by Mathieu Desnoyers · 15 years ago
  62. f38506c sysfs: mark a locally-only used function static by Stefan Richter · 15 years ago
  63. 637e8a6 usbdevfs: move compat_ioctl handling to devio.c by Arnd Bergmann · 15 years ago
  64. 3695669 lp: move compat_ioctl handling into lp.c by Arnd Bergmann · 15 years ago
  65. 43c6e7b9 compat_ioctl: pass compat pointer directly to handlers by Arnd Bergmann · 15 years ago
  66. 661f627 compat_ioctl: simplify lookup table by Arnd Bergmann · 15 years ago
  67. 789f0f8 compat_ioctl: simplify calling of handlers by Arnd Bergmann · 15 years ago
  68. 5a07ea0 compat_ioctl: inline all conversion handlers by Arnd Bergmann · 15 years ago
  69. 348c4b9 compat_ioctl: Remove BKL by Arnd Bergmann · 15 years ago
  70. fb07a5f compat_ioctl: remove all VT ioctl handling by Arnd Bergmann · 15 years ago
  71. 02412f4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 15 years ago
  72. 4515c30 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  73. a5eba3f Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 15 years ago
  74. fc1495b Merge git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  75. 190f38e NFS: Fix nfs_migrate_page() by Trond Myklebust · 15 years ago
  76. 8e0eb40 ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  77. 68eb3db ext3: Fix data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  78. 5a20bdf ext4: Support for 64-bit quota format by Jan Kara · 15 years ago
  79. 1aeec43 ext3: Support for vfsv1 quota format by Jan Kara · 15 years ago
  80. 498c601 quota: Implement quota format with 64-bit space and inode limits by Jan Kara · 15 years ago
  81. 3067393 quota: Move definition of QFMT_OCFS2 to linux/quota.h by Jan Kara · 15 years ago
  82. 92e1288 ext2: fix comment in ext2_find_entry about return values by Jérémy Cochoy · 15 years ago
  83. 4cf46b6 ext3: Unify log messages in ext3 by Alexey Fisher · 15 years ago
  84. 2074abf ext2: clear uptodate flag on super block I/O error by Stephen Hemminger · 15 years ago
  85. 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
  86. dee1d3b ext3: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  87. b918397 ext3: Don't update the superblock in ext3_statfs() by Eric Sandeen · 15 years ago
  88. d965736 ext3: journal all modifications in ext3_xattr_set_handle by Eric Sandeen · 15 years ago
  89. c56818d quota: Fix WARN_ON in lookup_one_len by Jan Kara · 15 years ago
  90. 1472da5 const: struct quota_format_ops by Alexey Dobriyan · 15 years ago
  91. 5ced58f ubifs: remove manual O_SYNC handling by Christoph Hellwig · 15 years ago
  92. 027cf31 afs: remove manual O_SYNC handling by Christoph Hellwig · 15 years ago
  93. 94004ed kill wait_on_page_writeback_range by Christoph Hellwig · 15 years ago
  94. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  95. 59bc055 zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size by Jan Kara · 15 years ago
  96. 04dc1e8 exofs: Multi-device mirror support by Boaz Harrosh · 15 years ago
  97. 06886a5 exofs: Move all operations to an io_engine by Boaz Harrosh · 15 years ago
  98. 8ce9bdd exofs: move osd.c to ios.c by Boaz Harrosh · 15 years ago
  99. cae012d exofs: statfs blocks is sectors not FS blocks by Boaz Harrosh · 15 years ago
  100. 19fe294 exofs: Prints on mount and unmout by Boaz Harrosh · 15 years ago