1. 3151839 hfsplus: fix crash and filesystem corruption when deleting files by Simon Gander · 4 years, 3 months ago
  2. 13380f2 ocfs2: no need try to truncate file beyond i_size by Changwei Ge · 4 years, 3 months ago
  3. d4b3709 fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() by Eric Biggers · 4 years, 3 months ago
  4. 803ef6f ext4: fix a data race at inode->i_blocks by Qian Cai · 4 years, 5 months ago
  5. 194a805 NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() by Trond Myklebust · 4 years, 3 months ago
  6. ed87034 btrfs: fix missing semaphore unlock in btrfs_sync_file by Robbie Ko · 4 years, 4 months ago
  7. 867ae5e btrfs: fix missing file extent item for hole after ranged fsync by Filipe Manana · 4 years, 4 months ago
  8. d8ecdce btrfs: drop block from cache on error in relocation by Josef Bacik · 4 years, 4 months ago
  9. d3a7c4b btrfs: set update the uuid generation as soon as possible by Josef Bacik · 4 years, 5 months ago
  10. 7ed0c4d Btrfs: fix crash during unmount due to race with delayed inode workers by Filipe Manana · 4 years, 4 months ago
  11. 9bc0225 CIFS: Fix bug which the return value by asynchronous read is error by Yilu Lin · 4 years, 4 months ago
  12. a2a1be2 signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 3 months ago
  13. 76b48e9 pstore: pstore_ftrace_seq_next should increase position index by Vasily Averin · 4 years, 5 months ago
  14. 32fb859 btrfs: track reloc roots based on their commit root bytenr by Josef Bacik · 4 years, 4 months ago
  15. 7d0ef63 btrfs: remove a BUG_ON() from merge_reloc_roots() by Josef Bacik · 4 years, 4 months ago
  16. b8ab26f btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued by Qu Wenruo · 4 years, 5 months ago
  17. 09f8ac7 gfs2: Don't demote a glock until its revokes are written by Bob Peterson · 4 years, 8 months ago
  18. 3e61c4f pstore/platform: fix potential mem leak if pstore_init_fs failed by chenqiwu · 4 years, 5 months ago
  19. 4eeddc6 ceph: canonicalize server path in place by Ilya Dryomov · 4 years, 5 months ago
  20. 4203436 ceph: remove the extra slashes in the server path by Xiubo Li · 4 years, 7 months ago
  21. bf20415 libfs: fix infoleak in simple_attr_read() by Eric Biggers · 4 years, 4 months ago
  22. ef21d24 afs: Fix some tracing details by David Howells · 4 years, 4 months ago
  23. 1e2d0c5 ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL by Ilya Dryomov · 4 years, 4 months ago
  24. 968d4ec nfs: add minor version to nfs_server_key for fscache by Scott Mayhew · 4 years, 5 months ago
  25. e6d506c futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 4 months ago
  26. 221ab6a btrfs: fix log context list corruption after rename whiteout error by Filipe Manana · 4 years, 4 months ago
  27. b0caab0 jbd2: fix data races at struct journal_head by Qian Cai · 4 years, 5 months ago
  28. 7771792 gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache by Al Viro · 4 years, 4 months ago
  29. a8ab0b7 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 4 months ago
  30. a867bbb fat: fix uninit-memory access for partial initialized inode by OGAWA Hirofumi · 4 years, 4 months ago
  31. 3e319f2 cifs: don't leak -EAGAIN for stat() during reconnect by Ronnie Sahlberg · 4 years, 5 months ago
  32. 94b4120 namei: only return -ECHILD from follow_dotdot_rcu() by Aleksa Sarai · 4 years, 7 months ago
  33. 47c8e79 ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 4 years, 4 months ago
  34. b6b77b5 cifs: Fix mode output in debugging statements by Frank Sorenson · 4 years, 5 months ago
  35. 5195d8c dax: pass NOWAIT flag to iomap_apply by Jeff Moyer · 4 years, 5 months ago
  36. c0965be ecryptfs: replace BUG_ON with error handling code by Aditya Pakki · 4 years, 5 months ago
  37. cd26d53 Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents by Filipe Manana · 4 years, 5 months ago
  38. 4d886f9 btrfs: do not check delayed items are empty for single transaction cleanup by Josef Bacik · 4 years, 5 months ago
  39. 68b7db1 btrfs: reset fs_root to NULL on error in open_ctree by Josef Bacik · 4 years, 5 months ago
  40. 0ba8e5f btrfs: fix bytes_may_use underflow in prealloc error condtition by Josef Bacik · 4 years, 5 months ago
  41. 8cf20fb ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 4 years, 5 months ago
  42. 48fdbe2 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 5 months ago
  43. b7dc081 ext4: fix mount failure with quota configured as module by Jan Kara · 4 years, 5 months ago
  44. 50017ce ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 5 months ago
  45. 7720966 ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 4 years, 5 months ago
  46. cc9948a ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 5 months ago
  47. 3888460 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 4 years, 5 months ago
  48. 9b6e909 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 4 years, 5 months ago
  49. 4512119a jbd2: fix ocfs2 corrupt when clearing block group bits by wangyan · 4 years, 5 months ago
  50. d7a5408 ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() by Wenwen Wang · 5 years ago
  51. 70457d9 ecryptfs: fix a memory leak bug in parse_tag_1_packet() by Wenwen Wang · 5 years ago
  52. 3edf855 cifs: log warning message (once) if out of disk space by Steve French · 4 years, 5 months ago
  53. f3c539f help_next should increase position index by Vasily Averin · 4 years, 6 months ago
  54. 47f4408 NFS: Fix memory leaks by Wenwen Wang · 4 years, 5 months ago
  55. 42cdf18 reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() by Yunfeng Ye · 4 years, 5 months ago
  56. 4720fb09d ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() by wangyan · 4 years, 5 months ago
  57. 68983ba ceph: check availability of mds cluster on mount after wait timeout by Xiubo Li · 4 years, 7 months ago
  58. 35c9bcb cifs: fix NULL dereference in match_prepath by Ronnie Sahlberg · 4 years, 6 months ago
  59. 267e902 jbd2: make sure ESHUTDOWN to be recorded in the journal superblock by zhangyi (F) · 4 years, 7 months ago
  60. d61ce1d jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record by zhangyi (F) · 4 years, 7 months ago
  61. f60d374 btrfs: device stats, log when stats are zeroed by Anand Jain · 4 years, 6 months ago
  62. 3c8b2ec btrfs: safely advance counter when looking up bio csums by David Sterba · 4 years, 6 months ago
  63. 957ec72 btrfs: fix possible NULL-pointer dereference in integrity checks by Johannes Thumshirn · 4 years, 7 months ago
  64. dc5fa2c f2fs: fix memleak of kobject by Chao Yu · 4 years, 6 months ago
  65. 68c5909 f2fs: free sysfs kobject by Jaegeuk Kim · 4 years, 7 months ago
  66. 3e6d27f f2fs: set I_LINKABLE early to avoid wrong access by vfs by Jaegeuk Kim · 4 years, 7 months ago
  67. 53e47ad udf: Fix free space reporting for metadata and virtual partitions by Jan Kara · 4 years, 6 months ago
  68. ef3d73f reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling by Jan Kara · 4 years, 7 months ago
  69. d5e7ba4 ext4, jbd2: ensure panic when aborting with zero errno by zhangyi (F) · 4 years, 7 months ago
  70. 8d8a471 jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal by Kai Li · 4 years, 6 months ago
  71. 428bb08 ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT by Ritesh Harjani · 4 years, 7 months ago
  72. 2a3cf35 jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer by zhangyi (F) · 4 years, 5 months ago
  73. 056c7c2 jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() by zhangyi (F) · 4 years, 5 months ago
  74. 32865d6 NFSv4.1 make cachethis=no for writes by Olga Kornievskaia · 4 years, 5 months ago
  75. a3eccdf btrfs: log message when rw remount is attempted with unclean tree-log by David Sterba · 4 years, 5 months ago
  76. 2a902b4 btrfs: print message when tree-log replay starts by David Sterba · 4 years, 5 months ago
  77. 67d9c9e btrfs: ref-verify: fix memory leaks by Wenwen Wang · 4 years, 5 months ago
  78. 4a4257c Btrfs: fix race between using extent maps and merging them by Filipe Manana · 4 years, 5 months ago
  79. c48bf2f ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 4 years, 5 months ago
  80. a5c03b9 ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 4 years, 5 months ago
  81. bda71c1 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 5 months ago
  82. 5ad597e ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 4 years, 5 months ago
  83. ca0d170 ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 4 years, 6 months ago
  84. 070818b NFSv4: try lease recovery on NFS4ERR_EXPIRED by Robert Milkowski · 4 years, 6 months ago
  85. 056d1656 NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() by Trond Myklebust · 4 years, 6 months ago
  86. 3060883 NFS: Revalidate the file size on a fatal write error by Trond Myklebust · 4 years, 6 months ago
  87. 008ff93 nfs: NFS_SWAP should depend on SWAP by Geert Uytterhoeven · 4 years, 6 months ago
  88. 71a47ed cifs: fail i/o on soft mounts if sessionsetup errors out by Ronnie Sahlberg · 4 years, 5 months ago
  89. 8604737 btrfs: flush write bio if we loop in extent_write_cache_pages by Josef Bacik · 4 years, 6 months ago
  90. 159db2a btrfs: free block groups after free'ing fs trees by Josef Bacik · 4 years, 6 months ago
  91. 381a16f btrfs: use bool argument in free_root_pointers() by Anand Jain · 4 years, 9 months ago
  92. 987bb7a ext4: fix deadlock allocating crypto bounce page from mempool by Eric Biggers · 4 years, 6 months ago
  93. 9939dff nfsd: Return the correct number of bytes written to the file by Trond Myklebust · 4 years, 7 months ago
  94. fdbc75c nfsd: fix jiffies/time_t mixup in LRU list by Arnd Bergmann · 4 years, 8 months ago
  95. 70b43a9 nfsd: fix delay timer on 32-bit architectures by Arnd Bergmann · 4 years, 8 months ago
  96. 4ad7791 ext2: Adjust indentation in ext2_fill_super by Nathan Chancellor · 4 years, 7 months ago
  97. d062d98 aio: prevent potential eventfd recursion on poll by Jens Axboe · 4 years, 5 months ago
  98. eaef83c eventfd: track eventfd_signal() recursion depth by Jens Axboe · 4 years, 5 months ago
  99. 4b67a51 gfs2: fix O_SYNC write handling by Andreas Gruenbacher · 4 years, 6 months ago
  100. e57e77e gfs2: move setting current->backing_dev_info by Christoph Hellwig · 4 years, 6 months ago