1. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  2. 6515925 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  3. bbbd27e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  4. a6590b9 Merge tag 'upstream-3.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  5. 1085db4 Merge tag 'f2fs-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 12 years ago
  6. d3d009c saner proc_get_inode() calling conventions by Al Viro · 12 years ago
  7. 87e0aab proc: avoid extra pde_put() in proc_fill_super() by Maxim Patlasov · 12 years ago
  8. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  9. 9cc64ce fs/exec.c: make bprm_mm_init() static by Yuanhan Liu · 12 years ago
  10. b24ae0b ocfs2/dlm: use GFP_ATOMIC inside a spin_lock by Dan Carpenter · 12 years ago
  11. 9b171e0 ocfs2: fix possible use-after-free with AIO by Jan Kara · 12 years ago
  12. 30b9c9e ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code path by Sunil Mushran · 12 years ago
  13. 21d2068 get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero by Al Viro · 12 years ago
  14. 7bb307e export kernel_write(), convert open-coded instances by Al Viro · 12 years ago
  15. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
  16. 182be68 kill f_vfsmnt by Al Viro · 12 years ago
  17. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 12 years ago
  18. 4f4a4fa nfsd: handle vfs_getattr errors in acl protocol by J. Bruce Fields · 12 years ago
  19. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  20. 79f9f99 ceph: prepopulate inodes only when request is aborted by Sage Weil · 12 years ago
  21. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 12 years ago
  22. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 12 years ago
  23. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 12 years ago
  24. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 12 years ago
  25. 0f235ca 9p: switch v9fs_set_acl() from dentry to fid by Al Viro · 12 years ago
  26. 7f165aa 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() by Al Viro · 12 years ago
  27. 38baba9 9p: add fid-based variant of v9fs_xattr_set() by Al Viro · 12 years ago
  28. 0df4d6e hugetlb_file_setup(): use d_alloc_pseudo() by Al Viro · 12 years ago
  29. 69086a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  30. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  31. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  32. 5ce1a70 Merge branch 'akpm' (more incoming from Andrew) by Linus Torvalds · 12 years ago
  33. 697ce9b fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used by Zhang Yanfei · 12 years ago
  34. 43be594 fs/buffer.c: change type of max_buffer_heads to unsigned long by Zhang Yanfei · 12 years ago
  35. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 12 years ago
  36. 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 12 years ago
  37. 41badc1 mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool by Michel Lespinasse · 12 years ago
  38. bebeb3d mm: introduce mm_populate() for populating new vmas by Michel Lespinasse · 12 years ago
  39. 4e6b897 hostfs: directory methods have no business in non-directory inode_operations by Al Viro · 12 years ago
  40. 740da42 __d_materialise_unique() is too generic by Al Viro · 12 years ago
  41. 54c807e fs: Fix possible use-after-free with AIO by Jan Kara · 12 years ago
  42. da2d845 constify d_lookup() arguments by Al Viro · 12 years ago
  43. a713ca2 constify __d_lookup() arguments by Al Viro · 12 years ago
  44. cc2a527 lookup_slow: get rid of name argument by Al Viro · 12 years ago
  45. e97cdc8 lookup_fast: get rid of name argument by Al Viro · 12 years ago
  46. 21b9b07 get rid of name and type arguments of walk_component() by Al Viro · 12 years ago
  47. 5f4a6a6 link_path_walk(): move assignments to nd->last/nd->last_type up by Al Viro · 12 years ago
  48. ad8ca37 vfs: remove d_path_with_unreachable by Jeff Layton · 12 years ago
  49. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  50. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 12 years ago
  51. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  52. 57eccb8 mount: consolidate permission checks by Al Viro · 12 years ago
  53. 9b40bc9 get rid of unprotected dereferencing of mnt->mnt_ns by Al Viro · 12 years ago
  54. 3b5d851 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  55. 304e220 ext4: fix free clusters calculation in bigalloc filesystem by Lukas Czerner · 12 years ago
  56. d438147 ext4: no need to remove extent if len is 0 in ext4_es_remove_extent() by Eryu Guan · 12 years ago
  57. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  58. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  59. d3330cf binfmt_elf: remove unused argument in fill_elf_header by Zhang Yanfei · 12 years ago
  60. 182dcfd ubifs: wait for page writeback to provide stable pages by Jan Kara · 12 years ago
  61. 1269529 ocfs2: wait for page writeback to provide stable pages by Jan Kara · 12 years ago
  62. ffecfd1 block: optionally snapshot page contents to provide stable pages during write by Darrick J. Wong · 12 years ago
  63. 13575ca 9pfs: fix filesystem to wait for stable page writeback by Darrick J. Wong · 12 years ago
  64. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 12 years ago
  65. 3278bb7 ocfs2: unlock super lock if lockres refresh failed by Junxiao Bi · 12 years ago
  66. d787ab0 ocfs2: remove kfree() redundant null checks by Tim Gardner · 12 years ago
  67. 49deb4b configfs: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  68. 7630b66 fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk() by MITSUNARI Shigeo · 12 years ago
  69. 676a067 inotify: remove broken mask checks causing unmount to be EINVAL by Jim Somerville · 12 years ago
  70. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  71. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  72. 024e4ec Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  73. 850cb82 Merge tag 'dlm-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  74. 2171ee8 Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  75. 9b9a72a Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  76. 736a4c1 Merge tag 'for-linus-v3.9-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  77. c4bc705 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  78. 2608e3d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  79. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  80. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  81. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  83. 666b3d8 NLM: Ensure that we resend all pending blocking locks after a reclaim by Trond Myklebust · 12 years ago
  84. eece09e locking: Various static lock initializer fixes by Thomas Gleixner · 13 years ago
  85. c239905 net: proc: remove proc_net_remove by Gao feng · 12 years ago
  86. b4278c9 net: proc: remove proc_net_fops_create by Gao feng · 12 years ago
  87. 1231b3a ext4: fix xattr block allocation/release with bigalloc by Lukas Czerner · 12 years ago
  88. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 12 years ago
  89. bdedbb7 ext4: adjust some functions for reclaiming extents from extent status tree by Zheng Liu · 12 years ago
  90. 69eb33d ext4: remove single extent cache by Zheng Liu · 12 years ago
  91. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 12 years ago
  92. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 12 years ago
  93. a25a4e1 ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag by Zheng Liu · 12 years ago
  94. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 12 years ago
  95. fdc0212 ext4: add physical block and status member into extent status tree by Zheng Liu · 12 years ago
  96. 06b0c88 ext4: refine extent status tree by Zheng Liu · 12 years ago
  97. 5a12cca umount oops when remove blocklayoutdriver first by fanchaoting · 12 years ago
  98. 96aa154 nfs: remove kfree() redundant null checks by Tim Gardner · 12 years ago
  99. 085b7a4 NFSv4.1: Don't decode skipped layoutgets by Weston Andros Adamson · 12 years ago
  100. 0f70b40 ext4: use ERR_PTR() abstraction for ext4_append() by Theodore Ts'o · 12 years ago