- 6e014c6 ext4: don't block for O_DIRECT if IOCB_NOWAIT is set by Jens Axboe · 4 years, 7 months ago
- ba98890 ext4: remove the access_ok() check in ext4_ioctl_get_es_cache by Christoph Hellwig · 4 years, 7 months ago
- c7d216e fs: remove the access_ok() check in ioctl_fiemap by Christoph Hellwig · 4 years, 7 months ago
- 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
- cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 7 months ago
- 2732881 iomap: fix the iomap_fiemap prototype by Christoph Hellwig · 4 years, 7 months ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
- 44ebcd0 fs: mark __generic_block_fiemap static by Christoph Hellwig · 4 years, 7 months ago
- da565e7 ext4: remove the call to fiemap_check_flags in ext4_fiemap by Christoph Hellwig · 4 years, 7 months ago
- 03a5ed2 ext4: split _ext4_fiemap by Christoph Hellwig · 4 years, 7 months ago
- 328e24a ext4: fix fiemap size checks for bitmap files by Christoph Hellwig · 4 years, 8 months ago
- 175efa8 ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
- 9f364e1 add comment for ext4_dir_entry_2 file_type member by Jonathan Grant · 4 years, 7 months ago
- 14ff628 jbd2: avoid leaking transaction credits when unreserving handle by Jan Kara · 4 years, 7 months ago
- dfcd448 ext4: drop ext4_journal_free_reserved() by Jan Kara · 4 years, 7 months ago
- 9937783 ext4: mballoc: use lock for checking free blocks while retrying by Ritesh Harjani · 4 years, 7 months ago
- 8ef123fe ext4: mballoc: refactor ext4_mb_good_group() by Ritesh Harjani · 4 years, 7 months ago
- 07b5b8e ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handling by Ritesh Harjani · 4 years, 7 months ago
- cf5e2ca ext4: mballoc: refactor ext4_mb_discard_preallocations() by Ritesh Harjani · 4 years, 7 months ago
- 53f86b1 ext4: mballoc: add blocks to PA list under same spinlock after allocating blocks by Ritesh Harjani · 4 years, 7 months ago
- de8ff14 ext4: add casefold flag to EXT4_INODE_* flags by Eric Biggers · 4 years, 8 months ago
- 8ad8d71 ext4: rework map struct instantiation in ext4_ext_map_blocks() by Eric Whitney · 4 years, 8 months ago
- 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
- d3df145 ext4: mballoc: make mb_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
- 8ec2d31 ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents() by Ritesh Harjani · 4 years, 8 months ago
- ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 8 months ago
- 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 8 months ago
- 9bee577 ext4: balloc: use task_pid_nr() helper by Ritesh Harjani · 4 years, 8 months ago
- eb2b8eb ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK by Ritesh Harjani · 4 years, 8 months ago
- a345021 ext4: mballoc: refactor code inside DOUBLE_CHECK into separate function by Ritesh Harjani · 4 years, 8 months ago
- 4fca8f0 ext4: mballoc: make ext4_mb_use_preallocated() return type as bool by Ritesh Harjani · 4 years, 8 months ago
- f283529 ext4: mballoc: simplify error handling in ext4_init_mballoc() by Ritesh Harjani · 4 years, 8 months ago
- 004379d ext4: mballoc: fix few other format specifier in mb_debug() by Ritesh Harjani · 4 years, 8 months ago
- 36bad42 ext4: mballoc: correct the mb_debug() format specifier for pa_len var by Ritesh Harjani · 4 years, 8 months ago
- bbc4ec7 ext4: mballoc: add more mb_debug() msgs by Ritesh Harjani · 4 years, 8 months ago
- e68cf40 ext4: mballoc: refactor ext4_mb_show_ac() by Ritesh Harjani · 4 years, 8 months ago
- 212da3e ext4: mballoc: print bb_free info even when it is 0 by Ritesh Harjani · 4 years, 8 months ago
- 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 8 months ago
- 08adf45 ext4: fix race between ext4_sync_parent() and rename() by Eric Biggers · 4 years, 8 months ago
- 80dd497 ext4: fix a typo in a comment by Christophe JAILLET · 4 years, 8 months ago
- be809e1 ext4: clean up ext4_ext_convert_to_initialized() error handling by Eric Whitney · 4 years, 8 months ago
- 779e265 ext4: clean up GET_BLOCKS_PRE_IO error handling by Eric Whitney · 4 years, 8 months ago
- bee6cf0 ext4: remove redundant GET_BLOCKS_CONVERT code by Eric Whitney · 4 years, 8 months ago
- ee802f8 ext4: remove dead GET_BLOCKS_ZERO code by Eric Whitney · 4 years, 8 months ago
- b60ca33 ext4: don't ignore return values from ext4_ext_dirty() by Harshad Shirwadkar · 4 years, 8 months ago
- 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
- 8418897 ext4: fix error pointer dereference by Jeffle Xu · 4 years, 8 months ago
- ceff86f ext4: Avoid freeing inodes on dirty list by Jan Kara · 4 years, 8 months ago
- 4301efa writeback: Export inode_io_list_del() by Jan Kara · 4 years, 8 months ago
- 3bbd0ef ext4: fix buffer_head refcnt leak when ext4_iget() fails by Xiyu Yang · 4 years, 8 months ago
- c36a71b ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max by Harshad Shirwadkar · 4 years, 8 months ago
- 39c0ae1 ext4: remove unnecessary comparisons to bool by Jason Yan · 4 years, 8 months ago
- 493e83a ext4: translate a few more map flags to strings in tracepoints by Eric Whitney · 4 years, 9 months ago
- 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
- 6b6aeff ext4: fix a style issue in fs/ext4/acl.c by Carlos Guerrero Álvarez · 4 years, 9 months ago
- ef5fd68 ext4: remove redundant variable has_bigalloc in ext4_fill_super by Kaixu Xia · 4 years, 9 months ago
- 781c036 ext4: remove unnecessary test_opt for DIOREAD_NOLOCK by Kaixu Xia · 4 years, 9 months ago
- 0e698df Linux 5.7-rc4 by Linus Torvalds · 4 years, 8 months ago
- 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, 8 months ago
- ea91593 Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 8 months ago
- eb91db6 MAINTAINERS: btrfs: fix git repo URL by Eric Biggers · 4 years, 8 months ago
- 743f057 Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 8 months ago
- a538399 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 4 years, 8 months ago
- f66ed1e Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 8 months ago
- 29a47f4 Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 8 months ago
- ed6889d Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 8 months ago
- 690e2ab Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 8 months ago
- 42eb62d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 8 months ago
- cf01853 Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
- 052c467 Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
- ab386c4 Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 8 months ago
- c536419 Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 8 months ago
- 477bfeb Merge tag 'drm-fixes-2020-05-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 8 months ago
- cebcff3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 8 months ago
- 2fb3e82 io_uring: punt splice async because of inode mutex by Pavel Begunkov · 4 years, 8 months ago
- 4ee3631 io_uring: check non-sync defer_list carefully by Pavel Begunkov · 4 years, 8 months ago
- 7759a0b io_uring: fix extra put in sync_file_range() by Pavel Begunkov · 4 years, 8 months ago
- b52649a iommu/qcom: Fix local_base status check by Tang Bin · 4 years, 8 months ago
- ae74c19 iommu: Properly export iommu_group_get_for_dev() by Greg Kroah-Hartman · 4 years, 8 months ago
- ba61c3d iommu/vt-d: Use right Kconfig option name by Lu Baolu · 4 years, 8 months ago
- b74aa02 iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system by Suravee Suthikulpanit · 4 years, 8 months ago
- 3fd44c8 io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() by Xiaoguang Wang · 4 years, 8 months ago
- dd461af io_uring: use proper references for fallback_req locking by Bijan Mottahedeh · 4 years, 8 months ago
- 490e896 io_uring: only force async punt if poll based retry can't handle it by Jens Axboe · 4 years, 8 months ago
- af197f5 io_uring: enable poll retry for any file with ->read_iter / ->write_iter by Jens Axboe · 4 years, 8 months ago
- e3dcd86 Merge tag 'amd-drm-fixes-5.7-2020-04-29' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 8 months ago
- a979bb7 Merge tag 'drm-intel-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 8 months ago
- c62098c Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 8 months ago
- c45e8bc Merge tag 'for-5.7/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 8 months ago
- 39e16d9 Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 8 months ago
- 0468915 Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 8 months ago
- 75ec0ba Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 8 months ago
- fb73974 selinux: properly handle multiple messages in selinux_netlink_send() by Paul Moore · 4 years, 8 months ago
- 9c07b75b NFS: Fix a race in __nfs_list_for_each_server() by Trond Myklebust · 4 years, 8 months ago
- af4a32a Merge tag 'mmc-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 8 months ago
- 1578e5d arm64: vdso: Add -fasynchronous-unwind-tables to cflags by Vincenzo Frascino · 4 years, 8 months ago
- 10c70d9 block: remove the bd_openers checks in blk_drop_partitions by Christoph Hellwig · 4 years, 8 months ago
- 47ed39e Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7 by Jens Axboe · 4 years, 8 months ago
- b75dfde fibmap: Warn and return an error in case of block > INT_MAX by Ritesh Harjani · 4 years, 8 months ago
- 6f49c25 dma-buf: fix documentation build warnings by Randy Dunlap · 4 years, 9 months ago