1. c3696046 fuse: separate pqueue for clones by Miklos Szeredi · 9 years ago
  2. cc080e9 fuse: introduce per-instance fuse_dev structure by Miklos Szeredi · 9 years ago
  3. 00c570f fuse: device fd clone by Miklos Szeredi · 9 years ago
  4. ee314a8 fuse: abort: no fc->lock needed for request ending by Miklos Szeredi · 9 years ago
  5. 46c34a3 fuse: no fc->lock for pqueue parts by Miklos Szeredi · 9 years ago
  6. efe2800 fuse: no fc->lock in request_end() by Miklos Szeredi · 9 years ago
  7. 1e6881c fuse: cleanup request_end() by Miklos Szeredi · 9 years ago
  8. 365ae71 fuse: request_end(): do once by Miklos Szeredi · 9 years ago
  9. 77cd9d4 fuse: add req flag for private list by Miklos Szeredi · 9 years ago
  10. 45a91cb fuse: pqueue locking by Miklos Szeredi · 9 years ago
  11. 24b4d33 fuse: abort: group pqueue accesses by Miklos Szeredi · 9 years ago
  12. 82cbdcd fuse: cleanup fuse_dev_do_read() by Miklos Szeredi · 9 years ago
  13. f377cb7 fuse: move list_del_init() from request_end() into callers by Miklos Szeredi · 9 years ago
  14. e96edd9 fuse: duplicate ->connected in pqueue by Miklos Szeredi · 9 years ago
  15. 3a2b5b9 fuse: separate out processing queue by Miklos Szeredi · 9 years ago
  16. 5250921 fuse: simplify request_wait() by Miklos Szeredi · 9 years ago
  17. fd22d62 fuse: no fc->lock for iqueue parts by Miklos Szeredi · 9 years ago
  18. 8f7bb36 fuse: allow interrupt queuing without fc->lock by Miklos Szeredi · 9 years ago
  19. 4ce6081 fuse: iqueue locking by Miklos Szeredi · 9 years ago
  20. ef75925 fuse: dev read: split list_move by Miklos Szeredi · 9 years ago
  21. 8c91189 fuse: abort: group iqueue accesses by Miklos Szeredi · 9 years ago
  22. e16714d fuse: duplicate ->connected in iqueue by Miklos Szeredi · 9 years ago
  23. f88996a fuse: separate out input queue by Miklos Szeredi · 9 years ago
  24. 33e14b4 fuse: req state use flags by Miklos Szeredi · 9 years ago
  25. 7a3b2c7 fuse: simplify req states by Miklos Szeredi · 9 years ago
  26. c477526 fuse: don't hold lock over request_wait_answer() by Miklos Szeredi · 9 years ago
  27. 7d2e0a0 fuse: simplify unique ctr by Miklos Szeredi · 9 years ago
  28. 41f9827 fuse: rework abort by Miklos Szeredi · 9 years ago
  29. b716d42 fuse: fold helpers into abort by Miklos Szeredi · 9 years ago
  30. dc00809 fuse: use per req lock for lock/unlock_request() by Miklos Szeredi · 9 years ago
  31. 825d6d3 fuse: req use bitops by Miklos Szeredi · 9 years ago
  32. 0d8e84b fuse: simplify request abort by Miklos Szeredi · 9 years ago
  33. ccd0a0b fuse: call fuse_abort_conn() in dev release by Miklos Szeredi · 9 years ago
  34. f0139aa fuse: fold fuse_request_send_nowait() into single caller by Miklos Szeredi · 9 years ago
  35. de15522 fuse: check conn_error earlier by Miklos Szeredi · 9 years ago
  36. 5437f24 fuse: account as waiting before queuing for background by Miklos Szeredi · 9 years ago
  37. 73e0e73 fuse: reset waiting by Miklos Szeredi · 9 years ago
  38. 42dc621 fuse: fix background request if not connected by Miklos Szeredi · 9 years ago
  39. 0ad0b32 fuse: initialize fc->release before calling it by Miklos Szeredi · 9 years ago
  40. 161f873b vfs: read file_handle only once in handle_to_path by Sasha Levin · 10 years ago
  41. 8ba64dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  42. 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 · 9 years ago
  43. 2159184 d_walk() might skip too much by Al Viro · 9 years ago
  44. 5a6b2b3 omfs: fix potential integer overflow in allocator by Bob Copeland · 9 years ago
  45. c0345ee omfs: fix sign confusion for bitmap loop counter by Bob Copeland · 9 years ago
  46. 3a281f9 omfs: set error return when d_make_root() fails by Bob Copeland · 9 years ago
  47. dcbff39 fs, omfs: add NULL terminator in the end up the token list by Sasha Levin · 9 years ago
  48. 2b1d3ae fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings by Andrew Morton · 9 years ago
  49. 22419ac xfs: fix broken i_nlink accounting for whiteout tmpfile inode by Brian Foster · 9 years ago
  50. cddc116 xfs: xfs_iozero can return positive errno by Dave Chinner · 9 years ago
  51. 6dfe5a0 xfs: xfs_attr_inactive leaves inconsistent attr fork state behind by Dave Chinner · 9 years ago
  52. 6dea405e xfs: extent size hints can round up extents past MAXEXTLEN by Dave Chinner · 9 years ago
  53. 8c1903d xfs: inode and free block counters need to use __percpu_counter_compare by Dave Chinner · 9 years ago
  54. 74f9ce1 xfs: use percpu_counter_read_positive for mp->m_icount by George Wang · 9 years ago
  55. de18246 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  56. 3cfd4ba Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 9 years ago
  57. 7ce14f6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  58. 4afe260 CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE by Federico Sauter · 10 years ago
  59. b291030 Fix to convert SURROGATE PAIR by Nakajima Akira · 10 years ago
  60. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 10 years ago
  61. 7196ac1 Fix to check Unique id and FileType when client refer file directly. by Nakajima Akira · 10 years ago
  62. 153c35b Btrfs: fix regression in raid level conversion by Chris Mason · 9 years ago
  63. 65c3b20 CIFS: remove an unneeded NULL check by Dan Carpenter · 10 years ago
  64. 1dc92c4 [cifs] fix null pointer check by Steve French · 9 years ago
  65. a962959 Btrfs: fix racy system chunk allocation when setting block group ro by Filipe Manana · 9 years ago
  66. 2c2ed5a btrfs: clear 'ret' in btrfs_check_shared() loop by Mark Fasheh · 9 years ago
  67. 1113cdf Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  68. cc6f67b ovl: mount read-only if workdir can't be created by Miklos Szeredi · 9 years ago
  69. 92752b5 Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  70. 6a8098a Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  71. c7309e8 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  72. 4b470f1 Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  73. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 9 years ago
  74. 499611e kernfs: do not account ino_ida allocations to memcg by Vladimir Davydov · 9 years ago
  75. e531d0b jbd2: fix r_count overflows leading to buffer overflow in journal recovery by Darrick J. Wong · 9 years ago
  76. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 9 years ago
  77. 9d50659 ext4: fix NULL pointer dereference when journal restart fails by Lukas Czerner · 9 years ago
  78. 92c8263 ext4: remove unused function prototype from ext4.h by Theodore Ts'o · 9 years ago
  79. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 9 years ago
  80. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 9 years ago
  81. d377c5e ovl: don't remove non-empty opaque directory by Miklos Szeredi · 9 years ago
  82. feaff8e nfs: take extra reference to fl->fl_file when running a setlk by Jeff Layton · 9 years ago
  83. 6b19687 nfs: stat(2) fails during cthon04 basic test5 on NFSv4.0 by Chuck Lever · 9 years ago
  84. d045c77 parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures by Helge Deller · 9 years ago
  85. 4cfceaf Merge branch 'for-4.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  86. 062c19e Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON by Filipe Manana · 10 years ago
  87. ff1f825 Btrfs: fix race between block group creation and their cache writeout by Filipe Manana · 9 years ago
  88. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 9 years ago
  89. e43699d Btrfs: fix crash after inode cache writeback failure by Filipe Manana · 10 years ago
  90. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
  91. f5d0684 cifs: Don't replace dentries for dfs mounts by Sachin Prabhu · 10 years ago
  92. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  93. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 9 years ago
  94. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  95. f15133d path_openat(): fix double fput() by Al Viro · 9 years ago
  96. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 9 years ago
  97. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  98. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  99. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  100. 1d3c61c Btrfs: fix wrong mapping flags for free space inode by Filipe Manana · 9 years ago