1. c404f0d ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 7 years ago
  2. 2e16921 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 7 years ago
  3. 9890b9c ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 7 years ago
  4. 9850844 ext4: fix SEEK_HOLE by Jan Kara · 7 years ago
  5. e273ed2 nfsd: Fix up the "supattr_exclcreat" attributes by Trond Myklebust · 7 years ago
  6. bfeac83 nfsd4: fix null dereference on replay by J. Bruce Fields · 7 years ago
  7. 11214bd xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff() by Jan Kara · 7 years ago
  8. 75c5afd xfs: fix unaligned access in xfs_btree_visit_blocks by Eric Sandeen · 7 years ago
  9. 7fb8ab8 xfs: avoid mount-time deadlock in CoW extent recovery by Darrick J. Wong · 7 years ago
  10. e40c145 xfs: xfs_trans_alloc_empty by Christoph Hellwig · 7 years ago
  11. 0e54279 xfs: bad assertion for delalloc an extent that start at i_size by Zorro Lang · 7 years ago
  12. f60d76e xfs: BMAPX shouldn't barf on inline-format directories by Darrick J. Wong · 7 years ago
  13. 53c44c2 xfs: fix indlen accounting error on partial delalloc conversion by Brian Foster · 7 years ago
  14. 54894ea xfs: fix use-after-free in xfs_finish_page_writeback by Eryu Guan · 7 years ago
  15. d457f82 xfs: reserve enough blocks to handle btree splits when remapping by Darrick J. Wong · 7 years ago
  16. 0ba833f xfs: wait on new inodes during quotaoff dquot release by Brian Foster · 7 years ago
  17. 2ea882d xfs: update ag iterator to support wait on new inodes by Brian Foster · 7 years ago
  18. e86b616 xfs: support ability to wait on new inodes by Brian Foster · 7 years ago
  19. 10f0b2c xfs: fix up quotacheck buffer list error handling by Brian Foster · 7 years ago
  20. 95487d4 xfs: prevent multi-fsb dir readahead from reading random blocks by Brian Foster · 7 years ago
  21. 93bd169 xfs: handle array index overrun in xfs_dir2_leaf_readbuf() by Eric Sandeen · 7 years ago
  22. 99226b8 xfs: fix integer truncation in xfs_bmap_remap_alloc by Christoph Hellwig · 7 years ago
  23. 4e27628 xfs: drop iolock from reclaim context to appease lockdep by Brian Foster · 7 years ago
  24. 4e8163f xfs: actually report xattr extents via iomap by Darrick J. Wong · 7 years ago
  25. de417ea xfs: fix over-copying of getbmap parameters from userspace by Darrick J. Wong · 7 years ago
  26. c2ad2dc xfs: use dedicated log worker wq to avoid deadlock with cil wq by Brian Foster · 7 years ago
  27. 3890d83 xfs: fix kernel memory exposure problems by Darrick J. Wong · 7 years ago
  28. ca659e08 xfs: rework the inline directory verifiers by Darrick J. Wong · 7 years ago
  29. 815414e xfs: verify inline directory data forks by Darrick J. Wong · 7 years ago
  30. 11b4854 xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff() by Eryu Guan · 7 years ago
  31. 9c795ff xfs: use ->b_state to fix buffer I/O accounting release race by Brian Foster · 7 years ago
  32. c9eab63 xfs: Fix missed holes in SEEK_HOLE implementation by Jan Kara · 7 years ago
  33. 68a0561 fs/ufs: Set UFS default maximum bytes per file by Richard Narron · 7 years ago
  34. 51d9c51 nfsd: encoders mustn't use unitialized values in error cases by J. Bruce Fields · 7 years ago
  35. ea46555 nfsd: fix undefined behavior in nfsd4_layout_verify by Ari Kauppi · 7 years ago
  36. f2b6f50 NFS: Use GFP_NOIO for two allocations in writeback by Benjamin Coddington · 7 years ago
  37. a8c35e5 NFS: Fix use after free in write error path by Fred Isaman · 7 years ago
  38. 88ac6b7 NFSv4: Fix a hang in OPEN related to server reboot by Trond Myklebust · 7 years ago
  39. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  40. 8daed21 f2fs: check entire encrypted bigname when finding a dentry by Jaegeuk Kim · 7 years ago
  41. d10b21d proc: Fix unbalanced hard link numbers by Takashi Iwai · 7 years ago
  42. cc0f994 fanotify: don't expose EOPENSTALE to userspace by Amir Goldstein · 7 years ago
  43. 9ee8502 pstore: Shut down worker when unregistering by Kees Cook · 7 years ago
  44. 64a599a fscrypt: fix context consistency check when key(s) unavailable by Eric Biggers · 7 years ago
  45. 1c5d8b3 CIFS: add misssing SFM mapping for doublequote by Björn Jacke · 7 years ago
  46. 6f3b2ee cifs: fix CIFS_IOC_GET_MNT_INFO oops by David Disseldorp · 7 years ago
  47. f13d96b CIFS: fix oplock break deadlocks by Rabin Vincent · 7 years ago
  48. 4113466 cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops by David Disseldorp · 7 years ago
  49. 449a744 cifs: fix leak in FSCTL_ENUM_SNAPS response handling by David Disseldorp · 7 years ago
  50. 87c0604 CIFS: fix mapping of SFM_SPACE and SFM_PERIOD by Björn Jacke · 7 years ago
  51. 8dd4e3f SMB3: Work around mount failure when using SMB3 dialect to Macs by Steve French · 7 years ago
  52. 2ac2ad9 Set unicode flag on cifs echo request to avoid Mac error by Steve French · 7 years ago
  53. 4f5e1c4 Fix match_prepath() by Sachin Prabhu · 7 years ago
  54. 945d0ec fs/block_dev: always invalidate cleancache in invalidate_bdev() by Andrey Ryabinin · 7 years ago
  55. 091784a ceph: fix memory leak in __ceph_setxattr() by Luis Henriques · 7 years ago
  56. 9a6bb7b fs/xattr.c: zero out memory copied to userspace in getxattr by Michal Hocko · 7 years ago
  57. 1777e88 orangefs: do not check possibly stale size on truncate by Martin Brandenburg · 7 years ago
  58. 63907bb orangefs: do not set getattr_time on orangefs_lookup by Martin Brandenburg · 7 years ago
  59. 59f4961 orangefs: clean up oversize xattr validation by Martin Brandenburg · 7 years ago
  60. 127adc1 orangefs: fix bounds check for listxattr by Martin Brandenburg · 7 years ago
  61. b2764f8 ext4: evict inline data when writing to memory map by Eric Biggers · 7 years ago
  62. 6a76207 block: get rid of blk_integrity_revalidate() by Ilya Dryomov · 7 years ago
  63. 9386295 f2fs: sanity check segment count by Jin Qian · 7 years ago
  64. f5ca890 9p: fix a potential acl leak by Cong Wang · 7 years ago
  65. e99b0ea ceph: try getting buffer capability for readahead/fadvise by Yan, Zheng · 8 years ago
  66. d8fd99d Handle mismatched open calls by Sachin Prabhu · 7 years ago
  67. 00cca97 timerfd: Protect the might cancel mechanism proper by Thomas Gleixner · 7 years ago
  68. 36e0be3 ceph: fix recursion between ceph_set_acl() and __ceph_setattr() by Yan, Zheng · 7 years ago
  69. d7809b9 nfsd: stricter decoding of write-like NFSv2/v3 ops by J. Bruce Fields · 7 years ago
  70. 8ed0797 nfsd4: minor NFSv2/v3 write decoding cleanup by J. Bruce Fields · 7 years ago
  71. fc6445d nfsd: check for oversized NFSv2/v3 arguments by J. Bruce Fields · 7 years ago
  72. b938585 ubifs: Fix O_TMPFILE corner case in ubifs_link() by Richard Weinberger · 7 years ago
  73. a260ff5 ubifs: Fix RENAME_WHITEOUT support by Felix Fietkau · 7 years ago
  74. f79ef57 CIFS: remove bad_network_name flag by Germano Percossi · 7 years ago
  75. 0b7c970 cifs: Do not send echoes before Negotiate is complete by Sachin Prabhu · 7 years ago
  76. b1574ca ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  77. 730fecb CIFS: store results of cifs_reopen_file to avoid infinite wait by Germano Percossi · 7 years ago
  78. 3d8d2f2 CIFS: reconnect thread reschedule itself by Germano Percossi · 7 years ago
  79. 975a7ea orangefs: free superblock when mount fails by Martin Brandenburg · 7 years ago
  80. 5c9d083 thp: fix MADV_DONTNEED vs clear soft dirty race by Kirill A. Shutemov · 7 years ago
  81. f7513c9 orangefs: fix buffer size mis-match between kernel space and user space. by Mike Marshall · 7 years ago
  82. 1b99218 orangefs: Dan Carpenter influenced cleanups... by Mike Marshall · 7 years ago
  83. dcac0d1 orangefs: fix memory leak of string 'new' on exit path by Colin Ian King · 8 years ago
  84. f7db189 xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files by Calvin Owens · 7 years ago
  85. dc62935 orangefs: move features validation to fix filesystem hang by Martin Brandenburg · 7 years ago
  86. 8446cb1 Reset TreeId to zero on SMB2 TREE_CONNECT by Jan-Marek Glogowski · 7 years ago
  87. d9eedab sysfs: be careful of error returns from ops->show() by NeilBrown · 7 years ago
  88. 3967cf7 nfsd: map the ENOKEY to nfserr_perm for avoiding warning by Kinglong Mee · 7 years ago
  89. 461bbb9 NFSv4.1 fix infinite loop on IO BAD_STATEID error by Olga Kornievskaia · 7 years ago
  90. d5dbd1c xfs: try any AG when allocating the first btree block when reflinking by Christoph Hellwig · 7 years ago
  91. da617af xfs: use iomap new flag for newly allocated delalloc blocks by Brian Foster · 7 years ago
  92. 77aedb0 xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask by Chandan Rajendra · 7 years ago
  93. d07b585 xfs: fix and streamline error handling in xfs_end_io by Christoph Hellwig · 7 years ago
  94. 3b83a02 xfs: only reclaim unwritten COW extents periodically by Christoph Hellwig · 7 years ago
  95. a240293 xfs: tune down agno asserts in the bmap code by Christoph Hellwig · 7 years ago
  96. 9559c48 xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment by Chandan Rajendra · 7 years ago
  97. 5db7b41 xfs: don't reserve blocks for right shift transactions by Brian Foster · 7 years ago
  98. e5e2e56 xfs: fix uninitialized variable in _reflink_convert_cow by Darrick J. Wong · 7 years ago
  99. c251c6c2 xfs: split indlen reservations fairly when under reserved by Brian Foster · 7 years ago
  100. 2d7c1c7 xfs: handle indlen shortage on delalloc extent merge by Brian Foster · 7 years ago