summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03ext4: fix error pointer dereferenceJeffle Xu
2020-06-03ext4: Avoid freeing inodes on dirty listJan Kara
2020-06-03writeback: Export inode_io_list_del()Jan Kara
2020-06-03ext4: fix buffer_head refcnt leak when ext4_iget() failsXiyu Yang
2020-06-03ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_maxHarshad Shirwadkar
2020-06-03ext4: remove unnecessary comparisons to boolJason Yan
2020-06-03ext4: translate a few more map flags to strings in tracepointsEric Whitney
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney
2020-06-03ext4: fix a style issue in fs/ext4/acl.cCarlos Guerrero Álvarez
2020-05-28Documentation/dax: Update DAX enablement for ext4Ira Weiny
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny
2020-05-28fs/ext4: Remove jflag variableIra Weiny
2020-05-28fs/ext4: Make DAX mount option a tri-stateIra Weiny
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny
2020-05-28fs/ext4: Update ext4_should_use_dax()Ira Weiny
2020-05-28fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYSIra Weiny
2020-05-28fs/ext4: Disallow verity if inode is DAXIra Weiny
2020-05-28fs/ext4: Narrow scope of DAX check in setflagsIra Weiny
2020-05-14ext4: remove redundant variable has_bigalloc in ext4_fill_superKaixu Xia
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny
2020-05-07ext4: remove unnecessary test_opt for DIOREAD_NOLOCKKaixu Xia
2020-05-04Documentation/dax: Update Usage sectionIra Weiny
2020-05-04fs/stat: Define DAX statx attributeIra Weiny
2020-05-04fs: Remove unneeded IS_DAX() check in io_is_direct()Ira Weiny
2020-05-03Linux 5.7-rc4Linus Torvalds
2020-05-03Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-05-03Merge tag 'iommu-fixes-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-03MAINTAINERS: btrfs: fix git repo URLEric Biggers
2020-05-02Merge tag 'pm-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-05-02Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2020-05-02Merge tag 'iomap-5.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-05-02Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2020-05-01Merge tag 'vfio-v5.7-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-05-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-05-01Merge tag 'io_uring-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-01Merge tag 'block-5.7-2020-05-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-01Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-05-01Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-05-01Merge tag 'drm-fixes-2020-05-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-05-01io_uring: punt splice async because of inode mutexPavel Begunkov
2020-05-01io_uring: check non-sync defer_list carefullyPavel Begunkov
2020-05-01io_uring: fix extra put in sync_file_range()Pavel Begunkov
2020-05-01iommu/qcom: Fix local_base status checkTang Bin
2020-05-01iommu: Properly export iommu_group_get_for_dev()Greg Kroah-Hartman
2020-05-01iommu/vt-d: Use right Kconfig option nameLu Baolu
2020-05-01iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled systemSuravee Suthikulpanit
2020-04-30io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()Xiaoguang Wang