1. ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 10 months ago
  2. 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 10 months ago
  3. 9bee577 ext4: balloc: use task_pid_nr() helper by Ritesh Harjani · 4 years, 10 months ago
  4. eb2b8eb ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK by Ritesh Harjani · 4 years, 10 months ago
  5. a345021 ext4: mballoc: refactor code inside DOUBLE_CHECK into separate function by Ritesh Harjani · 4 years, 10 months ago
  6. 4fca8f0 ext4: mballoc: make ext4_mb_use_preallocated() return type as bool by Ritesh Harjani · 4 years, 10 months ago
  7. f283529 ext4: mballoc: simplify error handling in ext4_init_mballoc() by Ritesh Harjani · 4 years, 10 months ago
  8. 004379d ext4: mballoc: fix few other format specifier in mb_debug() by Ritesh Harjani · 4 years, 10 months ago
  9. 36bad42 ext4: mballoc: correct the mb_debug() format specifier for pa_len var by Ritesh Harjani · 4 years, 10 months ago
  10. bbc4ec7 ext4: mballoc: add more mb_debug() msgs by Ritesh Harjani · 4 years, 10 months ago
  11. e68cf40 ext4: mballoc: refactor ext4_mb_show_ac() by Ritesh Harjani · 4 years, 10 months ago
  12. 212da3e ext4: mballoc: print bb_free info even when it is 0 by Ritesh Harjani · 4 years, 10 months ago
  13. 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 10 months ago
  14. 08adf45 ext4: fix race between ext4_sync_parent() and rename() by Eric Biggers · 4 years, 10 months ago
  15. 80dd497 ext4: fix a typo in a comment by Christophe JAILLET · 4 years, 10 months ago
  16. be809e1 ext4: clean up ext4_ext_convert_to_initialized() error handling by Eric Whitney · 4 years, 10 months ago
  17. 779e265 ext4: clean up GET_BLOCKS_PRE_IO error handling by Eric Whitney · 4 years, 10 months ago
  18. bee6cf0 ext4: remove redundant GET_BLOCKS_CONVERT code by Eric Whitney · 4 years, 10 months ago
  19. ee802f8 ext4: remove dead GET_BLOCKS_ZERO code by Eric Whitney · 4 years, 10 months ago
  20. b60ca33 ext4: don't ignore return values from ext4_ext_dirty() by Harshad Shirwadkar · 4 years, 11 months ago
  21. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 11 months ago
  22. 8418897 ext4: fix error pointer dereference by Jeffle Xu · 4 years, 11 months ago
  23. ceff86f ext4: Avoid freeing inodes on dirty list by Jan Kara · 4 years, 11 months ago
  24. 4301efa writeback: Export inode_io_list_del() by Jan Kara · 4 years, 11 months ago
  25. 3bbd0ef ext4: fix buffer_head refcnt leak when ext4_iget() fails by Xiyu Yang · 4 years, 11 months ago
  26. c36a71b ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max by Harshad Shirwadkar · 4 years, 11 months ago
  27. 39c0ae1 ext4: remove unnecessary comparisons to bool by Jason Yan · 4 years, 11 months ago
  28. 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 5 years ago
  29. 6b6aeff ext4: fix a style issue in fs/ext4/acl.c by Carlos Guerrero Álvarez · 5 years ago
  30. ef5fd68 ext4: remove redundant variable has_bigalloc in ext4_fill_super by Kaixu Xia · 5 years ago
  31. 781c036 ext4: remove unnecessary test_opt for DIOREAD_NOLOCK by Kaixu Xia · 5 years ago
  32. 262f7a6 Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 10 months ago
  33. f66ed1e Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 10 months ago
  34. 29a47f4 Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 10 months ago
  35. cf01853 Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
  36. 2fb3e82 io_uring: punt splice async because of inode mutex by Pavel Begunkov · 4 years, 10 months ago
  37. 4ee3631 io_uring: check non-sync defer_list carefully by Pavel Begunkov · 4 years, 10 months ago
  38. 7759a0b io_uring: fix extra put in sync_file_range() by Pavel Begunkov · 4 years, 10 months ago
  39. 3fd44c8 io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() by Xiaoguang Wang · 4 years, 10 months ago
  40. dd461af io_uring: use proper references for fallback_req locking by Bijan Mottahedeh · 4 years, 10 months ago
  41. 490e896 io_uring: only force async punt if poll based retry can't handle it by Jens Axboe · 4 years, 11 months ago
  42. af197f5 io_uring: enable poll retry for any file with ->read_iter / ->write_iter by Jens Axboe · 4 years, 11 months ago
  43. 9c07b75b NFS: Fix a race in __nfs_list_for_each_server() by Trond Myklebust · 4 years, 10 months ago
  44. b75dfde fibmap: Warn and return an error in case of block > INT_MAX by Ritesh Harjani · 4 years, 10 months ago
  45. 9c6c723 btrfs: fix gcc-4.8 build warning for struct initializer by Arnd Bergmann · 4 years, 10 months ago
  46. 96c9a78 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  47. dd7bc81 Fix use after free in get_tree_bdev() by David Howells · 4 years, 11 months ago
  48. dff5853 NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSION by Olga Kornievskaia · 4 years, 11 months ago
  49. 51184ae Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 11 months ago
  50. 5b0bbee io_uring: statx must grab the file table for valid fd by Jens Axboe · 4 years, 11 months ago
  51. fcc9973 btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info by Qu Wenruo · 4 years, 11 months ago
  52. f135cea btrfs: fix partial loss of prealloc extent past i_size after fsync by Filipe Manana · 4 years, 11 months ago
  53. b0d3869 propagate_one(): mnt_set_mountpoint() needs mount_lock by Al Viro · 4 years, 11 months ago
  54. d4fb4bf Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 11 months ago
  55. a8a0e2a Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 11 months ago
  56. b2768df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 11 months ago
  57. 6e47666 NFSv4: Remove unreachable error condition due to rpc_run_task() by Xiyu Yang · 4 years, 11 months ago
  58. 6ade99e proc: Put thread_pid in release_task not proc_flush_pid by Eric W. Biederman · 4 years, 11 months ago
  59. aee1a00 Merge tag 'io_uring-5.7-2020-04-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 11 months ago
  60. 3d29cb1 Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 11 months ago
  61. 9a19562 Merge tag 'afs-fixes-20200424' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 11 months ago
  62. c4bfda1 afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate by David Howells · 5 years ago
  63. 69cf397 afs: Fix to actually set AFS_SERVER_FL_HAVE_EPOCH by David Howells · 4 years, 11 months ago
  64. be59167 afs: Remove some unused bits by David Howells · 4 years, 11 months ago
  65. 3815f1b dlmfs_file_write(): fix the bogosity in handling non-zero *ppos by Al Viro · 4 years, 11 months ago
  66. 1ddd873 Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 11 months ago
  67. 6f8cd03 Merge tag 'for-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 4 years, 11 months ago
  68. 1402d17d btrfs: fix transaction leak in btrfs_recover_relocation by Xiyu Yang · 4 years, 11 months ago
  69. f6033c5 btrfs: fix block group leak when removing fails by Xiyu Yang · 4 years, 11 months ago
  70. ef67963 btrfs: drop logs when we've aborted a transaction by Josef Bacik · 5 years ago
  71. 5150bf1 btrfs: fix memory leak of transaction when deleting unused block group by Filipe Manana · 5 years ago
  72. 0fe0781 cifs: fix uninitialised lease_key in open_shroot() by Paulo Alcantara · 4 years, 11 months ago
  73. 3786f4b cifs: ensure correct super block for DFS reconnect by Paulo Alcantara · 4 years, 11 months ago
  74. 65303de cifs: do not share tcons with DFS by Paulo Alcantara · 4 years, 11 months ago
  75. 81df1ad exfat: truncate atimes to 2s granularity by Eric Sandeen · 4 years, 11 months ago
  76. 674a998 exfat: properly set s_time_gran by Eric Sandeen · 5 years ago
  77. cbd445d exfat: remove 'bps' mount-option by Tetsuhiro Kohada · 5 years ago
  78. b051683 exfat: Unify access to the boot sector by Tetsuhiro Kohada · 4 years, 11 months ago
  79. cd76ac2 exfat: add missing MODULE_ALIAS_FS() by Thomas Backlund · 5 years ago
  80. b7e038a exfat: Fix discard support by Pali Rohár · 5 years ago
  81. d92c7ce cifs: minor update to comments around the cifs_tcp_ses_lock mutex by Steve French · 4 years, 11 months ago
  82. db973a7 coredump: fix null pointer dereference on coredump by Sudip Mukherjee · 4 years, 11 months ago
  83. bdebd6a2 vmalloc: fix remap_vmalloc_range() bounds checks by Jann Horn · 4 years, 11 months ago
  84. d56deb1 block: remove unused header by Ma, Jianpeng · 4 years, 11 months ago
  85. fada37f cifs: protect updating server->dstaddr with a spinlock by Ronnie Sahlberg · 4 years, 11 months ago
  86. 317ddf3 btrfs: discard: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 11 months ago
  87. b849dd8 bdev: Reduce time holding bd_mutex in sync in blkdev_close() by Douglas Anderson · 5 years ago
  88. 7648f93 nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl by Andreas Gruenbacher · 4 years, 11 months ago
  89. 4d8948c NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc() by Trond Myklebust · 4 years, 11 months ago
  90. 7bcc105 NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completion by Trond Myklebust · 4 years, 11 months ago
  91. 44575a6 io_uring: only restore req->work for req that needs do completion by Xiaoguang Wang · 5 years ago
  92. 3e0dea5 Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 11 months ago
  93. 439f1da Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 11 months ago
  94. aee0314 Merge tag '5.7-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 11 months ago
  95. c0d73a8 Merge tag 'xfs-5.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  96. c4b4c2a buffer: remove useless comment and WB_REASON_FREE_MORE_MEM, reason. by Zhiqiang Liu · 5 years ago
  97. 5d286d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  98. a2286a4 Merge tag 'io_uring-5.7-2020-04-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  99. c5304dd Merge tag 'for-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  100. 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 5 years ago