1. b7f204c f2fs: check its block allocation to avoid producing wrong dirty pages by Jaegeuk Kim · 10 years ago
  2. 2bca1e2 f2fs: clear page's up-to-date if block was deallocated by Jaegeuk Kim · 10 years ago
  3. 3c64298 f2fs: fix the number of orphan inode blocks by Wanpeng Li · 10 years ago
  4. 5514148 f2fs: introduce macro __cp_payload by Wanpeng Li · 10 years ago
  5. 1abff93 f2fs: support fs shutdown by Jaegeuk Kim · 10 years ago
  6. 8fbc418 f2fs: avoid wrong error during recovery by Jaegeuk Kim · 10 years ago
  7. 1614091 f2fs: remove obsolete code by Jaegeuk Kim · 10 years ago
  8. cb3bc9e f2fs: use extent cache for dir by Chao Yu · 10 years ago
  9. 91c5d9b f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache by Chao Yu · 10 years ago
  10. 62c8af6 f2fs: support fast lookup in extent cache by Chao Yu · 10 years ago
  11. 1ec4610 f2fs: add trace for rb-tree extent cache ops by Chao Yu · 10 years ago
  12. 4bf6fd9 f2fs: show extent tree, node stat info in debugfs by Chao Yu · 10 years ago
  13. 1dcc336 f2fs: enable rb-tree extent cache by Chao Yu · 10 years ago
  14. 8967215 f2fs: add a mount option for rb-tree extent cache by Chao Yu · 10 years ago
  15. 429511c f2fs: add core functions for rb-tree extent cache by Chao Yu · 10 years ago
  16. 13054c5 f2fs: introduce infra macro and data structure of rb-tree extent cache by Chao Yu · 10 years ago
  17. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  18. a2e7d1b f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache by Chao Yu · 10 years ago
  19. 4d0b0bd f2fs: simplfy a field name in struct f2fs_extent,extent_info by Chao Yu · 10 years ago
  20. 0c872e2 f2fs: move ext_lock out of struct extent_info by Chao Yu · 10 years ago
  21. 3c0d84d f2fs: fix incorrectly stat number of inline data inode by Chao Yu · 10 years ago
  22. 97dc3fd f2fs: use ->writepage in sync_meta_pages by Chao Yu · 10 years ago
  23. 3b4d732 f2fs: introduce f2fs_update_dentry to clean up duplicated codes by Chao Yu · 10 years ago
  24. 1753396 f2fs: remove unused inline_dentry_addr by Chao Yu · 10 years ago
  25. 2aaeb78 Merge tag 'xfs-for-linus-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  26. 957ed60 nilfs2: fix potential memory overrun on inode by Ryusuke Konishi · 10 years ago
  27. 7dac5cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  28. 83d5f01 xfs: cancel failed transaction in xfs_fs_commit_blocks() by Eric Sandeen · 10 years ago
  29. fc92156 xfs: Ensure we have target_ip for RENAME_EXCHANGE by Eric Sandeen · 10 years ago
  30. 5885ebd xfs: ensure truncate forces zeroed blocks to disk by Dave Chinner · 10 years ago
  31. dfcc70a xfs: Fix quota type in quota structures when reusing quota file by Jan Kara · 10 years ago
  32. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  33. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  34. 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
  35. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
  36. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 10 years ago
  37. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
  38. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  39. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  40. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  41. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 10 years ago
  42. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 10 years ago
  43. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  44. 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  45. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. e57cf21 Btrfs: fix allocation size calculations in alloc_btrfs_bio by Chris Mason · 10 years ago
  47. ce7b9fa Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-next by Al Viro · 10 years ago
  48. fed0b58 posix_acl: fix reference leaks in posix_acl_create by Omar Sandoval · 10 years ago
  49. 76bf3f6 autofs4: Wrong format for printing dentry by Rasmus Villemoes · 10 years ago
  50. fcbc32b coredump: Fix typo in comment by Bastien Nocera · 10 years ago
  51. acd88d4 fs/aio.c: Remove duplicate function name in pr_debug messages by Kinglong Mee · 10 years ago
  52. 112fc89 configfs: Fix potential NULL d_inode dereference by David Howells · 10 years ago
  53. db671a8 don't bother with most of the bad_file_ops methods by Al Viro · 10 years ago
  54. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  55. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  56. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  57. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 10 years ago
  58. 4d41cef ceph: return error for traceless reply race by Yan, Zheng · 10 years ago
  59. 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
  60. 3de22be ceph: re-send requests when MDS enters reconnecting stage by Yan, Zheng · 10 years ago
  61. 2a0b61c ceph: show nocephx_require_signatures and notcp_nodelay options by Ilya Dryomov · 10 years ago
  62. bf91c31 ceph: fix atomic_open snapdir by Yan, Zheng · 10 years ago
  63. 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 10 years ago
  64. a6a5ce4 client: include kernel version in client metadata by Yan, Zheng · 10 years ago
  65. 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
  66. 1f041a8 ceph: fix request time stamp encoding by Yan, Zheng · 10 years ago
  67. fcc02d2 ceph: fix reading inline data when i_size > PAGE_SIZE by Yan, Zheng · 10 years ago
  68. 86d8f67 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) by Yan, Zheng · 10 years ago
  69. c4d4a58 ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) by Yan, Zheng · 10 years ago
  70. d3383a8 ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) by Yan, Zheng · 10 years ago
  71. 982d601 ceph: improve reference tracking for snaprealm by Yan, Zheng · 10 years ago
  72. 1487a68 ceph: properly zero data pages for file holes. by Yan, Zheng · 10 years ago
  73. 671762f ceph: acl: Remove unused function by Rickard Strandqvist · 10 years ago
  74. 03f4fcb ceph: handle SESSION_FORCE_RO message by Yan, Zheng · 10 years ago
  75. 71a097c NFSv4.1: Clean up bind_conn_to_session by Trond Myklebust · 10 years ago
  76. 7e9f073 NFSv4.1: Always set up a forward channel when binding the session by Trond Myklebust · 10 years ago
  77. b1c0df5 NFSv4.1: Don't set up a backchannel if the server didn't agree to do so by Trond Myklebust · 10 years ago
  78. 79969dd NFSv4.1: Clean up create_session by Trond Myklebust · 10 years ago
  79. b2b89eb Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  80. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  81. 65d2918 Merge branch 'cleanups' by Trond Myklebust · 10 years ago
  82. 338d00c pnfs: Refactor the *_layout_mark_request_commit to use pnfs_layout_mark_request_commit by Tom Haynes · 10 years ago
  83. 28444a2 configfs_add_file: fold into its sole caller by Al Viro · 10 years ago
  84. 1cf97d0 configfs: fold create_dir() into its only caller by Al Viro · 10 years ago
  85. c88b1e7 configfs: configfs_create() init callback is never NULL and it never fails by Al Viro · 10 years ago
  86. 533cf7a Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  87. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  88. 66dc830 Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  89. 05016b0f Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  90. c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  91. 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  92. e2b74f2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  93. 0445f01 fs/affs/super.c: fix switch indentation by Fabian Frederick · 10 years ago
  94. 0cdfe18 fs/affs/inode.c: remove double extern affs_symlink_inode_operations by Fabian Frederick · 10 years ago
  95. 211c2af fs/affs/bitmap.c: remove unnecessary return by Fabian Frederick · 10 years ago
  96. b4478e3 fs/affs/amigaffs.c: remove else after return by Fabian Frederick · 10 years ago
  97. f157853 fs/affs: define AFFSNAMEMAX to replace constant use by Fabian Frederick · 10 years ago
  98. eeb36f8 fs/affs: use unsigned int for string lengths by Fabian Frederick · 10 years ago
  99. 4d29e57 fs/affs/super.c: destroy sbi mutex in affs_kill_sb() by Fabian Frederick · 10 years ago
  100. 92b2070 fs/affs/file.c: fix direct IO writes beyond EOF by Fabian Frederick · 10 years ago