Enable ext4 support for per-file/directory dax operations
[linux-block.git] / fs /
2020-06-11 Theodore Ts'oEnable ext4 support for per-file/directory dax operations
2020-06-04 Jan Karaext4: avoid unnecessary transaction starts during writeback
2020-06-04 Jens Axboeext4: don't block for O_DIRECT if IOCB_NOWAIT is set
2020-06-04 Christoph Hellwigext4: remove the access_ok() check in ext4_ioctl_get_es...
2020-06-04 Christoph Hellwigfs: remove the access_ok() check in ioctl_fiemap
2020-06-04 Christoph Hellwigfs: handle FIEMAP_FLAG_SYNC in fiemap_prep
2020-06-04 Christoph Hellwigfs: move fiemap range validation into the file systems...
2020-06-04 Christoph Hellwigiomap: fix the iomap_fiemap prototype
2020-06-04 Christoph Hellwigfs: move the fiemap definitions out of fs.h
2020-06-04 Christoph Hellwigfs: mark __generic_block_fiemap static
2020-06-04 Christoph Hellwigext4: remove the call to fiemap_check_flags in ext4_fiemap
2020-06-04 Christoph Hellwigext4: split _ext4_fiemap
2020-06-04 Christoph Hellwigext4: fix fiemap size checks for bitmap files
2020-06-04 Ritesh Harjaniext4: fix EXT4_MAX_LOGICAL_BLOCK macro
2020-06-04 Jonathan Grantadd comment for ext4_dir_entry_2 file_type member
2020-06-04 Jan Karajbd2: avoid leaking transaction credits when unreservin...
2020-06-04 Jan Karaext4: drop ext4_journal_free_reserved()
2020-06-04 Ritesh Harjaniext4: mballoc: use lock for checking free blocks while...
2020-06-04 Ritesh Harjaniext4: mballoc: refactor ext4_mb_good_group()
2020-06-04 Ritesh Harjaniext4: mballoc: introduce pcpu seqcnt for freeing PA...
2020-06-04 Ritesh Harjaniext4: mballoc: refactor ext4_mb_discard_preallocations()
2020-06-04 Ritesh Harjaniext4: mballoc: add blocks to PA list under same spinloc...
2020-06-04 Eric Biggersext4: add casefold flag to EXT4_INODE_* flags
2020-06-04 Eric Whitneyext4: rework map struct instantiation in ext4_ext_map_b...
2020-06-04 Ritesh Harjaniext4: make ext_debug() implementation to use pr_debug()
2020-06-04 Ritesh Harjaniext4: mballoc: make mb_debug() implementation to use...
2020-06-04 Ritesh Harjaniext4: replace EXT_DEBUG with __maybe_unused in ext4_ext...
2020-06-04 Ritesh Harjaniext4: improve ext_debug() msg in case of block allocati...
2020-06-04 Ritesh Harjaniext4: use BIT() macro for BH_** state bits
2020-06-04 Ritesh Harjaniext4: balloc: use task_pid_nr() helper
2020-06-04 Ritesh Harjaniext4: mballoc: fix possible NULL ptr & remove BUG_ONs...
2020-06-04 Ritesh Harjaniext4: mballoc: refactor code inside DOUBLE_CHECK into...
2020-06-04 Ritesh Harjaniext4: mballoc: make ext4_mb_use_preallocated() return...
2020-06-04 Ritesh Harjaniext4: mballoc: simplify error handling in ext4_init_mba...
2020-06-04 Ritesh Harjaniext4: mballoc: fix few other format specifier in mb_debug()
2020-06-04 Ritesh Harjaniext4: mballoc: correct the mb_debug() format specifier...
2020-06-04 Ritesh Harjaniext4: mballoc: add more mb_debug() msgs
2020-06-04 Ritesh Harjaniext4: mballoc: refactor ext4_mb_show_ac()
2020-06-04 Ritesh Harjaniext4: mballoc: print bb_free info even when it is 0
2020-06-04 Theodore Ts'oext4: avoid ext4_error()'s caused by ENOMEM in the...
2020-06-04 Eric Biggersext4: fix race between ext4_sync_parent() and rename()
2020-06-04 Christophe JAILLEText4: fix a typo in a comment
2020-06-04 Eric Whitneyext4: clean up ext4_ext_convert_to_initialized() error...
2020-06-04 Eric Whitneyext4: clean up GET_BLOCKS_PRE_IO error handling
2020-06-04 Eric Whitneyext4: remove redundant GET_BLOCKS_CONVERT code
2020-06-04 Eric Whitneyext4: remove dead GET_BLOCKS_ZERO code
2020-06-04 Harshad Shirwadkarext4: don't ignore return values from ext4_ext_dirty()
2020-06-04 Harshad Shirwadkarext4: handle ext4_mark_inode_dirty errors
2020-06-04 Jeffle Xuext4: fix error pointer dereference
2020-06-04 Jan Karaext4: Avoid freeing inodes on dirty list
2020-06-04 Jan Karawriteback: Export inode_io_list_del()
2020-06-04 Xiyu Yangext4: fix buffer_head refcnt leak when ext4_iget()...
2020-06-04 Harshad Shirwadkarext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed...
2020-06-04 Jason Yanext4: remove unnecessary comparisons to bool
2020-06-04 Eric Whitneyext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
2020-06-04 Carlos Guerrero... ext4: fix a style issue in fs/ext4/acl.c
2020-05-29 Ira Weinyfs/ext4: Introduce DAX inode flag
2020-05-29 Ira Weinyfs/ext4: Remove jflag variable
2020-05-29 Ira Weinyfs/ext4: Make DAX mount option a tri-state
2020-05-29 Ira Weinyfs/ext4: Only change S_DAX on inode load
2020-05-29 Ira Weinyfs/ext4: Update ext4_should_use_dax()
2020-05-29 Ira Weinyfs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
2020-05-29 Ira Weinyfs/ext4: Disallow verity if inode is DAX
2020-05-29 Ira Weinyfs/ext4: Narrow scope of DAX check in setflags
2020-05-14 Kaixu Xiaext4: remove redundant variable has_bigalloc in ext4_fi...
2020-05-13 Ira Weinyfs: Introduce DCACHE_DONTCACHE
2020-05-13 Ira Weinyfs: Lift XFS_IDONTCACHE to the VFS layer
2020-05-07 Kaixu Xiaext4: remove unnecessary test_opt for DIOREAD_NOLOCK
2020-05-04 Ira Weinyfs/stat: Define DAX statx attribute
2020-05-03 Linus TorvaldsMerge tag 'for-5.7-rc3-tag' of git://git./linux/kernel...
2020-05-03 Linus TorvaldsMerge tag 'iommu-fixes-v5.7-rc3' of git://git./linux...
2020-05-02 Linus TorvaldsMerge tag 'pm-5.7-rc4' of git://git./linux/kernel/git...
2020-05-02 Linus TorvaldsMerge tag 'iomap-5.7-fixes-1' of git://git./fs/xfs...
2020-05-02 Linus TorvaldsMerge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org...
2020-05-02 Linus TorvaldsMerge tag 'dmaengine-fix-5.7-rc4' of git://git.infradea...
2020-05-02 Linus TorvaldsMerge tag 'vfio-v5.7-rc4' of git://github.com/awilliam...
2020-05-02 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-05-02 Linus TorvaldsMerge tag 'io_uring-5.7-2020-05-01' of git://git.kernel...
2020-05-01 Linus TorvaldsMerge tag 'block-5.7-2020-05-01' of git://git.kernel...
2020-05-01 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git....
2020-05-01 Linus TorvaldsMerge tag 'sound-5.7-rc4' of git://git./linux/kernel...
2020-05-01 Linus TorvaldsMerge tag 'drm-fixes-2020-05-01' of git://anongit.freed...
2020-05-01 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2020-05-01 Pavel Begunkovio_uring: punt splice async because of inode mutex io_uring-5.7-2020-05-01
2020-05-01 Pavel Begunkovio_uring: check non-sync defer_list carefully
2020-05-01 Pavel Begunkovio_uring: fix extra put in sync_file_range()
2020-05-01 Xiaoguang Wangio_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
2020-05-01 Bijan Mottahedehio_uring: use proper references for fallback_req locking
2020-05-01 Jens Axboeio_uring: only force async punt if poll based retry...
2020-05-01 Jens Axboeio_uring: enable poll retry for any file with ->read_it...
2020-05-01 Dave AirlieMerge tag 'amd-drm-fixes-5.7-2020-04-29' of git://peopl...
2020-05-01 Dave AirlieMerge tag 'drm-intel-fixes-2020-04-30' of git://anongit...
2020-05-01 Dave AirlieMerge tag 'drm-misc-fixes-2020-04-30' of git://anongit...
2020-04-30 Linus TorvaldsMerge tag 'for-5.7/dm-fixes-2' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'selinux-pr-20200430' of git://git./linux...
2020-04-30 Linus TorvaldsMerge tag 'linux-kselftest-kunit-5.7-rc4' of git:/...
2020-04-30 Linus TorvaldsMerge tag 'linux-kselftest-5.7-rc4' of git://git./linux...
2020-04-30 Trond MyklebustNFS: Fix a race in __nfs_list_for_each_server()
2020-04-30 Linus TorvaldsMerge tag 'mmc-v5.7-rc2' of git://git./linux/kernel...
2020-04-30 Ritesh Harjanifibmap: Warn and return an error in case of block ...
next