1. 02a0ba1 nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group by Vyacheslav Dubeyko · 10 years ago
  2. ef43d5c nilfs2: add /sys/fs/nilfs2/<device>/segments group by Vyacheslav Dubeyko · 10 years ago
  3. abc968d nilfs2: add /sys/fs/nilfs2/<device>/segctor group by Vyacheslav Dubeyko · 10 years ago
  4. caa05d4 nilfs2: add /sys/fs/nilfs2/<device>/superblock group by Vyacheslav Dubeyko · 10 years ago
  5. da7141f nilfs2: add /sys/fs/nilfs2/<device> group by Vyacheslav Dubeyko · 10 years ago
  6. aebe17f nilfs2: add /sys/fs/nilfs2/features group by Vyacheslav Dubeyko · 10 years ago
  7. 834b46c fs/coda: use linux/uaccess.h by Fabian Frederick · 10 years ago
  8. 8e19189 fs/befs/linuxvfs.c: check superblock before dump operation by Fabian Frederick · 10 years ago
  9. 6d6747f minix zmap block counts calculation fix by Qi Yong · 10 years ago
  10. 3b97dd0 autofs4: comment typo: remove a a doubled word by NeilBrown · 10 years ago
  11. bdac383 autofs4: remove some unused inline functions by NeilBrown · 10 years ago
  12. 668128e autofs4: don't take spinlock when not needed in autofs4_lookup_expiring by NeilBrown · 10 years ago
  13. c312442 autofs4: remove a redundant assignment by NeilBrown · 10 years ago
  14. 26b7a54 autofs4: remove unused autofs4_ispending() by NeilBrown · 10 years ago
  15. 6f4535e fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  16. ca35664 fs/efs/namei.c: return is not a function by Fabian Frederick · 10 years ago
  17. c7f3888 switch iov_iter_get_pages() to passing maximal number of pages by Al Viro · 10 years ago
  18. 49c7dd2 fs: mark __d_obtain_alias static by Fengguang Wu · 10 years ago
  19. 95ad5c2 dcache: d_splice_alias should detect loops by J. Bruce Fields · 11 years ago
  20. 8d80d7d dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTED by J. Bruce Fields · 11 years ago
  21. 52ed46f dcache: remove unused d_find_alias parameter by J. Bruce Fields · 11 years ago
  22. 1a0a397 dcache: d_obtain_alias callers don't all want DISCONNECTED by J. Bruce Fields · 11 years ago
  23. da093a9 dcache: d_splice_alias should ignore DCACHE_DISCONNECTED by J. Bruce Fields · 11 years ago
  24. 908790f dcache: d_splice_alias mustn't create directory aliases by J. Bruce Fields · 11 years ago
  25. 75a2352 dcache: close d_move race in d_splice_alias by J. Bruce Fields · 11 years ago
  26. 3f70bd5 dcache: move d_splice_alias by J. Bruce Fields · 11 years ago
  27. d03b29a namei: trivial fix to vfs_rename_dir comment by J. Bruce Fields · 11 years ago
  28. b8faf03 VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode. by NeilBrown · 10 years ago
  29. 7c33d59 cifs: support RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  30. 9a423bb hostfs: support rename flags by Miklos Szeredi · 10 years ago
  31. 80ace85 btrfs: add RENAME_NOREPLACE by Miklos Szeredi · 10 years ago
  32. a0dbc56 bad_inode: add ->rename2() by Miklos Szeredi · 10 years ago
  33. 7177a9c fs: call rename2 if exists by Miklos Szeredi · 10 years ago
  34. 3064c35 death to mnt_pinned by Al Viro · 10 years ago
  35. 8fa1f1c make fs/{namespace,super}.c forget about acct.h by Al Viro · 11 years ago
  36. efb170c take fs_pin stuff to fs/* by Al Viro · 10 years ago
  37. 0aec09d drop ->s_umount around acct_auto_close() by Al Viro · 10 years ago
  38. 215752f acct: get rid of acct_list by Al Viro · 10 years ago
  39. ed44724 acct: switch to __kernel_write() by Al Viro · 11 years ago
  40. 82df9c8 Merge commit 'ccbf62d8a284cf181ac28c8e8407dd077d90dd4b' into for-next by Al Viro · 10 years ago
  41. 282c105 ceph: fix kick_requests() by Yan, Zheng · 10 years ago
  42. 33caee3 Merge branch 'akpm' (patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  43. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  44. 1d02328 list: fix order of arguments for hlist_add_after(_rcu) by Ken Helias · 10 years ago
  45. 68b5a65 mm: softdirty: respect VM_SOFTDIRTY in PTE holes by Peter Feiner · 10 years ago
  46. cc7452b mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces by Rafael Aquini · 10 years ago
  47. 1b7f8ba fs/ocfs2/slot_map.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  48. bba1cb1 ocfs2: race between umount and unfinished remastering during recovery by Tariq Saeed · 10 years ago
  49. 7567c14 ocfs2: remove conversion of total_backoff in dlm_join_domain() by Xue jiufei · 10 years ago
  50. 981035b ocfs2: correctly check the return value of ocfs2_search_extent_list by Yingtai Xie · 10 years ago
  51. c811f5f fs/squashfs/super.c: logging cleanup by Fabian Frederick · 10 years ago
  52. 1469488 fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_array by Fabian Frederick · 10 years ago
  53. 2502722 ntfs: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  54. 2122da2 fs/logfs/readwrite.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  55. 5838d44 fanotify: fix double free of pending permission events by Jan Kara · 10 years ago
  56. 8ba8fa91 fsnotify: rename event handling functions by Jan Kara · 10 years ago
  57. 3e58406 fs/fscache: make ctl_table static by Fabian Frederick · 10 years ago
  58. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  59. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  60. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 27d0e5b reiserfs: fix corruption introduced by balance_leaf refactor by Jeff Mahoney · 10 years ago
  62. 14a571a nfsd: add some comments to the nfsd4 object definitions by Jeff Layton · 10 years ago
  63. b687f68 nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers by Jeff Layton · 10 years ago
  64. f29ebb4 Add worker function to set allocation size by Steve French · 10 years ago
  65. 74cf76d nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net by Jeff Layton · 10 years ago
  66. dab6ef2 nfsd: remove nfs4_lock_state: nfs4_laundromat by Jeff Layton · 10 years ago
  67. 05149dd nfsd: Remove nfs4_lock_state(): reclaim_complete() by Trond Myklebust · 10 years ago
  68. cb86fb1 nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew by Trond Myklebust · 10 years ago
  69. 3974552 nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session() by Trond Myklebust · 10 years ago
  70. 3234975 nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm by Trond Myklebust · 10 years ago
  71. 084d4d4 nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn() by Trond Myklebust · 10 years ago
  72. 36626a2 nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close by Trond Myklebust · 10 years ago
  73. 2dd7f2a nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt() by Trond Myklebust · 10 years ago
  74. 51f5e78 nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner by Trond Myklebust · 10 years ago
  75. e7d5dc1 nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid by Trond Myklebust · 10 years ago
  76. c2d1d6a nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op() by Trond Myklebust · 10 years ago
  77. 285abde nfsd: remove old fault injection infrastructure by Jeff Layton · 10 years ago
  78. 98d5c7c nfsd: add more granular locking to *_delegations fault injectors by Jeff Layton · 10 years ago
  79. 82e05ef nfsd: add more granular locking to forget_openowners fault injector by Jeff Layton · 10 years ago
  80. 016200c nfsd: add more granular locking to forget_locks fault injector by Jeff Layton · 10 years ago
  81. 3738d50 nfsd: add a list_head arg to nfsd_foreach_client_lock by Jeff Layton · 10 years ago
  82. 69fc9ed nfsd: add nfsd_inject_forget_clients by Jeff Layton · 10 years ago
  83. a0926d1 nfsd: add a forget_client set_clnt routine by Jeff Layton · 10 years ago
  84. 7ec0e36 nfsd: add a forget_clients "get" routine with proper locking by Jeff Layton · 10 years ago
  85. c96223d nfsd: abstract out the get and set routines into the fault injection ops by Jeff Layton · 10 years ago
  86. 294ac32 nfsd: protect clid and verifier generation with client_lock by Jeff Layton · 10 years ago
  87. fd699b8 nfsd: don't destroy clients that are busy by Jeff Layton · 10 years ago
  88. fb94d76 NFSD: Put the reference of nfs4_file when freeing stid by Kinglong Mee · 10 years ago
  89. 8e099d1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  90. b54ecfb Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  91. 29b88e2 Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  92. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. 71a6ec8 nfs: reject changes to resvport and sharecache during remount by Scott Mayhew · 10 years ago
  94. 5b53dc8 NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired error by Kinglong Mee · 10 years ago
  95. b65ee14 f2fs: use for_each_set_bit to simplify the code by Chao Yu · 10 years ago
  96. 497a093 f2fs: add f2fs_balance_fs for expand_inode_data by Chao Yu · 10 years ago
  97. 002a41c f2fs: invalidate xattr node page when evict inode by Chao Yu · 10 years ago
  98. f2a8417 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  99. 344470c proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts by Eric W. Biederman · 10 years ago
  100. e813244 proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net by Eric W. Biederman · 10 years ago