1. c6ffe10 ceph: use new D_COMPLETE dentry flag by Sage Weil · 13 years ago
  2. 5c8a0fb VFS: fix statfs() automounter semantics regression by Dan McGee · 13 years ago
  3. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  4. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  5. 044595d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next by Linus Torvalds · 13 years ago
  6. 0486958 nfs: move nfs_file_operations declaration to bottom of file.c (try #2) by Jeff Layton · 13 years ago
  7. 1788ea6 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 13 years ago
  8. 6736c04 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  9. 6070295 nfs: set vs_hidden on nfs4_callback_version4 (try #2) by Jeff Layton · 13 years ago
  10. a88b470 CIFS: Cleanup byte-range locking code style by Pavel Shilovsky · 13 years ago
  11. 161ebf9 CIFS: Simplify setlk error handling for mandatory locking by Pavel Shilovsky · 13 years ago
  12. 1a67a57 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  13. b58dc41 ceph: clear parent D_COMPLETE flag when on dentry prune by Sage Weil · 13 years ago
  14. 31cbecb Merge branch 'osd-devel' into nfs-for-next by Trond Myklebust · 13 years ago
  15. 278c023 pnfs-obj: Support for RAID5 read-4-write interface. by Boaz Harrosh · 13 years ago
  16. 04291b6 pnfs-obj: move to ore 03: Remove old raid engine by Boaz Harrosh · 13 years ago
  17. eecfc63 pnfs-obj: move to ore 02: move to ORE by Boaz Harrosh · 13 years ago
  18. af4f5b5 pnfs-obj: move to ore 01: ore_layout & ore_components by Boaz Harrosh · 13 years ago
  19. e2e0435 pnfs-obj: Rename objlayout_io_state => objlayout_io_res by Boaz Harrosh · 13 years ago
  20. 9621855 pnfs-obj: Get rid of objlayout_{alloc,free}_io_state by Boaz Harrosh · 13 years ago
  21. e6c40fe pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelist by Boaz Harrosh · 13 years ago
  22. 4cdc685 pnfs-obj: Remove redundant EOF from objlayout_io_state by Boaz Harrosh · 13 years ago
  23. 2b72c9c nfs: Remove unused variable from write.c by Rakib Mullick · 13 years ago
  24. 6f276e4 nfs: Fix unused variable warning from file.c by Rakib Mullick · 13 years ago
  25. 06ef93e Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  26. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  27. 080d676 aio: allocate kiocbs in batches by Jeff Moyer · 13 years ago
  28. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 13 years ago
  29. aa6afca proc: fix races against execve() of /proc/PID/fd** by Vasiliy Kulikov · 13 years ago
  30. 887df07 procfs: report EISDIR when reading sysctl dirs in proc by Pavel Emelyanov · 13 years ago
  31. 434a964 hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops by Phillip Lougher · 13 years ago
  32. 3069083 isofs: add readpages support by Namjae Jeon · 13 years ago
  33. 0620d91 ramfs: remove module leftovers by Richard Weinberger · 13 years ago
  34. a3defbe binfmt_elf: fix PIE execution with randomization disabled by Jiri Kosina · 13 years ago
  35. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  36. 7657cac Squashfs: Add an option to set dev block size to 4K by Phillip Lougher · 13 years ago
  37. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  38. 3411664 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  39. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  40. 548fd1e um: kill useless include of user.h by Al Viro · 13 years ago
  41. f0023bc vfs: add d_prune dentry operation by Sage Weil · 13 years ago
  42. a78ef70 vfs: protect i_nlink by Miklos Szeredi · 13 years ago
  43. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  44. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  45. dd2a981 logfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  46. a7732b0 ocfs2: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  47. c818b68 jfs: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  48. 2833eb2 vfs: ignore error on forced remount by Miklos Szeredi · 13 years ago
  49. 1fa1e7f readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 13 years ago
  50. 32096ea vfs: fix dentry leak in simple_fill_super() by Konstantin Khlebnikov · 13 years ago
  51. f2a4452 jbd2: Unify log messages in jbd2 code by Eryu Guan · 13 years ago
  52. 8762202 jbd/jbd2: validate sb->s_first in journal_get_superblock() by Eryu Guan · 13 years ago
  53. bf52c6f ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined by Yongqiang Yang · 13 years ago
  54. 32de675 ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled by Yongqiang Yang · 13 years ago
  55. fc0d14f nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_access by Benny Halevy · 13 years ago
  56. 1c39865 Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  57. f6d90b4 sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees. by Eric W. Biederman · 13 years ago
  58. d8805e6 epoll: fix spurious lockdep warnings by Nelson Elhage · 13 years ago
  59. 0a90e0f fat: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  60. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  61. d70ef97 fs/pipe.c: add ->statfs callback for pipefs by Pavel Emelyanov · 13 years ago
  62. 72a2ebd fs/buffer.c: add device information for error output in __find_get_block_slow() by Tao Ma · 13 years ago
  63. 09f363c vmscan: fix shrinker callback bug in fs/super.c by Mikulas Patocka · 13 years ago
  64. 79824820 lib/string.c: introduce memchr_inv() by Akinobu Mita · 13 years ago
  65. 966dbde ext4: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  66. 94054fa xfs: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  67. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  68. f5fc870 tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious. by Robert P. J. Day · 13 years ago
  69. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  70. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  71. fc360bd /proc/self/numa_maps: restore "huge" tag for hugetlb vmas by Andrew Morton · 13 years ago
  72. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  73. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  74. ff3fc17 ext4: fix a typo in struct ext4_allocation_context by Robin Dong · 13 years ago
  75. ed47a7d udf: Cleanup metadata flags handling by Jan Kara · 13 years ago
  76. 3080a74 udf: Skip mirror metadata FE loading when metadata FE is ok by Namjae Jeon · 13 years ago
  77. 6360e21 ext3: Allow quota file use root reservation by Dmitry Monakhov · 13 years ago
  78. 0aaa618 quota: Drop path reference on error exit from quotactl by Jan Kara · 13 years ago
  79. a983f36 udf: Neaten udf_debug uses by Joe Perches · 13 years ago
  80. c2bff36 udf: Neaten logging output, use vsprintf extension %pV by Joe Perches · 13 years ago
  81. 78ace70 udf: Convert printks to pr_<level> by Joe Perches · 13 years ago
  82. 3c6fe77 ext4: Don't normalize an falloc request if it can fit in 1 extent. by Greg Harm · 13 years ago
  83. 4af8350 ext4: remove comments about extent mount option in ext4_new_inode() by Eryu Guan · 13 years ago
  84. edb5ac8 ext4: let ext4_discard_partial_buffers handle unaligned range correctly by Yongqiang Yang · 13 years ago
  85. 5129d05 ext4: return ENOMEM if find_or_create_pages fails by Yongqiang Yang · 13 years ago
  86. e260daf ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock() by Yongqiang Yang · 13 years ago
  87. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  88. e414966 NFS: Remove no-op less-than-zero checks on unsigned variables. by Chuck Lever · 13 years ago
  89. c6e6966 NFS: Clean up nfs4_xdr_dec_secinfo() by Chuck Lever · 13 years ago
  90. c02f557 NFS: Fix documenting comment for nfs_create_request() by Chuck Lever · 13 years ago
  91. d743c3c NFS4: fix cb_recallany decode error by Peng Tao · 13 years ago
  92. 92407e7 nfs4: serialize layoutcommit by Peng Tao · 13 years ago
  93. b82e384 ext4: optimize locking for end_io extent conversion by Theodore Ts'o · 13 years ago
  94. 4e29802 ext4: remove unnecessary call to waitqueue_active() by Theodore Ts'o · 13 years ago
  95. d73d504 ext4: Use correct locking for ext4_end_io_nolock() by Tao Ma · 13 years ago
  96. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  97. ad4e38d writeback: send work item to queue_io, move_expired_inodes by Curt Wohlgemuth · 13 years ago
  98. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  99. 5079276 CIFS: Fix the VFS brlock cache usage in posix locking case by Pavel Shilovsky · 13 years ago
  100. 6d6a4351 ext4: fix race in xattr block allocation path by Eric Sandeen · 13 years ago