index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-20
fs: rename current get acl method
Christian Brauner
1
-1
/
+1
2022-10-06
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+6
2022-09-29
ext4: avoid crash when inline data creation follows DIO write
Jan Kara
1
-0
/
+6
2022-09-11
ext4: support STATX_DIOALIGN
Eric Biggers
1
-16
/
+26
2022-09-11
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
1
-2
/
+7
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
1
-2
/
+2
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-02-08
ext4: support direct I/O with fscrypt using blk-crypto
Eric Biggers
1
-4
/
+6
2021-12-23
ext4: use ext4_journal_start/stop for fast commit transactions
Harshad Shirwadkar
1
-4
/
+0
2021-11-02
Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2021-10-24
iomap: Add done_before argument to iomap_dio_rw
Andreas Gruenbacher
1
-2
/
+3
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
1
-1
/
+1
2021-09-02
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+2
2021-08-30
ext4: Support for checksumming from journal triggers
Jan Kara
1
-1
/
+2
2021-07-13
ext4: Convert to use mapping->invalidate_lock
Jan Kara
1
-6
/
+7
2021-04-30
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+21
2021-04-22
ext4: Fix occasional generic/418 failure
Jan Kara
1
-4
/
+21
2021-04-12
ext4: convert to fileattr
Miklos Szeredi
1
-0
/
+2
2021-01-23
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
1
-3
/
+2
2020-12-22
ext4: don't leak old mountpoint samples
Theodore Ts'o
1
-1
/
+1
2020-12-22
ext4: drop ext4_handle_dirty_super()
Jan Kara
1
-1
/
+1
2020-12-22
ext4: protect superblock modifications with a buffer lock
Jan Kara
1
-0
/
+3
2020-11-06
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
1
-2
/
+2
2020-11-06
ext4: remove unnecessary fast commit calls from ext4_file_mmap
Harshad Shirwadkar
1
-2
/
+0
2020-10-21
ext4: main fast-commit commit path
Harshad Shirwadkar
1
-2
/
+8
2020-10-18
ext4: flag as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-08-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-4
/
+7
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-1
/
+1
2020-08-06
ext4: do not block RWF_NOWAIT dio write on unallocated space
Jan Kara
1
-0
/
+4
2020-08-06
ext4: fix coding style in file.c
Dio Putra
1
-3
/
+2
2020-08-05
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
1
-0
/
+2
2020-06-03
ext4: don't block for O_DIRECT if IOCB_NOWAIT is set
Jens Axboe
1
-0
/
+6
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
1
-2
/
+9
2020-03-05
ext4: start to support iopoll method
Xiaoguang Wang
1
-0
/
+1
2019-12-26
ext4: Optimize ext4 DIO overwrites
Jan Kara
1
-1
/
+4
2019-12-22
ext4: Move to shared i_rwsem even without dioread_nolock mount opt
Ritesh Harjani
1
-6
/
+3
2019-12-22
ext4: Start with shared i_rwsem in case of DIO instead of exclusive
Ritesh Harjani
1
-49
/
+142
2019-12-22
ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
Ritesh Harjani
1
-4
/
+6
2019-11-05
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
1
-72
/
+174
2019-11-05
ext4: move inode extension check out from ext4_iomap_alloc()
Matthew Bobrowski
1
-1
/
+23
2019-11-05
ext4: move inode extension/truncate code out from ->iomap_end() callback
Matthew Bobrowski
1
-1
/
+88
2019-11-05
ext4: introduce direct I/O read using iomap infrastructure
Matthew Bobrowski
1
-2
/
+53
2019-11-05
ext4: introduce new callback for IOMAP_REPORT
Matthew Bobrowski
1
-2
/
+4
2019-09-21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-2
/
+0
2019-08-12
ext4: add basic fs-verity support
Eric Biggers
1
-0
/
+4
2019-08-11
ext4: remove unnecessary error check
Shi Siyuan
1
-2
/
+0
2019-07-18
Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+6
2019-07-05
ext4: disable map_sync for async flush
Pankaj Gupta
1
-4
/
+6
2019-06-09
ext4: enforce the immutable flag on open files
Theodore Ts'o
1
-0
/
+4
2019-05-10
ext4: fix data corruption caused by overlapping unaligned and aligned IO
Lukas Czerner
1
-0
/
+7
[next]