1. 85f4048 cifs_get_root(): use lookup_one_len_unlocked() by Al Viro · 9 years ago
  2. 130f9ab nfs_lookup: don't bother with d_instantiate(dentry, NULL) by Al Viro · 9 years ago
  3. 9d95afd kill dentry_unhash() by Al Viro · 9 years ago
  4. f8b3171 ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) by Al Viro · 9 years ago
  5. de4acda autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup() by Al Viro · 9 years ago
  6. 5cf3b56 configfs: move d_rehash() into configfs_create() for regular files by Al Viro · 9 years ago
  7. f7380af ceph: don't bother with d_rehash() in splice_dentry() by Al Viro · 9 years ago
  8. 949a852 namei: teach lookup_slow() to skip revalidate by Al Viro · 9 years ago
  9. e3c1392 namei: massage lookup_slow() to be usable by lookup_one_len_unlocked() by Al Viro · 9 years ago
  10. d6d95de lookup_one_len_unlocked(): use lookup_dcache() by Al Viro · 9 years ago
  11. 74ff0ff namei: simplify invalidation logics in lookup_dcache() by Al Viro · 9 years ago
  12. e9742b5 namei: change calling conventions for lookup_{fast,slow} and follow_managed() by Al Viro · 9 years ago
  13. 5d0f49c namei: untanlge lookup_fast() by Al Viro · 9 years ago
  14. 0304688 ext4: clean up error handling in the MMP support by vikram.jadhav07 · 9 years ago
  15. 490c1b4 jbd2: do not fail journal because of frozen_buffer allocation failure by Michal Hocko · 9 years ago
  16. adb7ef6 ext4: use __GFP_NOFAIL in ext4_free_blocks() by Konstantin Khlebnikov · 9 years ago
  17. a2821e34 ext4: fix compile error while opening the macro DOUBLE_CHECK by Aihua Zhang · 9 years ago
  18. 7915a86 ext4: print ext4 mount option data_err=abort correctly by Ales Novak · 9 years ago
  19. 5e1021f ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() by Eryu Guan · 9 years ago
  20. 2a62ec0 Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  21. 63cf207 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  22. 07c9a8e btrfs: scrub: silence an uninitialized variable warning by Dan Carpenter · 9 years ago
  23. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
  24. 8ae1af3 btrfs: rename btrfs_print_info to btrfs_print_mod_info by Anand Jain · 9 years ago
  25. 3c1d84b Btrfs: Show a warning message if one of objectid reaches its highest value by Satoru Takeuchi · 9 years ago
  26. 02def69 btrfs: use kbasename in btrfsic_mount by Rasmus Villemoes · 9 years ago
  27. 764fd639 pstore: Add support for 64 Bit address space by Wiebe, Wladislav (Nokia - DE/Ulm) · 9 years ago
  28. a8ed9b8 ext4: drop unneeded BUFFER_TRACE in ext4_delete_inline_entry() by Geliang Tang · 9 years ago
  29. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 9 years ago
  30. c0a2ad9 jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path by OGAWA Hirofumi · 9 years ago
  31. 2d90c16 ext4: more efficient SEEK_DATA implementation by Jan Kara · 9 years ago
  32. e3fb8eb ext4: cleanup handling of bh->b_state in DAX mmap by Jan Kara · 9 years ago
  33. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 9 years ago
  34. 140a525 ext4: factor out determining of hole size by Jan Kara · 9 years ago
  35. 718e47a Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  36. 87d8a74 ext4: fix setting of referenced bit in ext4_es_lookup_extent() by Jan Kara · 9 years ago
  37. 6ffe77b ext4: iterate over buffer heads correctly in move_extent_per_page() by Eryu Guan · 9 years ago
  38. 30f471f dax: check return value of dax_radix_entry() by Ross Zwisler · 9 years ago
  39. 566e8df ocfs2: fix return value from ocfs2_page_mkwrite() by Jan Kara · 9 years ago
  40. acfcbaf orangefs: make fs_mount_pending static by Martin Brandenburg · 9 years ago
  41. c62da58 orangefs: Avoid symlink upcall if target is too long. by Martin Brandenburg · 9 years ago
  42. 162ada7 Orangefs: improve the POSIXness of interrupted writes... by Mike Marshall · 9 years ago
  43. cf07c0b Orangefs: add a new gossip statement by Mike Marshall · 9 years ago
  44. 600be30 ext4: remove i_ioend_count by Jan Kara · 9 years ago
  45. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 9 years ago
  46. efe70c2 ext4: move trans handling and completion deferal out of _ext4_get_block by Jan Kara · 9 years ago
  47. 705965b ext4: rename and split get blocks functions by Jan Kara · 9 years ago
  48. e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 9 years ago
  49. 3bd6ad7 ext4: pack ioend structure better by Jan Kara · 9 years ago
  50. ab9d1e4 Merge branch 'xfs-misc-fixes-4.6-3' into for-next by Dave Chinner · 9 years ago
  51. a5fd276 xfs: remove impossible condition by Luis de Bethencourt · 9 years ago
  52. 30cbc59 xfs: check sizes of XFS on-disk structures at compile time by Darrick J. Wong · 9 years ago
  53. f938128 jffs2: reduce the breakage on recovery from halfway failed rename() by Al Viro · 9 years ago
  54. 803c001 ncpfs: fix a braino in OOM handling in ncp_fill_cache() by Al Viro · 9 years ago
  55. f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
  56. 01ffa3d Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  57. ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
  58. 3c1a79f Merge branch 'xfs-misc-fixes-4.6-2' into for-next by Dave Chinner · 9 years ago
  59. 85a9f38 Merge branch 'xfs-dax-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  60. 3d93ec0 Merge branch 'xfs-writepage-rework-4.6' into for-next by Dave Chinner · 9 years ago
  61. 0df61da xfs: ioends require logically contiguous file offsets by Darrick J. Wong · 9 years ago
  62. 7f0ed54 Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next by Dave Chinner · 9 years ago
  63. a2bbcb6 Merge branch 'xfs-gut-icdinode-4.6' into for-next by Dave Chinner · 9 years ago
  64. 6d247d4 Merge branch 'xfs-misc-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  65. acb3e26 Merge branch 'xfs-dio-fix-4.6' into for-next by Dave Chinner · 9 years ago
  66. 1b186d2 Merge branch 'xfs-get-next-dquot-4.6' into for-next by Dave Chinner · 9 years ago
  67. c53473b Merge branch 'xfs-rt-fixes-4.6' into for-next by Dave Chinner · 9 years ago
  68. 9deed09 Merge branch 'xfs-torn-log-fixes-4.5' into for-next by Dave Chinner · 9 years ago
  69. 5110cd8 xfs: use named array initializers for log item dumping by Darrick J. Wong · 9 years ago
  70. 49ca911 xfs: fix computation of inode btree maxlevels by Darrick J. Wong · 9 years ago
  71. a798011 xfs: reinitialise per-AG structures if geometry changes during recovery by Dave Chinner · 9 years ago
  72. 7f6aff3a xfs: only run torn log write detection on dirty logs by Brian Foster · 9 years ago
  73. 717bc0e xfs: refactor in-core log state update to helper by Brian Foster · 9 years ago
  74. 65b99a0 xfs: refactor unmount record detection into helper by Brian Foster · 9 years ago
  75. 82ff6cc xfs: separate log head record discovery from verification by Brian Foster · 9 years ago
  76. 21b27a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  77. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  78. 6c51e51 lookup_dcache(): lift d_alloc() into callers by Al Viro · 9 years ago
  79. 6583fe2 do_last(): reorder and simplify a bit by Al Viro · 9 years ago
  80. 05ef1c5 Merge branch 'for-linus' into work.lookups by Al Viro · 9 years ago
  81. e5322c5 Merge branch 'for-linus2' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  82. c51797d Merge tag 'for-linus-20160304' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  83. 2cdcb2b Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  84. 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 9 years ago
  85. c43c83a direct-io: only use block polling if explicitly requested by Christoph Hellwig · 9 years ago
  86. 97be7eb vfs: add the RWF_HIPRI flag for preadv2/pwritev2 by Christoph Hellwig · 9 years ago
  87. f17d8b3 vfs: vfs: Define new syscalls preadv2,pwritev2 by Milosz Tanski · 9 years ago
  88. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 9 years ago
  89. 909c3a2 Btrfs: fix loading of orphan roots leading to BUG_ON by Filipe Manana · 9 years ago
  90. 3684aa7 block-dev: enable writeback cgroup support by Shaohua Li · 9 years ago
  91. a1a0e23 writeback: flush inode cgroup wb switches instead of pinning super_block by Tejun Heo · 9 years ago
  92. 9d9e7ba Orangefs: improve gossip statements by Mike Marshall · 9 years ago
  93. b81de06 ovl: copy new uid/gid into overlayfs runtime inode by Konstantin Khlebnikov · 9 years ago
  94. 45d1173 ovl: ignore lower entries when checking purity of non-directory entries by Konstantin Khlebnikov · 9 years ago
  95. ce9113b ovl: fix getcwd() failure after unsuccessful rmdir by Rui Wang · 9 years ago
  96. b5891cf ovl: fix working on distributed fs as lower layer by Konstantin Khlebnikov · 9 years ago
  97. ab73ef4 quota: Fix possible GPF due to uninitialised pointers by Nikolay Borisov · 9 years ago
  98. 0f1738a nfsd4: resfh unused in nfsd4_secinfo by J. Bruce Fields · 9 years ago
  99. 59692b7 f2fs: mutex can't be used by down_write_nest_lock() by Yang Shi · 9 years ago
  100. 8c2b143 f2fs: recovery missing dot dentries in root directory by Liu Xue · 9 years ago