Fabian Frederick
|
942d702e71
udf: remove double err declaration in udf_file_write_iter()
|
10 年之前 |
Linus Torvalds
|
9ec3a646fe
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年之前 |
Linus Torvalds
|
4fc8adcfec
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 年之前 |
Linus Torvalds
|
84588e7a5d
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
|
10 年之前 |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 年之前 |
Al Viro
|
3309dd04cb
switch generic_write_checks() to iocb and iter
|
10 年之前 |
Al Viro
|
165f1a6e30
udf_file_write_iter: reorder and simplify
|
10 年之前 |
Al Viro
|
0fa6b005af
generic_write_checks(): drop isblk argument
|
10 年之前 |
Al Viro
|
5f380c7fa7
lift generic_write_checks() into callers of __generic_file_write_iter()
|
10 年之前 |
Omar Sandoval
|
22c6186ece
direct_IO: remove rw from a_ops->direct_IO()
|
10 年之前 |
Al Viro
|
5d5d568975
make new_sync_{read,write}() static
|
10 年之前 |
Christoph Hellwig
|
e2e40f2c1e
fs: move struct kiocb to fs.h
|
10 年之前 |
Fabian Frederick
|
13f0c2b0f6
udf: remove redundant buffer_head.h includes
|
10 年之前 |
Christoph Hellwig
|
66ee59af63
fs: remove ki_nbytes
|
10 年之前 |
Jan Kara
|
b07ef35244
udf: Release preallocation on last writeable close
|
10 年之前 |
Jan Kara
|
6fb1ca92a6
udf: Fix race between write(2) and close(2)
|
11 年之前 |
Chao Yu
|
3f1be4f9c9
udf: avoid redundant memcpy when writing data in ICB
|
11 年之前 |
Fabian Frederick
|
e973606cc2
udf: use linux/uaccess.h
|
11 年之前 |
Al Viro
|
d4637bc18f
udf: switch to ->write_iter()
|
11 年之前 |
Al Viro
|
aad4f8bb42
switch simple generic_file_aio_read() users to ->read_iter()
|
11 年之前 |
Al Viro
|
d8d3d94b80
pass iov_iter to ->direct_IO()
|
11 年之前 |
Al Viro
|
41fc56d573
kill the 4th argument of __generic_file_aio_write()
|
11 年之前 |
Jan Kara
|
09ebb17ab4
udf: Fix data corruption on file type conversion
|
11 年之前 |
Kent Overstreet
|
73a7075e3f
aio: Kill aio_rw_vect_retry()
|
12 年之前 |
Zhao Hongjiang
|
4173581876
fs: change return values from -EACCES to -EPERM
|
12 年之前 |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 年之前 |
Ian Abbott
|
5eec54fcde
UDF: Add support for O_DIRECT
|
13 年之前 |
Jan Kara
|
9c2fc0de1a
udf: Fix data corruption for files in ICB
|
13 年之前 |
Cong Wang
|
7c0fb22752
udf: remove the second argument of k[un]map_atomic()
|
13 年之前 |
Jan Kara
|
f6940fe909
udf: Fix deadlock in udf_release_file()
|
13 年之前 |