1. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  2. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  3. ff3fc17 ext4: fix a typo in struct ext4_allocation_context by Robin Dong · 13 years ago
  4. ed47a7d udf: Cleanup metadata flags handling by Jan Kara · 13 years ago
  5. 3080a74 udf: Skip mirror metadata FE loading when metadata FE is ok by Namjae Jeon · 13 years ago
  6. 6360e21 ext3: Allow quota file use root reservation by Dmitry Monakhov · 13 years ago
  7. 0aaa618 quota: Drop path reference on error exit from quotactl by Jan Kara · 13 years ago
  8. a983f36 udf: Neaten udf_debug uses by Joe Perches · 13 years ago
  9. c2bff36 udf: Neaten logging output, use vsprintf extension %pV by Joe Perches · 13 years ago
  10. 78ace70 udf: Convert printks to pr_<level> by Joe Perches · 13 years ago
  11. 3c6fe77 ext4: Don't normalize an falloc request if it can fit in 1 extent. by Greg Harm · 13 years ago
  12. 4af8350 ext4: remove comments about extent mount option in ext4_new_inode() by Eryu Guan · 13 years ago
  13. edb5ac8 ext4: let ext4_discard_partial_buffers handle unaligned range correctly by Yongqiang Yang · 13 years ago
  14. 5129d05 ext4: return ENOMEM if find_or_create_pages fails by Yongqiang Yang · 13 years ago
  15. e260daf ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock() by Yongqiang Yang · 13 years ago
  16. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  17. e414966 NFS: Remove no-op less-than-zero checks on unsigned variables. by Chuck Lever · 13 years ago
  18. c6e6966 NFS: Clean up nfs4_xdr_dec_secinfo() by Chuck Lever · 13 years ago
  19. c02f557 NFS: Fix documenting comment for nfs_create_request() by Chuck Lever · 13 years ago
  20. d743c3c NFS4: fix cb_recallany decode error by Peng Tao · 13 years ago
  21. 92407e7 nfs4: serialize layoutcommit by Peng Tao · 13 years ago
  22. b82e384 ext4: optimize locking for end_io extent conversion by Theodore Ts'o · 13 years ago
  23. 4e29802 ext4: remove unnecessary call to waitqueue_active() by Theodore Ts'o · 13 years ago
  24. d73d504 ext4: Use correct locking for ext4_end_io_nolock() by Tao Ma · 13 years ago
  25. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  26. ad4e38d writeback: send work item to queue_io, move_expired_inodes by Curt Wohlgemuth · 13 years ago
  27. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  28. 5079276 CIFS: Fix the VFS brlock cache usage in posix locking case by Pavel Shilovsky · 13 years ago
  29. 6d6a435 ext4: fix race in xattr block allocation path by Eric Sandeen · 13 years ago
  30. e7b319e ext4: trace punch_hole correctly in ext4_ext_map_blocks by Yongqiang Yang · 13 years ago
  31. 02dc62fb ext4: clean up AGGRESSIVE_TEST code by Yongqiang Yang · 13 years ago
  32. 81fdbb4 ext4: move variables to their scope by Yongqiang Yang · 13 years ago
  33. 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
  34. fba90ff ext4: migrate cleanup by Dmitry Monakhov · 13 years ago
  35. 97d2eb1 Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  36. 8ea00c6 [CIFS] Update cifs version to 1.76 by Steve French · 13 years ago
  37. d12799b CIFS: Remove extra mutex_unlock in cifs_lock_add_if by Pavel Shilovsky · 13 years ago
  38. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  39. f793f29 Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  40. dabcbb1 Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  41. 5619a69 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  42. f3c7691e leases: fix write-open/read-lease race by J. Bruce Fields · 13 years ago
  43. 79835a7 nfs: drop unnecessary locking in llseek by Andi Kleen · 13 years ago
  44. 4cce0e2 ext4: replace cut'n'pasted llseek code with generic_file_llseek_size by Andi Kleen · 13 years ago
  45. 5760495 vfs: add generic_file_llseek_size by Andi Kleen · 13 years ago
  46. ef3d0fd vfs: do (nearly) lockless generic_file_llseek by Andi Kleen · 13 years ago
  47. 847cc63 direct-io: merge direct_io_walker into __blockdev_direct_IO by Andi Kleen · 13 years ago
  48. ba253fb direct-io: inline the complete submission path by Andi Kleen · 13 years ago
  49. 1877264 direct-io: separate map_bh from dio by Andi Kleen · 13 years ago
  50. 6e8267f direct-io: use a slab cache for struct dio by Andi Kleen · 13 years ago
  51. 0dc2bc4 direct-io: rearrange fields in dio/dio_submit to avoid holes by Andi Kleen · 13 years ago
  52. cde1ecb direct-io: fix a wrong comment by Andi Kleen · 13 years ago
  53. eb28be2 direct-io: separate fields only used in the submission path from struct dio by Andi Kleen · 13 years ago
  54. 62a3ddef vfs: fix spinning prevention in prune_icache_sb by Christoph Hellwig · 13 years ago
  55. 948409c vfs: add a comment to inode_permission() by Andreas Gruenbacher · 13 years ago
  56. d124b60 vfs: pass all mask flags check_acl and posix_acl_permission by Andreas Gruenbacher · 13 years ago
  57. 8fd90c8 vfs: indicate that the permission functions take all the MAY_* flags by Andreas Gruenbacher · 13 years ago
  58. 1448c72 compat: sync compat_stats with statfs. by Eric W. Biederman · 13 years ago
  59. a877ee0 vfs: add "device" tag to /proc/self/mountstats by Bryan Schumaker · 13 years ago
  60. 814e1d2 cleanup: vfs: small comment fix for block_invalidatepage by Wang Sheng-Hui · 13 years ago
  61. 96814ec Add definition for share encryption by Steve French · 13 years ago
  62. 80e675f ext4: optimize memmmove lengths in extent/index insertions by Eric Gouriou · 13 years ago
  63. 6f91bc5 ext4: optimize ext4_ext_convert_to_initialized() by Eric Gouriou · 13 years ago
  64. 4470575 jbd2: fix build when CONFIG_BUG is not enabled by Randy Dunlap · 13 years ago
  65. 60325f0 fs/Makefile: Stupid typo breakage of exofs inclusion by Boaz Harrosh · 13 years ago
  66. c28cfd6 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  67. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. b3ff056 ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state by Tao Ma · 13 years ago
  69. 0a10da7 ext4: fix a wrong comment in __mb_check_buddy() by Robin Dong · 13 years ago
  70. e33bae1 Merge branch 'for-linus' of git://github.com/ericvh/linux by Linus Torvalds · 13 years ago
  71. b051d8d ext4: remove unused variable in mb_find_extent() by Robin Dong · 13 years ago
  72. 66a83cd ext4: remove unused variable in ext4_mb_generate_from_pa() by Robin Dong · 13 years ago
  73. ebbe027 ext4: use stream-alloc when mb_group_prealloc set to zero by Robin Dong · 13 years ago
  74. fcbb551 ext4: let ext4_page_mkwrite stop started handle in failure by Yongqiang Yang · 13 years ago
  75. 6f8ff53 ext4: handle NULL p_ext in ext4_ext_next_allocated_block() by Curt Wohlgemuth · 13 years ago
  76. f85b287 ext4: error handling fix in ext4_ext_convert_to_initialized() by Dan Carpenter · 13 years ago
  77. 6654361 ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle by Eric Sandeen · 13 years ago
  78. 909a4cf ext4: avoid setting directory i_nlink to zero by Andreas Dilger · 13 years ago
  79. 3395734 libceph: fix double-free of page vector by Sage Weil · 13 years ago
  80. 3310f75 ceph: fix 32-bit ino numbers by Amon Ott · 13 years ago
  81. a35eca9 ceph: let the set_layout ioctl set single traits by Greg Farnum · 13 years ago
  82. 83eaea2 Revert "ceph: don't truncate dirty pages in invalidate work thread" by Sage Weil · 13 years ago
  83. 80db8be ceph: replace leading spaces with tabs by Noah Watkins · 13 years ago
  84. b61c276 libceph: don't complain on msgpool alloc failures by Sage Weil · 13 years ago
  85. 6ab00d4 libceph: create messenger with client by Sage Weil · 13 years ago
  86. 6a8ea47 ceph: document ioctls by Sage Weil · 13 years ago
  87. 0d66a48 ceph: implement (optional) max read size by Sage Weil · 13 years ago
  88. 83817e3 ceph: rename rsize -> rasize by Sage Weil · 13 years ago
  89. 7c27219 ceph: make readpages fully async by Sage Weil · 13 years ago
  90. ef78cc7 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  91. 1442d16 Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  92. cf80390 ext4: prevent stack overrun in ext4_file_open by Darrick J. Wong · 13 years ago
  93. b9e2780 sysfs: Remove support for tagged directories with untagged members (again) by Eric W. Biederman · 13 years ago
  94. a4e5d88 ext4: update EOFBLOCKS flag on fallocate properly by Dmitry Monakhov · 13 years ago
  95. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  96. 16d0587 NFSd: call svc rpcbind cleanup explicitly by Stanislav Kinsbursky · 13 years ago
  97. 2d03423 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  98. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  99. 750c9c4 ext4: remove messy logic from ext4_ext_rm_leaf by Dmitry Monakhov · 13 years ago
  100. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago