1. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 13 years ago
  2. c585015 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  3. 7f5fe3e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
  4. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  5. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  6. 272b62c Treat writes as new when holes span across page boundaries by Goldwyn Rodrigues · 13 years ago
  7. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 13 years ago
  8. ed59992 fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. by Rakib Mullick · 13 years ago
  9. 1788c20 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  10. d9d0487 Btrfs: fix __btrfs_map_block on 32 bit machines by Chris Mason · 13 years ago
  11. 1561ded btrfs: fix possible deadlock by clearing __GFP_FS flag by Miao Xie · 13 years ago
  12. c055e99 btrfs: check link counter overflow in link(2) by Al Viro · 13 years ago
  13. 9298679 btrfs: don't mess with i_nlink of unlocked inode in rename() by Al Viro · 13 years ago
  14. c2db107 Btrfs: check return value of btrfs_alloc_path() by Tsutomu Itoh · 13 years ago
  15. c59021f Btrfs: fix OOPS of empty filesystem after balance by liubo · 13 years ago
  16. 9f7c43c Btrfs: fix memory leak of empty filesystem after balance by liubo · 13 years ago
  17. 2d4e6f6a Btrfs: fix return value of setflags ioctl by liubo · 13 years ago
  18. dac97e5 Btrfs: fix uncheck memory allocations by Yoshinori Sano · 13 years ago
  19. c622ae6 btrfs: make inode ref log recovery faster by liubo · 13 years ago
  20. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 13 years ago
  21. 5378e60 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes by Li Dongyang · 13 years ago
  22. fce3bb9 Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP by Li Dongyang · 13 years ago
  23. b4d00d5 Btrfs: make update_reserved_bytes() public by Li Dongyang · 13 years ago
  24. 3ab3564 btrfs: return EXDEV when linking from different subvolumes by Mark Fasheh · 13 years ago
  25. 75e7cb7 Btrfs: Per file/directory controls for COW and compression by Liu Bo · 13 years ago
  26. fc0e4a3 btrfs: use GFP_NOFS instead of GFP_KERNEL by Miao Xie · 13 years ago
  27. 97d9a8a Btrfs: check return value of read_tree_block() by Tsutomu Itoh · 13 years ago
  28. 7e75bf3 btrfs: properly access unaligned checksum buffer by David Sterba · 13 years ago
  29. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  30. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  31. 240f62c Btrfs: use RCU instead of a spinlock to protect the root node by Chris Mason · 13 years ago
  32. b5695d0 eCryptfs: write lock requested keys by Roberto Sassu · 13 years ago
  33. 950983f eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock by Roberto Sassu · 13 years ago
  34. 0e1fc5e eCryptfs: verify authentication tokens before their use by Roberto Sassu · 13 years ago
  35. 7762e23 eCryptfs: modified size of keysig in the ecryptfs_key_sig structure by Roberto Sassu · 13 years ago
  36. cf35ca6 eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat by Roberto Sassu · 13 years ago
  37. 1821df0 eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix by Roberto Sassu · 13 years ago
  38. 50f198a eCryptfs: Unlock page in write_begin error path by Tyler Hicks · 13 years ago
  39. 57db4e8 ecryptfs: modify write path to encrypt page in writepage by Thieu Le · 13 years ago
  40. fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 13 years ago
  41. bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 13 years ago
  42. a17d473 Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  43. b6d0ad6 fs: fix inode.c kernel-doc warning by Randy Dunlap · 13 years ago
  44. 76597cd proc: fix oops on invalid /proc/<pid>/maps access by Linus Torvalds · 13 years ago
  45. a0e7e3c NFS: Don't leak RPC clients in NFSv4 secinfo negotiation by Trond Myklebust · 13 years ago
  46. 4d65c52 NFS: Fix a hang in the writeback path by Trond Myklebust · 13 years ago
  47. c03e312 codafs: fix build break when CONFIG_PROC_SYSCTL=n by Rakib Mullick · 13 years ago
  48. c0da7aa Btrfs: mark the bio with an error if we have a failure in dio by Josef Bacik · 13 years ago
  49. 98bc314 Btrfs: don't allocate dip->csums when doing writes by Josef Bacik · 13 years ago
  50. 4e69b59 Btrfs: cleanup how we setup free space clusters by Josef Bacik · 13 years ago
  51. 0e6e847 xfs: stop using the page cache to back the buffer cache by Dave Chinner · 13 years ago
  52. 704b290 xfs: register the inode cache shrinker before quotachecks by Dave Chinner · 13 years ago
  53. 7401aaf xfs: xfs_trans_read_buf() should return an error on failure by Dave Chinner · 13 years ago
  54. 1bfd8d0 xfs: introduce inode cluster buffer trylocks for xfs_iflush by Dave Chinner · 13 years ago
  55. a19fb38 vmap: flush vmap aliases when mapping fails by Dave Chinner · 13 years ago
  56. 8287889 xfs: preallocation transactions do not need to be synchronous by Dave Chinner · 13 years ago
  57. 4047185 Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  58. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  59. 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 13 years ago
  60. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  61. 0b2d072 fs: simplify iget & friends by Christoph Hellwig · 13 years ago
  62. 0f1b1fd fs: pull inode->i_lock up out of writeback_single_inode by Dave Chinner · 13 years ago
  63. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  64. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  65. 55fa609 fs: move i_sb_list out from under inode_lock by Dave Chinner · 13 years ago
  66. f283c86 fs: remove inode_lock from iput_final and prune_icache by Dave Chinner · 13 years ago
  67. 02afc41 fs: Lock the inode LRU list separately by Dave Chinner · 13 years ago
  68. b2b2af8 fs: factor inode disposal by Dave Chinner · 13 years ago
  69. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  70. 0acd220 Merge branch 'nfs-for-2.6.39' into nfs-for-next by Trond Myklebust · 13 years ago
  71. 35124a0 Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO by Weston Andros Adamson · 13 years ago
  72. ef31153 NFSv4.1 convert layoutcommit sync to boolean by Andy Adamson · 13 years ago
  73. de4b15c NFSv4.1 pnfs_layoutcommit_inode fixes by Andy Adamson · 13 years ago
  74. 3dc8fe4 autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd() by Jesper Juhl · 13 years ago
  75. e785472 autofs4 - remove autofs4_lock by Ian Kent · 13 years ago
  76. 83fb96b autofs4 - fix d_manage() return on rcu-walk by Ian Kent · 13 years ago
  77. d4a85e3 autofs4 - fix autofs4_expire_indirect() traversal by Ian Kent · 13 years ago
  78. f9398c2 autofs4 - fix dentry leak in autofs4_expire_direct() by Ian Kent · 13 years ago
  79. 3c31998 autofs4 - reinstate last used update on access by Ian Kent · 13 years ago
  80. 62a7375 vfs - check non-mountpoint dentry might block in __follow_mount_rcu() by Ian Kent · 13 years ago
  81. 8f70e95 NFS: Determine initial mount security by Bryan Schumaker · 13 years ago
  82. 7ebb931 NFS: use secinfo when crossing mountpoints by Bryan Schumaker · 13 years ago
  83. 5a5ea0d NFS: Add secinfo procedure by Bryan Schumaker · 13 years ago
  84. 7c51305 NFS: lookup supports alternate client by Bryan Schumaker · 13 years ago
  85. e73b83f NFS: convert call_sync() to a function by Bryan Schumaker · 13 years ago
  86. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  87. 6d1e9a4 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  88. fdc0ad8 Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  89. dc87c55 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  90. 5818fcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 13 years ago
  91. 1b506cf Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  92. 6ed09c3 UBIFS: fix assertion warning and refine comments by Artem Bityutskiy · 13 years ago
  93. 9d523ca UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKS by Artem Bityutskiy · 13 years ago
  94. fc5e58c UBIFS: use GFP_NOFS properly by Artem Bityutskiy · 13 years ago
  95. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  96. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  97. e795b71 userns: userns: check user namespace for task->file uid equivalence checks by Serge E. Hallyn · 13 years ago
  98. 52e9fc7 procfs: kill the global proc_mnt variable by Oleg Nesterov · 13 years ago
  99. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 13 years ago
  100. cb16e95 sysctl: add some missing input constraint checks by Petr Holasek · 13 years ago