1. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  2. 41c9648 omfs: fix (mode & S_IFDIR) abuse by Al Viro · 13 years ago
  3. 569254b btrfs: S_ISREG(mode) is not mode & S_IFREG... by Al Viro · 13 years ago
  4. 61effb5 jffs2: S_ISLNK(mode & S_IFMT) is pointless by Al Viro · 13 years ago
  5. 24a01d4 v9fs_iop_get_acl: get rid of unused variable by Al Viro · 13 years ago
  6. a209dfc vfs: dont chain pipe/anon/socket on superblock s_inodes list by Eric Dumazet · 13 years ago
  7. bacb2d8 fs: add missing unlock in default_llseek() by Dan Carpenter · 13 years ago
  8. 1923703 GFS2: Fix mount hang caused by certain access pattern to sysfs files by Steven Whitehouse · 13 years ago
  9. e08dc13 p9: avoid unused variable warning by Linus Torvalds · 13 years ago
  10. 91d44d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  11. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  12. 84635d6 vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not set by Linus Torvalds · 13 years ago
  13. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  14. 9d6bf5a reiserfs: use hweight_long() by Akinobu Mita · 13 years ago
  15. 0c2fd1bfb reiserfs: use proper little-endian bitops by Akinobu Mita · 13 years ago
  16. 708e350 tmpfs: clone shmem_file_splice_read() by Hugh Dickins · 13 years ago
  17. be8f684 oom: make deprecated use of oom_adj more verbose by David Rientjes · 13 years ago
  18. 2b37c35 fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit by Becky Bruce · 13 years ago
  19. 14067ff vfs: make gcc generate more obvious code for acl permission checking by Linus Torvalds · 13 years ago
  20. 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 13 years ago
  21. f5bc1e7 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  22. e010a5e [CIFS] Redundant null check after dereference by Steve French · 13 years ago
  23. eaf35b1 cifs: use cifs_dirent in cifs_save_resume_key by Christoph Hellwig · 13 years ago
  24. f16d59b cifs: use cifs_dirent to replace cifs_get_name_from_search_buf by Christoph Hellwig · 13 years ago
  25. cda0ec6 cifs: introduce cifs_dirent by Christoph Hellwig · 13 years ago
  26. 9feed6f cifs: cleanup cifs_filldir by Christoph Hellwig · 13 years ago
  27. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  28. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  29. ed1e621 NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation() by Trond Myklebust · 13 years ago
  30. 73ca100 nfs: don't use d_move in nfs_async_rename_done by Jeff Layton · 13 years ago
  31. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  32. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  33. edde854 bury posix_acl_..._masq() variants by Al Viro · 13 years ago
  34. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  35. 95203be generic_acl: no need to clone acl just to push it to set_cached_acl() by Al Viro · 13 years ago
  36. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  37. 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 13 years ago
  38. 6311b10 xfs: cache negative ACLs if there is no attribute fork by Christoph Hellwig · 13 years ago
  39. ebbb0ef 9p: do no return 0 from ->check_acl without actually checking by Christoph Hellwig · 13 years ago
  40. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  41. 3ca30d4 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  42. 340a0a0 xfs: Fix wrong return value of xfs_file_aio_write by Markus Trippelsdorf · 13 years ago
  43. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  44. 3c2c226 jfs: clean up some compiler warnings by Dave Kleikamp · 13 years ago
  45. 963945b fix jffs2 ACLs on big-endian with 16bit mode_t by Al Viro · 13 years ago
  46. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  47. c0d960f ocfs2_init_acl(): fix a leak by Al Viro · 13 years ago
  48. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  49. fcc5c22 writeback: don't busy retry writeback on new/freeing inodes by Wu Fengguang · 13 years ago
  50. 0c12eaf nfsd: don't break lease on CLAIM_DELEGATE_CUR by Casey Bodley · 13 years ago
  51. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  52. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  53. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  54. a2dd43b fs/9p: Fix invalid mount options/args by Prem Karat · 13 years ago
  55. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  56. 2053d67 fs/9p: remove rename work around in 9p by Aneesh Kumar K.V · 13 years ago
  57. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  58. b22570d ext3: Fix data corruption in inodes with journalled data by Jan Kara · 13 years ago
  59. 5a9a436 vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filp by Konstantin Khlebnikov · 13 years ago
  60. d769b3c isofs: Remove global fs lock by Jan Kara · 13 years ago
  61. 22ba747 jffs2: fix IN_DELETE_SELF on overwriting rename() killing a directory by Al Viro · 13 years ago
  62. 841590c fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. by Al Viro · 13 years ago
  63. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  64. c1f792a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  65. 6aaf440 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 13 years ago
  66. ba1f9db Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  67. 49302ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  68. 59a7ac1 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 13 years ago
  69. 03b5bb3 ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get by Wang Sheng-Hui · 13 years ago
  70. df2e301 fs: Merge split strings by Jean Delvare · 13 years ago
  71. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  72. aac4e419 hfsplus: Add additional range check to handle on-disk corruptions by Naohiro Aota · 13 years ago
  73. eac1b5e ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever by Oleg Nesterov · 13 years ago
  74. cc6d349 Squashfs: Make ZLIB compression support optional by Phillip Lougher · 13 years ago
  75. 2bafc7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  76. b91da88 vfs: drop conditional inode prefetch in __do_lookup_rcu by Linus Torvalds · 13 years ago
  77. b307d46 FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loop by Jan Beulich · 13 years ago
  78. 2cebaa5 CIFS: Fix wrong length in cifs_iovec_read by Pavel Shilovsky · 13 years ago
  79. 86c98e8 Remove dead code in dget_parent() by Al Viro · 13 years ago
  80. e4b9f00 AFS: Fix silly characters in a comment by David Howells · 13 years ago
  81. 4513d89 switch d_add_ci() to d_splice_alias() in "found negative" case as well by Al Viro · 13 years ago
  82. 6c673ab simplify gfs2_lookup() by Al Viro · 13 years ago
  83. 79ac5a4 jfs_lookup(): don't bother with . or .. by Al Viro · 13 years ago
  84. 10d9f30 get rid of useless dget_parent() in btrfs rename() and link() by Al Viro · 13 years ago
  85. 2fbe8c8 get rid of useless dget_parent() in fs/btrfs/ioctl.c by Al Viro · 13 years ago
  86. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  87. 06222e4 fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek by Josef Bacik · 13 years ago
  88. c334b11 Ext4: handle SEEK_HOLE/SEEK_DATA generically by Josef Bacik · 13 years ago
  89. b267515 Btrfs: implement our own ->llseek by Josef Bacik · 13 years ago
  90. 982d816 fs: add SEEK_HOLE and SEEK_DATA flags by Josef Bacik · 13 years ago
  91. b4d5b10 reiserfs: make reiserfs default to barrier=flush by Christoph Hellwig · 13 years ago
  92. 00eacd6 ext3: make ext3 mount default to barrier=1 by Christoph Hellwig · 13 years ago
  93. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  94. 2def9e4 minix_getattr(): don't bother with ->d_parent by Al Viro · 13 years ago
  95. ee60498 coda_venus_readdir(): use offsetof() by Al Viro · 13 years ago
  96. f151463 fs: seq_file - add event counter to simplify poll() support by Kay Sievers · 13 years ago
  97. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  98. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  99. df2d6f2 fs: always maintain i_dio_count by Christoph Hellwig · 13 years ago
  100. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago