1. 27c4306 pnfs/flexfiles: encode LAYOUTSTATS flexfiles specific data by Peng Tao · 10 years ago
  2. ad4dc53e pnfs/flexfiles: add ff_layout_prepare_layoutstats by Peng Tao · 10 years ago
  3. d983803 pNFS/flexfiles: track when layout is first used by Peng Tao · 10 years ago
  4. abcb7bf pNFS/flexfiles: add layoutstats tracking by Trond Myklebust · 10 years ago
  5. 27797d1 pNFS/flexfiles: Remove unused struct members user_name, group_name by Trond Myklebust · 10 years ago
  6. 8733408 pnfs: add pnfs_report_layoutstat helper function by Peng Tao · 10 years ago
  7. 1b4a4bd pNFS: fill in nfs42_layoutstat_ops by Peng Tao · 10 years ago
  8. be3a5d2 NFSv.2/pnfs Add a LAYOUTSTATS rpc function by Trond Myklebust · 10 years ago
  9. 1372a31 Merge branch 'bugfixes' by Trond Myklebust · 10 years ago
  10. dfad700 nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror() by Yijing Wang · 10 years ago
  11. c707011 NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes by Trond Myklebust · 10 years ago
  12. 1ca018d pNFS: Fix a memory leak when attempted pnfs fails by Trond Myklebust · 10 years ago
  13. 3438995 Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 10 years ago
  14. 5ba1244 NFSv4: Fix stateid recovery on revoked delegations by Trond Myklebust · 10 years ago
  15. ae2ffef Recover from stateid-type error on SETATTR by Olga Kornievskaia · 10 years ago
  16. df05a49 nfs: Fix showing truncated fsid/dev in, /proc/net/nfsfs/volumes by Kinglong Mee · 10 years ago
  17. 873e385 nfs: make nfs4_init_uniform_client_string use a dynamically allocated buffer by Jeff Layton · 10 years ago
  18. a319268 nfs: make nfs4_init_nonuniform_client_string use a dynamically allocated buffer by Jeff Layton · 10 years ago
  19. b8fb2f5 nfs: update maxsz values for SETCLIENTID and EXCHANGE_ID by Jeff Layton · 10 years ago
  20. 3a6bb73 nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_id by Jeff Layton · 10 years ago
  21. 455b6ee pnfs/flexfiles: use swap() in ff_layout_sort_mirrors() by Fabian Frederick · 10 years ago
  22. 4e54ab8 NFS: Ensure that we update the sequence id under the slot table lock by Trond Myklebust · 10 years ago
  23. 0579c8d nfs: Initialize cb_sequenceres information before validate_seqid() by Kinglong Mee · 10 years ago
  24. 6f02dc8 nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping them by Jeff Layton · 10 years ago
  25. e937ee7 nfs: Only update callback sequnce id when CB_SEQUENCE success by Kinglong Mee · 10 years ago
  26. 4ed0d83 NFS: Convert use of __constant_htonl to htonl by Vaishali Thakkar · 10 years ago
  27. 11598b8 NFS: Remove unused nfs_rw_ops->rw_release() function by Anna Schumaker · 10 years ago
  28. c86c90c NFSv4: handle nfs4_get_referral failure by Dominique Martinet · 10 years ago
  29. 3c87ef6 sunrpc: keep a count of swapfiles associated with the rpc_clnt by Jeff Layton · 10 years ago
  30. 8eee52a NFSv4: nfs4_handle_delegation_recall_error should ignore EAGAIN by Trond Myklebust · 10 years ago
  31. 161f873b vfs: read file_handle only once in handle_to_path by Sasha Levin · 11 years ago
  32. 13985b1 NFS: drop unneeded goto by Julia Lawall · 10 years ago
  33. d683cc4 NFS: Fix size of NFSACL SETACL operations by Chuck Lever · 10 years ago
  34. 7ef5ca4 NFS: report more appropriate block size for directories. by NeilBrown · 10 years ago
  35. 5cae02f NFSv4: Always drain the slot table before re-establishing the lease by Trond Myklebust · 10 years ago
  36. e8d975e fixing infinite OPEN loop in 4.0 stateid recovery by Olga Kornievskaia · 10 years ago
  37. 8ba64dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  38. 1be44e2 Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  39. 2159184 d_walk() might skip too much by Al Viro · 10 years ago
  40. 5a6b2b3 omfs: fix potential integer overflow in allocator by Bob Copeland · 10 years ago
  41. c0345ee omfs: fix sign confusion for bitmap loop counter by Bob Copeland · 10 years ago
  42. 3a281f9 omfs: set error return when d_make_root() fails by Bob Copeland · 10 years ago
  43. dcbff39 fs, omfs: add NULL terminator in the end up the token list by Sasha Levin · 10 years ago
  44. 2b1d3ae fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings by Andrew Morton · 10 years ago
  45. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 10 years ago
  46. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 10 years ago
  47. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 10 years ago
  48. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 10 years ago
  49. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 10 years ago
  50. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 10 years ago
  51. de18246 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  52. 3cfd4ba Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 10 years ago
  53. 7ce14f6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  54. 4afe260 CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE by Federico Sauter · 10 years ago
  55. b291030 Fix to convert SURROGATE PAIR by Nakajima Akira · 10 years ago
  56. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 10 years ago
  57. 7196ac1 Fix to check Unique id and FileType when client refer file directly. by Nakajima Akira · 10 years ago
  58. 153c35b Btrfs: fix regression in raid level conversion by Chris Mason · 10 years ago
  59. 65c3b20 CIFS: remove an unneeded NULL check by Dan Carpenter · 10 years ago
  60. 1dc92c4 [cifs] fix null pointer check by Steve French · 10 years ago
  61. a962959 Btrfs: fix racy system chunk allocation when setting block group ro by Filipe Manana · 10 years ago
  62. 2c2ed5a btrfs: clear 'ret' in btrfs_check_shared() loop by Mark Fasheh · 10 years ago
  63. 1113cdf Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  64. cc6f67b ovl: mount read-only if workdir can't be created by Miklos Szeredi · 10 years ago
  65. 92752b5 Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  66. 6a8098a Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  67. c7309e8 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  68. 4b470f1 Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  69. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 10 years ago
  70. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 10 years ago
  71. e531d0b jbd2: fix r_count overflows leading to buffer overflow in journal recovery by Darrick J. Wong · 10 years ago
  72. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 10 years ago
  73. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 10 years ago
  74. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 10 years ago
  75. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 10 years ago
  76. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 10 years ago
  77. d377c5e ovl: don't remove non-empty opaque directory by Miklos Szeredi · 10 years ago
  78. feaff8e nfs: take extra reference to fl->fl_file when running a setlk by Jeff Layton · 10 years ago
  79. 6b19687 nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0 by Chuck Lever · 10 years ago
  80. d045c77 parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures by Helge Deller · 10 years ago
  81. 4cfceaf Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  82. 062c19e Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON by Filipe Manana · 10 years ago
  83. ff1f825 Btrfs: fix race between block group creation and their cache writeout by Filipe Manana · 10 years ago
  84. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 10 years ago
  85. e43699d Btrfs: fix crash after inode cache writeback failure by Filipe Manana · 10 years ago
  86. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 11 years ago
  87. f5d0684 cifs: Don't replace dentries for dfs mounts by Sachin Prabhu · 10 years ago
  88. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  89. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 10 years ago
  90. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  91. f15133d path_openat(): fix double fput() by Al Viro · 10 years ago
  92. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 10 years ago
  93. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  94. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  95. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 10 years ago
  96. 1d3c61c Btrfs: fix wrong mapping flags for free space inode by Filipe Manana · 10 years ago
  97. 3d54ac9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 0ff28d9 splice: sendfile() at once fails for big files by Christophe Leroy · 10 years ago
  99. c102cb0 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 10 years ago
  100. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 10 years ago