index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix warning in ext4_dio_write_end_io()
Jan Kara
2023-11-30
1
-6
/
+8
*
ext4: properly sync file size update after O_SYNC direct IO
Jan Kara
2023-10-31
1
-88
/
+65
*
ext4: fix racy may inline data check in dio write
Brian Foster
2023-10-31
1
-7
/
+9
*
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-08-31
1
-22
/
+16
|
\
|
*
ext4: drop dio overwrite only flag and associated warning
Brian Foster
2023-08-27
1
-15
/
+10
|
*
ext4: make ext4_forced_shutdown() take struct super_block
Jan Kara
2023-07-29
1
-7
/
+6
*
|
mm: remove enum page_entry_size
Matthew Wilcox (Oracle)
2023-08-24
1
-6
/
+5
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-06-29
1
-40
/
+46
|
\
|
*
ext4: allow concurrent unaligned dio overwrites
Brian Foster
2023-06-26
1
-40
/
+46
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-8
/
+3
|
\
\
|
*
|
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
2023-06-09
1
-6
/
+3
|
*
|
backing_dev: remove current->backing_dev_info
Christoph Hellwig
2023-06-09
1
-2
/
+0
|
|
/
*
|
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
2023-05-24
1
-1
/
+1
*
|
ext4: Provide a splice-read wrapper
David Howells
2023-05-24
1
-1
/
+12
|
/
*
fs: add FMODE_DIO_PARALLEL_WRITE flag
Jens Axboe
2023-04-03
1
-1
/
+2
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-02-28
1
-12
/
+22
|
\
|
*
ext4: dio take shared inode lock when overwriting preallocated blocks
Zhang Yi
2023-02-14
1
-12
/
+22
*
|
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-1
/
+1
|
/
*
fs: rename current get acl method
Christian Brauner
2022-10-20
1
-1
/
+1
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-06
1
-0
/
+6
|
\
|
*
ext4: avoid crash when inline data creation follows DIO write
Jan Kara
2022-09-29
1
-0
/
+6
*
|
ext4: support STATX_DIOALIGN
Eric Biggers
2022-09-11
1
-16
/
+26
*
|
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
2022-09-11
1
-2
/
+7
|
/
*
iomap: add per-iomap_iter private data
Christoph Hellwig
2022-05-16
1
-2
/
+2
*
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
2022-04-01
1
-1
/
+1
*
ext4: support direct I/O with fscrypt using blk-crypto
Eric Biggers
2022-02-08
1
-4
/
+6
*
ext4: use ext4_journal_start/stop for fast commit transactions
Harshad Shirwadkar
2021-12-23
1
-4
/
+0
*
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-11-02
1
-2
/
+3
|
\
|
*
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
2021-10-24
1
-2
/
+3
*
|
block: switch polling to be bio based
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-09-02
1
-1
/
+2
|
\
|
*
ext4: Support for checksumming from journal triggers
Jan Kara
2021-08-30
1
-1
/
+2
*
|
ext4: Convert to use mapping->invalidate_lock
Jan Kara
2021-07-13
1
-6
/
+7
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-04-30
1
-4
/
+21
|
\
|
*
ext4: Fix occasional generic/418 failure
Jan Kara
2021-04-22
1
-4
/
+21
*
|
ext4: convert to fileattr
Miklos Szeredi
2021-04-12
1
-0
/
+2
|
/
*
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
2021-01-23
1
-3
/
+2
*
ext4: don't leak old mountpoint samples
Theodore Ts'o
2020-12-22
1
-1
/
+1
*
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
1
-1
/
+1
*
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
1
-0
/
+3
*
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
2020-11-06
1
-2
/
+2
*
ext4: remove unnecessary fast commit calls from ext4_file_mmap
Harshad Shirwadkar
2020-11-06
1
-2
/
+0
*
ext4: main fast-commit commit path
Harshad Shirwadkar
2020-10-21
1
-2
/
+8
*
ext4: flag as supporting buffered async reads
Jens Axboe
2020-10-18
1
-1
/
+1
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-08-21
1
-4
/
+7
|
\
|
*
ext4: limit the length of per-inode prealloc list
brookxu
2020-08-19
1
-1
/
+1
|
*
ext4: do not block RWF_NOWAIT dio write on unallocated space
Jan Kara
2020-08-06
1
-0
/
+4
|
*
ext4: fix coding style in file.c
Dio Putra
2020-08-06
1
-3
/
+2
*
|
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
2020-08-05
1
-0
/
+2
|
/
*
ext4: don't block for O_DIRECT if IOCB_NOWAIT is set
Jens Axboe
2020-06-03
1
-0
/
+6
[next]