Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ff7d37a502022149655c18035b99a53391be0383
/
fs
« Previous
2cfde72
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
3f3c73de
Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
d0bbe0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
c4be50e
Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
0c9bd63
um: hostfs: Reduce number of syscalls in readdir
by Richard Weinberger
· 10 years ago
1a7e985d
UBIFS: fix output format of INUM_WATERMARK
by Sheng Yong
· 10 years ago
6a23b45
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
7da839c
ocfs2: use __generic_file_write_iter()
by Al Viro
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
9032025
ocfs2: move generic_write_checks() before the alignment checks
by Al Viro
· 10 years ago
5dc3161
ocfs2_file_write_iter: stop messing with ppos
by Al Viro
· 10 years ago
dfea934
Merge branch 'for-linus' into for-next
by Al Viro
· 10 years ago
165f1a6
udf_file_write_iter: reorder and simplify
by Al Viro
· 10 years ago
6b775b1
fuse: ->direct_IO() doesn't need generic_write_checks()
by Al Viro
· 10 years ago
e768d7f
ext4_file_write_iter: move generic_write_checks() up
by Al Viro
· 10 years ago
99733fa
xfs_file_aio_write_checks: switch to iocb/iov_iter
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
7ec7b94
blkdev_write_iter: expand generic_file_checks() call in there
by Al Viro
· 10 years ago
5f380c7
lift generic_write_checks() into callers of __generic_file_write_iter()
by Al Viro
· 10 years ago
e9d1593
cifs: fold cifs_iovec_write() into the only caller
by Al Viro
· 10 years ago
ccca268
ntfs: move iov_iter_truncate() closer to generic_write_checks()
by Al Viro
· 10 years ago
f765b13
new_sync_write(): discard ->ki_pos unless the return value is positive
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
a95cd63
Remove rw from dax_{do_,}io()
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
8436318
->aio_read and ->aio_write removed
by Al Viro
· 10 years ago
9a219bc
kill do_sync_read/do_sync_write
by Al Viro
· 10 years ago
6c09e94
fuse: use iov_iter_get_pages() for non-splice path
by Al Viro
· 10 years ago
fbdbacc
fuse: switch to ->read_iter/->write_iter
by Al Viro
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
86cc058
coredump: accept any write method
by Al Viro
· 10 years ago
3d04c8a
export __vfs_read()
by Al Viro
· 10 years ago
a35fb91
autofs: switch to __vfs_write()
by Al Viro
· 10 years ago
493c84c
new helper: __vfs_write()
by Al Viro
· 10 years ago
c48722c
Merge branch '9p-iov_iter' into for-next
by Al Viro
· 10 years ago
34d0640
switch hugetlbfs to ->read_iter()
by Al Viro
· 10 years ago
c12c49e
coda: switch to ->read_iter/->write_iter
by Al Viro
· 10 years ago
274a488
ncpfs: switch to ->read_iter/->write_iter
by Al Viro
· 10 years ago
ce85dd5
9p: we are leaking glock.client_id in v9fs_file_getlock()
by Al Viro
· 10 years ago
e494b6b
9p: switch to ->read_iter/->write_iter
by Al Viro
· 10 years ago
42b1ab9
9p: get rid of v9fs_direct_file_read()
by Al Viro
· 10 years ago
e1200fe6
9p: switch p9_client_read() to passing struct iov_iter *
by Al Viro
· 10 years ago
9565a54
9p: get rid of v9fs_direct_file_write()
by Al Viro
· 10 years ago
c711a6b
9p: fold v9fs_file_write_internal() into the caller
by Al Viro
· 10 years ago
371098c
9p: switch ->writepage() to direct use of p9_client_write()
by Al Viro
· 10 years ago
070b365
9p: switch p9_client_write() to passing it struct iov_iter *
by Al Viro
· 10 years ago
47e3936
aio_run_iocb(): kill dead check
by Al Viro
· 10 years ago
08397ac
ioctx_alloc(): remove pointless check
by Al Viro
· 10 years ago
812408f
expand __fuse_direct_write() in both callers
by Al Viro
· 10 years ago
1531626
fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()
by Al Viro
· 10 years ago
cfa86a7
cuse: switch to iov_iter
by Al Viro
· 10 years ago
39c853e
Merge branch 'for-davem' into for-next
by Al Viro
· 10 years ago
0504c07
switch {compat_,}do_readv_writev() to {compat_,}import_iovec()
by Al Viro
· 10 years ago
32a56af
aio_setup_vectored_rw(): switch to {compat_,}import_iovec()
by Al Viro
· 10 years ago
345995f
vmsplice_to_user(): switch to import_iovec()
by Al Viro
· 10 years ago
d4fb392
kill aio_setup_single_vector()
by Al Viro
· 10 years ago
a96114f
aio: simplify arguments of aio_setup_..._rw()
by Al Viro
· 10 years ago
4c185ce
aio: lift iov_iter_init() into aio_setup_..._rw()
by Al Viro
· 10 years ago
ac15ac0
lift iov_iter into {compat_,}do_readv_writev()
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
c1b8940
NFS: fix BUG() crash in notify_change() with patch to chown_common()
by Andrew Elble
· 10 years ago
3d330dc
dcache: return -ESTALE not -EBUSY on distributed fs race
by J. Bruce Fields
· 10 years ago
a632f55
NTFS: Version 2.1.32 - Update file write from aio_write to write_iter.
by Anton Altaparmakov
· 10 years ago
e5b811e
drop bogus check in file_open_root()
by Al Viro
· 10 years ago
3f7036a
switch security_inode_getattr() to struct path *
by Al Viro
· 10 years ago
9e7543e
remove incorrect comment in lookup_one_len()
by Al Viro
· 10 years ago
74eb8cc
namei.c: fold do_path_lookup() into both callers
by Al Viro
· 10 years ago
fd2f7cb
kill struct filename.separate
by Al Viro
· 10 years ago
a2dd379
Merge remote-tracking branch 'dh/afs' into for-davem
by Al Viro
· 10 years ago
64b4e25
ocfs2: _really_ sync the right range
by Al Viro
· 10 years ago
237dae8
Merge branch 'iocb' into for-davem
by Al Viro
· 10 years ago
9ce5a23
ocfs2_file_write_iter: keep return value and current position update in sync
by Al Viro
· 10 years ago
cf1b5ea
[regression] ocfs2: do *not* increment ->ki_pos twice
by Al Viro
· 10 years ago
3013317
gfs2: fix quota refresh race in do_glock()
by Abhi Das
· 10 years ago
7abccdb
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
deeb852
ioctx_alloc(): fix vma (and file) leak on failure
by Al Viro
· 10 years ago
b2edffd
fix mremap() vs. ioctx_kill() race
by Al Viro
· 10 years ago
0477e2e
Bluetooth: bnep: Add support for get bnep features via ioctl
by Grzegorz Kolodziejczyk
· 10 years ago
b010a0f
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 10 years ago
c9e15f2
debugfs: allow bad parent pointers to be passed in
by Greg KH
· 10 years ago
0429c2b
locks: use cmpxchg to assign i_flctx pointer
by Jeff Layton
· 10 years ago
3648888
locks: get rid of WE_CAN_BREAK_LSLK_NOW dead code
by Jeff Layton
· 10 years ago
cae80b3
locks: change lm_get_owner and lm_put_owner prototypes
by Jeff Layton
· 10 years ago
5c1c669
locks: don't allocate a lock context for an F_UNLCK request
by Jeff Layton
· 10 years ago
663d5af
locks: Add lockdep assertion for blocked_lock_lock
by Daniel Wagner
· 10 years ago
9b8c869
locks: remove extraneous IS_POSIX and IS_FLOCK tests
by Jeff Layton
· 10 years ago
9cd2904
locks: Remove unnecessary IS_POSIX test
by Daniel Wagner
· 10 years ago
53d5864
kafs: Add more "unified AFS" error codes
by Nathaniel Wesley Filardo
· 10 years ago
b6c3a59
Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
1e84891
Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
bfd4e95
AFS: afs_send_empty_reply() doesn't require an iovec array
by David Howells
· 10 years ago
3adc12e
udf: Update ctime and mtime when directory is modified
by Jan Kara
· 10 years ago
0fd2ba3
udf: return correct errno for udf_update_inode()
by Changwoo Min
· 10 years ago
78c3eb3
ext3: Remove useless condition in if statement.
by Wei Yuan
· 10 years ago
4c5930e
Fix warning
by Steve French
· 10 years ago
dfebe40
Fix another dereference before null check warning
by Steve French
· 10 years ago
8b7a454
CIFS: session servername can't be null
by Steve French
· 10 years ago
Next »