1. 9aeead7 Btrfs: add more error checking to btrfs_dirty_inode by Chris Mason · 14 years ago
  2. 5a5f79b Btrfs: allow unaligned DIO by Chris Mason · 14 years ago
  3. 933b585 Btrfs: drop verbose enospc printk by Chris Mason · 14 years ago
  4. 5bdd353 Btrfs: Fix block generation verification race by Yan, Zheng · 14 years ago
  5. 46bfbb5 Btrfs: fix preallocation and nodatacow checks in O_DIRECT by Chris Mason · 14 years ago
  6. 63a6440 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  7. cc68e3b fs/fscache/object-list.c: fix warning on 32-bit by Andrew Morton · 14 years ago
  8. 94b6044 Btrfs: avoid ENOSPC errors in btrfs_dirty_inode by Chris Mason · 14 years ago
  9. 3f7c579 Btrfs: move O_DIRECT space reservation to btrfs_direct_IO by Chris Mason · 14 years ago
  10. 0522f6a NFS: Fix another nfs_wb_page() deadlock by Trond Myklebust · 14 years ago
  11. c5efa5f NFS: Ensure that we mark the inode as dirty if we exit early from commit by Trond Myklebust · 14 years ago
  12. 59844a9 NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  13. 51921cb mm: export generic_pipe_buf_*() to modules by Miklos Szeredi · 14 years ago
  14. 4845e44 Btrfs: rework O_DIRECT enospc handling by Chris Mason · 14 years ago
  15. 578454f driver core: add devname module aliases to allow module on-demand auto-loading by Kay Sievers · 14 years ago
  16. f16a5e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  17. 110b938 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  18. 337bbfd smbfs: remove duplicated #include by Huang Weiyi · 14 years ago
  19. 91f06e6 fs: ldm: don't use own implementation of hex_to_bin() by Andy Shevchenko · 14 years ago
  20. aaa04b4 fatfs: ratelimit corruption report by OGAWA Hirofumi · 14 years ago
  21. 4c99000 ntfs: use add_to_page_cache_lru() by Minchan Kim · 14 years ago
  22. 2ec93b0 ntfs: clean up ntfs_attr_extend_initialized by Minchan Kim · 14 years ago
  23. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  24. 58a9d3d8 fs-writeback: check sync bit earlier in inode_wait_for_writeback by Richard Kennedy · 14 years ago
  25. a8bef8ff mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks by Mel Gorman · 14 years ago
  26. 1a5cb81 pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma by Naoya Horiguchi · 14 years ago
  27. eaf25d9 Btrfs: use async helpers for DIO write checksumming by Chris Mason · 14 years ago
  28. ed3b3d314 Btrfs: don't walk around with task->state != TASK_RUNNING by Chris Mason · 14 years ago
  29. 11c65dc Btrfs: do aio_write instead of write by Josef Bacik · 14 years ago
  30. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  31. c2c6ca4 direct-io: do not merge logically non-contiguous requests by Josef Bacik · 14 years ago
  32. facd07b direct-io: add a hook for the fs to provide its own submit_bio function by Josef Bacik · 14 years ago
  33. 3fd0a55 Btrfs: Metadata ENOSPC handling for balance by Yan, Zheng · 14 years ago
  34. efa5646 Btrfs: Pre-allocate space for data relocation by Yan, Zheng · 14 years ago
  35. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 14 years ago
  36. d68fc57 Btrfs: Metadata reservation for orphan inodes by Yan, Zheng · 14 years ago
  37. 8929ecfa Btrfs: Introduce global metadata reservation by Yan, Zheng · 14 years ago
  38. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  39. a22285a Btrfs: Integrate metadata reservation with start_transaction by Yan, Zheng · 14 years ago
  40. f0486c6 Btrfs: Introduce contexts for metadata reservation by Yan, Zheng · 14 years ago
  41. 2ead6ae Btrfs: Kill init_btrfs_i() by Yan, Zheng · 14 years ago
  42. 5da9d01 Btrfs: Shrink delay allocated space in a synchronized by Yan, Zheng · 14 years ago
  43. 424499d Btrfs: Kill allocate_wait in space_info by Yan, Zheng · 14 years ago
  44. b742bb8 Btrfs: Link block groups of different raid types by Yan, Zheng · 14 years ago
  45. c302162 fuse: support splice() reading from fuse device by Miklos Szeredi · 14 years ago
  46. ce534fb fuse: allow splice to move pages by Miklos Szeredi · 14 years ago
  47. dd3bb14 fuse: support splice() writing to fuse device by Miklos Szeredi · 14 years ago
  48. b5dd328 fuse: get page reference for readpages by Miklos Szeredi · 14 years ago
  49. 1bf94ca fuse: use get_user_pages_fast() by Miklos Szeredi · 14 years ago
  50. 4aa0edd fuse: remove unneeded variable by Dan Carpenter · 14 years ago
  51. 0ae0b5d fs/splice.c: fix mapping_gfp_mask usage by Nick Piggin · 14 years ago
  52. b9598db pipe: make F_{GET,SET}PIPE_SZ deal with byte sizes by Jens Axboe · 14 years ago
  53. 0191f86 pipe: F_SETPIPE_SZ should return -EPERM for non-root by Jens Axboe · 14 years ago
  54. 88e8837 Merge branch 'delayed-logging-for-2.6.35' into for-linus by Alex Elder · 14 years ago
  55. ccf7c23 xfs: Ensure inode allocation buffers are fully replayed by Dave Chinner · 14 years ago
  56. df80615 xfs: enable background pushing of the CIL by Dave Chinner · 14 years ago
  57. 9da1ab1 xfs: forced unmounts need to push the CIL by Dave Chinner · 14 years ago
  58. 71e330b xfs: Introduce delayed logging core code by Dave Chinner · 14 years ago
  59. ed3b4d6 xfs: Improve scalability of busy extent tracking by Dave Chinner · 14 years ago
  60. 955833c xfs: make the log ticket ID available outside the log infrastructure by Dave Chinner · 14 years ago
  61. 169a7b0 xfs: clean up log ticket overrun debug output by Dave Chinner · 14 years ago
  62. c115541 xfs: Clean up XFS_BLI_* flag namespace by Dave Chinner · 14 years ago
  63. 64fc35d xfs: modify buffer item reference counting by Dave Chinner · 14 years ago
  64. 3383ca5 xfs: allow log ticket allocation to take allocation flags by Dave Chinner · 14 years ago
  65. 524ee36 xfs: Don't reuse the same transaction ID for duplicated transactions. by Dave Chinner · 14 years ago
  66. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  67. 0163916 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 14 years ago
  68. 3e766fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 14 years ago
  69. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  70. 6e18824 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  71. 7df0e03 GFS2: Fix permissions checking for setflags ioctl() by Steven Whitehouse · 14 years ago
  72. 8f45c33 ufs: Remove dead quota code by Jan Kara · 14 years ago
  73. 3635046 udf: Remove dead quota code by Jan Kara · 14 years ago
  74. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  75. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  76. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  77. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  78. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  79. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  80. eea7feb ocfs2: Fix use after free on remount read-only by Jan Kara · 14 years ago
  81. 5c80f5a squashfs: fix name reading in squashfs_xattr_get by Phillip Lougher · 14 years ago
  82. f6db25a squashfs: constify xattr handlers by Phillip Lougher · 14 years ago
  83. 6d27e64 9p: Optimize TCREATE by eliminating a redundant fid clone. by Venkateswararao Jujjuri · 14 years ago
  84. fe5bd07 9p: cleanup: remove unneeded assignment by Dan Carpenter · 14 years ago
  85. 75cc5c9 9p: Add mksock support by Venkateswararao Jujjuri · 14 years ago
  86. 85e0df2 fs/9p: Make sure we properly instantiate dentry. by Aneesh Kumar K.V · 14 years ago
  87. 3663df7 autofs4: Pushdown the bkl from ioctl by Frederic Weisbecker · 14 years ago
  88. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  89. 240ed68 ceph: reuse mon subscribe message instead of allocated anew by Sage Weil · 14 years ago
  90. 48c1e44 switch ecryptfs_write() to struct inode *, kill on-stack fake files by Al Viro · 14 years ago
  91. 02bd979 switch ecryptfs_get_locked_page() to struct inode * by Al Viro · 14 years ago
  92. bef5bc2 simplify access to ecryptfs inodes in ->readpage() and friends by Al Viro · 14 years ago
  93. f6d335c AFS: Don't put struct file on the stack by Al Viro · 14 years ago
  94. 4403158 Ban ecryptfs over ecryptfs by Al Viro · 14 years ago
  95. ab9a79b logfs: replace inode uid,gid,mode initialization with helper function by Al Viro · 14 years ago
  96. be8ded5 ufs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  97. a6c5a03 udf: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago
  98. abf5d08 ubifs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  99. 85640bd sysv: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  100. 04b7ed0 reiserfs: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago