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