- ff780b9 jbd2: add fast commit machinery by Harshad Shirwadkar · 4 years, 5 months ago
- 6866d7b ext4 / jbd2: add fast commit initialization by Harshad Shirwadkar · 4 years, 5 months ago
- 995a3ed ext4: add fast_commit feature and handling for extended mount options by Harshad Shirwadkar · 4 years, 5 months ago
- e0770e9 ext4: Detect already used quota file early by Jan Kara · 4 years, 5 months ago
- fc750a3b jbd2: avoid transaction reuse after reformatting by changfengnan · 4 years, 5 months ago
- d3e7d20 ext4: use the normal helper to get the actual inode by Kaixu Xia · 4 years, 5 months ago
- d1e18b8 ext4: fix bs < ps issue reported with dioread_nolock mount opt by Ritesh Harjani · 4 years, 6 months ago
- afb585a ext4: data=journal: write-protect pages on j_submit_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 6 months ago
- 64a9f14 ext4: data=journal: fixes for ext4_page_mkwrite() by Mauricio Faria de Oliveira · 4 years, 6 months ago
- 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 6 months ago
- aa3c0c6 jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 6 months ago
- 8394a6a ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable() by zhangyi (F) · 4 years, 6 months ago
- 0a846f4 ext4: use ext4_sb_bread() instead of sb_bread() by zhangyi (F) · 4 years, 6 months ago
- 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 6 months ago
- 60c776e ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() by zhangyi (F) · 4 years, 6 months ago
- 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 6 months ago
- fa491b1 ext4: introduce new metadata buffer read helpers by zhangyi (F) · 4 years, 6 months ago
- d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 6 months ago
- af8c53c ext4: limit entries returned when counting fsmap records by Darrick J. Wong · 4 years, 6 months ago
- addd752 ext4: make mb_check_counter per group by Chunguang Xu · 4 years, 6 months ago
- 9d1f9b2 ext4: delete invalid comments near mb_buddy_adjust_border by Chunguang Xu · 4 years, 6 months ago
- 9704a32 ext4: fix bdev write error check failed when mount fs with ro by Zhang Xiaoxu · 4 years, 6 months ago
- dd0db94 ext4: rename system_blks to s_system_blks inside ext4_sb_info by Chunguang Xu · 4 years, 6 months ago
- ee7ed3a ext4: rename journal_dev to s_journal_dev inside ext4_sb_info by Chunguang Xu · 4 years, 6 months ago
- 2be7d71 ext4: add trace exit in exception path. by Zhang Qilong · 4 years, 6 months ago
- 9faac62 ext4: optimize file overwrites by Ritesh Harjani · 4 years, 6 months ago
- 7eb90a2 ext4: remove unused including <linux/version.h> by Tian Tao · 4 years, 6 months ago
- acaa532 ext4: fix superblock checksum calculation race by Constantine Sapuntzakis · 4 years, 6 months ago
- c9e8716 ext4: fix error handling code in add_new_gdb by Dinghao Liu · 4 years, 7 months ago
- aa2f779 ext4: disallow modifying DAX inode flag if inline_data has been set by Xiao Yang · 4 years, 7 months ago
- 15ed285 ext4: remove unused argument from ext4_(inc|dec)_count by Nikolay Borisov · 4 years, 7 months ago
- 81e8c3c ext4: do not interpret high bytes if 64bit feature is disabled by Petr Malat · 4 years, 7 months ago
- b483bb7 ext4: delete duplicated words + other fixes by Randy Dunlap · 4 years, 8 months ago
- 766ef1e ext4: flag as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
- cb8d53d ext4: fix leaking sysfs kobject after failed mount by Eric Biggers · 4 years, 6 months ago
- 5b3dc19 ext4: discard preallocations before releasing group lock by Jan Kara · 4 years, 6 months ago
- 70022da ext4: fix dead loop in ext4_mb_new_blocks by Ye Bin · 4 years, 6 months ago
- 0e6895b ext4: implement swap_activate aops using iomap by Ritesh Harjani · 4 years, 7 months ago
- 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
- f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 6 months ago
- 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 6 months ago
- f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 6 months ago
- bffac4b Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
- 805c6d3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
- 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
- b5ddcff btrfs: fix put of uninitialized kobject after seed device delete by Anand Jain · 4 years, 7 months ago
- 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 6 months ago
- 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 6 months ago
- f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 6 months ago
- 8f3d749 io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there by Jens Axboe · 4 years, 6 months ago
- 35be885 btrfs: fix overflow when copying corrupt csums for a message by Johannes Thumshirn · 4 years, 6 months ago
- 9ca48e2 fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prototype by Tobias Klauser · 4 years, 6 months ago
- 933a375 fuse: fix the ->direct_IO() treatment of iov_iter by Al Viro · 4 years, 6 months ago
- fc4f28b Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
- 6200b0a io_uring: don't run task work on an exiting task by Jens Axboe · 4 years, 6 months ago
- 87ceb6a io_uring: drop 'ctx' ref on task work cancelation by Jens Axboe · 4 years, 6 months ago
- 1c78544 btrfs: fix wrong address when faulting in pages in the search ioctl by Filipe Manana · 4 years, 6 months ago
- 202700e1 io_uring: grab any needed state during defer prep by Jens Axboe · 4 years, 6 months ago
- 20a7b6b Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 6 months ago
- edf6b0e Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 6 months ago
- 5a3c558 Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 6 months ago
- 581cb3a Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 6 months ago
- ab29a80 Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 6 months ago
- 20d0a10 f2fs: Return EOF on unaligned end of file DIO read by Gabriel Krisman Bertazi · 4 years, 7 months ago
- e2cab03 f2fs: fix indefinite loop scanning for free nid by Sahitya Tummala · 4 years, 7 months ago
- 123aaf7 f2fs: Fix type of section block count variables by Shin'ichiro Kawasaki · 4 years, 7 months ago
- 2d892cc btrfs: fix NULL pointer dereference after failure to create snapshot by Filipe Manana · 4 years, 7 months ago
- 9e3aa80 btrfs: free data reloc tree on failed mount by Josef Bacik · 4 years, 7 months ago
- ea57788 btrfs: require only sector size alignment for parent eb bytenr by Qu Wenruo · 4 years, 7 months ago
- fccc000 btrfs: fix lockdep splat in add_missing_dev by Josef Bacik · 4 years, 7 months ago
- 01ec372 cifs: fix DFS mount with cifsacl/modefromsid by Ronnie Sahlberg · 4 years, 7 months ago
- a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 7 months ago
- b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 7 months ago
- 9322c47 Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- b17164e xfs: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
- 1ef6ea0 ext2: don't update mtime on COW faults by Mikulas Patocka · 4 years, 7 months ago
- c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 7 months ago
- 644c9f4 NFS: Zero-stateid SETATTR should first return delegation by Chuck Lever · 4 years, 7 months ago
- d849ca4 Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- e3b9fc7 debugfs: Fix module state check condition by Vladis Dronov · 4 years, 7 months ago
- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
- 26acd8b Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
- d0c20d3 xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files by Darrick J. Wong · 4 years, 7 months ago
- e1d0126 Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- 54e54d5 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- 355afae io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file by Jens Axboe · 4 years, 7 months ago
- 77f4689 fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 7 months ago
- 95d1c8e io_uring: set table->files[i] to NULL when io_sqe_file_register failed by Jiufei Xue · 4 years, 7 months ago
- dcdfd9c Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
- 98dfd50 io_uring: fix removing the wrong file in __io_sqe_files_update() by Jiufei Xue · 4 years, 7 months ago
- d3a84a8 affs: fix basic permission bits to actually work by Max Staudt · 4 years, 7 months ago
- 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
- 1127b21 Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 7 months ago
- 24148d8 Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 7 months ago
- 40129b8 Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 7 months ago
- b0bfd5ec Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
- e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 7 months ago
- fdee946 io_uring: don't bounce block based -EAGAIN retry off task_work by Jens Axboe · 4 years, 7 months ago