index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
afs
/
write.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-06-25
1
-2
/
+9
|
\
|
*
afs: Fix afs_write_end() to handle short writes
David Howells
2021-06-21
1
-2
/
+9
*
|
afs: Re-enable freezing once a page fault is interrupted
Matthew Wilcox (Oracle)
2021-06-18
1
-5
/
+8
|
/
*
afs: Fix partial writeback of large files on fsync and close
Marc Dionne
2021-06-07
1
-1
/
+1
*
afs: Fix speculative status fetches
David Howells
2021-05-01
1
-0
/
+1
*
afs: Use the netfs_write_begin() helper
David Howells
2021-04-23
1
-96
/
+12
*
afs: Use new netfs lib read helper API
David Howells
2021-04-23
1
-2
/
+5
*
afs: Prepare for use of THPs
David Howells
2021-04-23
1
-195
/
+239
*
afs: Extract writeback extension into its own function
David Howells
2021-04-23
1
-42
/
+67
*
afs: Wait on PG_fscache before modifying/releasing a page
David Howells
2021-04-23
1
-0
/
+10
*
afs: Use ITER_XARRAY for writing
David Howells
2021-04-23
1
-43
/
+57
*
afs: Set up the iov_iter before calling afs_extract_data()
David Howells
2021-04-23
1
-8
/
+19
*
afs: Move key to afs_read struct
David Howells
2021-04-23
1
-6
/
+6
*
afs: Pass page into dirty region helpers to provide THP size
David Howells
2021-04-23
1
-35
/
+25
*
afs: Disable use of the fscache I/O routines
David Howells
2021-04-23
1
-10
/
+0
*
afs: Use wait_on_page_writeback_killable
Matthew Wilcox (Oracle)
2021-03-23
1
-2
/
+1
*
afs: Fix afs_write_end() when called with copied == 0 [ver #3]
David Howells
2020-11-14
1
-1
/
+4
*
afs: Fix dirty-region encoding on ppc32 with 64K pages
David Howells
2020-10-29
1
-5
/
+0
*
afs: Fix afs_invalidatepage to adjust the dirty region
David Howells
2020-10-29
1
-0
/
+1
*
afs: Alter dirty range encoding in page->private
David Howells
2020-10-29
1
-1
/
+1
*
afs: Wrap page->private manipulations in inline functions
David Howells
2020-10-29
1
-18
/
+13
*
afs: Fix where page->private is set during write
David Howells
2020-10-29
1
-15
/
+26
*
afs: Fix page leak on afs_write_begin() failure
David Howells
2020-10-29
1
-12
/
+11
*
afs: Fix to take ref on page when PG_private is set
David Howells
2020-10-29
1
-8
/
+10
*
afs: Fix afs_launder_page to not clear PG_writeback
David Howells
2020-10-27
1
-4
/
+6
*
afs: Fix deadlock between writeback and truncate
David Howells
2020-10-08
1
-0
/
+11
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
afs: Fix interruption of operations
David Howells
2020-07-15
1
-0
/
+1
*
afs: Fix truncation issues and mmap writeback size
David Howells
2020-06-15
1
-0
/
+6
*
afs: Concoct ctimes
David Howells
2020-06-15
1
-0
/
+1
*
afs: afs_write_end() should change i_size under the right lock
David Howells
2020-06-15
1
-2
/
+2
*
afs: Fix non-setting of mtime when writing into mmap
David Howells
2020-06-15
1
-0
/
+1
*
afs: Fix afs_store_data() to set mtime in new operation descriptor
David Howells
2020-06-11
1
-0
/
+1
*
afs: Build an abstraction around an "operation" concept
David Howells
2020-06-04
1
-58
/
+90
*
afs: Rename struct afs_fs_cursor to afs_operation
David Howells
2020-05-31
1
-1
/
+1
*
Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-10
1
-2
/
+1
|
\
|
*
fs/afs: use struct_size() in kzalloc()
Zhengyuan Liu
2019-06-20
1
-2
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
afs: Fix application of status and callback to be under same lock
David Howells
2019-05-16
1
-43
/
+55
*
afs: Make some RPC operations non-interruptible
David Howells
2019-05-16
1
-1
/
+1
*
afs: Unlock pages for __pagevec_release()
Marc Dionne
2019-04-13
1
-0
/
+1
*
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
2018-10-24
1
-9
/
+9
*
afs: Don't invoke the server to read data beyond EOF
David Howells
2018-10-24
1
-0
/
+11
*
afs: Add a couple of tracepoints to log I/O errors
David Howells
2018-10-24
1
-0
/
+1
*
fs/afs: use new return type vm_fault_t
Souptick Joarder
2018-08-23
1
-1
/
+1
*
afs: Fix whole-volume callback handling
David Howells
2018-05-14
1
-1
/
+1
*
Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-04-12
1
-20
/
+21
|
\
|
*
afs: Do better accretion of small writes on newly created content
David Howells
2018-04-09
1
-19
/
+13
|
*
afs: Add stats for data transfer operations
David Howells
2018-04-09
1
-0
/
+6
|
*
afs: Fix directory handling
David Howells
2018-04-09
1
-1
/
+2
[next]