index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix a bug in ext4_wait_for_tail_page_commit
yangerkun
2019-11-14
1
-4
/
+8
*
ext4: bio_alloc with __GFP_DIRECT_RECLAIM never fails
Gao Xiang
2019-11-14
2
-37
/
+26
*
ext4: code cleanup for get_next_id
Chengguang Xu
2019-11-14
1
-14
/
+1
*
ext4: fix leak of quota reservations
Jan Kara
2019-11-14
2
-6
/
+1
*
ext4: remove unused variable warning in parse_options()
Olof Johansson
2019-11-14
1
-1
/
+1
*
ext4: Enable encryption for subpage-sized blocks
Chandan Rajendra
2019-11-14
1
-7
/
+0
*
fs/buffer.c: support fscrypt in block_read_full_page()
Eric Biggers
2019-11-14
1
-5
/
+43
*
ext4: Add error handling for io_end_vec struct allocation
Ritesh Harjani
2019-11-10
1
-1
/
+8
*
Merge branch 'mb/dio' into master
Theodore Ts'o
2019-11-05
29
-1536
/
+1553
|
\
|
*
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
2019-11-05
4
-455
/
+218
|
*
ext4: update ext4_sync_file() to not use __generic_file_fsync()
Matthew Bobrowski
2019-11-05
1
-25
/
+47
|
*
ext4: move inode extension check out from ext4_iomap_alloc()
Matthew Bobrowski
2019-11-05
2
-23
/
+23
|
*
ext4: move inode extension/truncate code out from ->iomap_end() callback
Matthew Bobrowski
2019-11-05
2
-48
/
+89
|
*
ext4: introduce direct I/O read using iomap infrastructure
Matthew Bobrowski
2019-11-05
2
-39
/
+54
|
*
ext4: introduce new callback for IOMAP_REPORT
Matthew Bobrowski
2019-11-05
3
-56
/
+85
|
*
ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper
Matthew Bobrowski
2019-11-05
1
-52
/
+61
|
*
ext4: move set iomap routines into a separate helper ext4_set_iomap()
Matthew Bobrowski
2019-11-05
1
-42
/
+48
|
*
ext4: iomap that extends beyond EOF should be marked dirty
Matthew Bobrowski
2019-11-05
1
-1
/
+7
|
*
ext4: update direct I/O read lock pattern for IOCB_NOWAIT
Matthew Bobrowski
2019-11-05
1
-1
/
+7
|
*
ext4: reorder map.m_flags checks within ext4_iomap_begin()
Matthew Bobrowski
2019-11-05
1
-3
/
+13
|
*
Merge branch 'iomap-for-next' into mb/dio
Theodore Ts'o
2019-11-05
25
-881
/
+991
|
|
\
|
|
*
fs/iomap: remove redundant check in iomap_dio_rw()
Joseph Qi
2019-10-29
1
-1
/
+1
|
|
*
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-10-21
11
-53
/
+79
|
|
*
iomap: use write_begin to read pages to unshare
Christoph Hellwig
2019-10-21
1
-33
/
+16
|
|
*
iomap: move the zeroing case out of iomap_read_page_sync
Christoph Hellwig
2019-10-21
1
-17
/
+16
|
|
*
iomap: ignore non-shared or non-data blocks in xfs_file_dirty
Christoph Hellwig
2019-10-21
2
-5
/
+12
|
|
*
iomap: always use AOP_FLAG_NOFS in iomap_write_begin
Christoph Hellwig
2019-10-21
1
-9
/
+5
|
|
*
iomap: remove the unused iomap argument to __iomap_write_end
Christoph Hellwig
2019-10-21
1
-2
/
+2
|
|
*
iomap: enhance writeback error message
Darrick J. Wong
2019-10-21
1
-2
/
+3
|
|
*
iomap: pass a struct page to iomap_finish_page_writeback
Christoph Hellwig
2019-10-21
1
-5
/
+5
|
|
*
iomap: cleanup iomap_ioend_compare
Christoph Hellwig
2019-10-21
1
-4
/
+3
|
|
*
iomap: move struct iomap_page out of iomap.h
Christoph Hellwig
2019-10-21
1
-0
/
+17
|
|
*
iomap: warn on inline maps in iomap_writepage_map
Christoph Hellwig
2019-10-21
1
-0
/
+2
|
|
*
iomap: lift the xfs writeback code to iomap
Christoph Hellwig
2019-10-21
6
-648
/
+610
|
|
*
iomap: lift common tracing code from xfs to iomap
Christoph Hellwig
2019-10-21
6
-57
/
+120
|
|
*
iomap: zero newly allocated mapped blocks
Christoph Hellwig
2019-10-21
1
-2
/
+10
|
|
*
xfs: remove the fork fields in the writepage_ctx and ioend
Christoph Hellwig
2019-10-21
2
-27
/
+46
|
|
*
xfs: turn io_append_trans into an io_private void pointer
Christoph Hellwig
2019-10-21
2
-14
/
+14
|
|
*
xfs: refactor the ioend merging code
Christoph Hellwig
2019-10-21
1
-31
/
+42
|
|
*
xfs: use a struct iomap in xfs_writepage_ctx
Christoph Hellwig
2019-10-21
4
-51
/
+50
|
|
*
xfs: set IOMAP_F_NEW more carefully
Christoph Hellwig
2019-10-21
1
-3
/
+6
|
|
*
xfs: initialize iomap->flags in xfs_bmbt_to_iomap
Christoph Hellwig
2019-10-21
3
-14
/
+20
|
|
*
iomap: iomap that extends beyond EOF should be marked dirty
Dave Chinner
2019-10-17
1
-0
/
+7
|
|
*
xfs: Use iomap_dio_rw to wait for unaligned direct IO
Jan Kara
2019-10-15
1
-8
/
+4
|
|
*
iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
Jan Kara
2019-10-15
3
-6
/
+12
*
|
|
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
2019-11-05
18
-435
/
+602
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
jbd2: Fine tune estimate of necessary descriptor blocks
Jan Kara
2019-11-05
1
-5
/
+16
|
*
|
jbd2: Provide trace event for handle restarts
Jan Kara
2019-11-05
1
-1
/
+7
|
*
|
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
10
-62
/
+132
|
*
|
jbd2: Make credit checking more strict
Jan Kara
2019-11-05
1
-1
/
+1
[next]