]> git.karo-electronics.de Git - karo-tx-linux.git/history - fs
direct-io: only inc/dec inode->i_dio_count for file systems
[karo-tx-linux.git] / fs /
2015-04-24 Jens Axboedirect-io: only inc/dec inode->i_dio_count for file...
2015-04-24 Johannes Bergfs/9p: fix readdir()
2015-04-15 David HowellsVFS: assorted d_backing_inode() annotations
2015-04-15 David HowellsVFS: fs/inode.c helpers: d_inode() annotations
2015-04-15 David HowellsVFS: fs/cachefiles: d_backing_inode() annotations
2015-04-15 David HowellsVFS: fs library helpers: d_inode() annotations
2015-04-15 David HowellsVFS: assorted weird filesystems: d_inode() annotations
2015-04-15 David HowellsVFS: normal filesystems (and lustre): d_inode() annotations
2015-04-15 David HowellsVFS: Cachefiles should perform fs modifications on...
2015-04-15 David Howellsconfigfs: Fix inconsistent use of file_inode() vs file...
2015-04-15 David HowellsVFS: Make pathwalk use d_is_reg() rather than S_ISREG()
2015-04-15 David HowellsVFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR()
2015-04-15 David HowellsVFS: Combine inode checks with d_is_negative() and...
2015-04-15 David HowellsNFS: Don't use d_inode as a variable name
2015-04-15 David HowellsVFS: Impose ordering on accesses of d_inode and d_flags
2015-04-15 Al Vironfs: generic_write_checks() shouldn't be done on swapout...
2015-04-12 Al Viroocfs2: use __generic_file_write_iter()
2015-04-12 Al Viromirror O_APPEND and O_DIRECT into iocb->ki_flags
2015-04-12 Al Viroswitch generic_write_checks() to iocb and iter
2015-04-12 Al Viroocfs2: move generic_write_checks() before the alignment...
2015-04-12 Al Viroocfs2_file_write_iter: stop messing with ppos
2015-04-12 Al ViroMerge branch 'for-linus' into for-next
2015-04-12 Al Viroudf_file_write_iter: reorder and simplify
2015-04-12 Al Virofuse: ->direct_IO() doesn't need generic_write_checks()
2015-04-12 Al Viroext4_file_write_iter: move generic_write_checks() up
2015-04-12 Al Viroxfs_file_aio_write_checks: switch to iocb/iov_iter
2015-04-12 Al Virogeneric_write_checks(): drop isblk argument
2015-04-12 Al Viroblkdev_write_iter: expand generic_file_checks() call...
2015-04-12 Al Virolift generic_write_checks() into callers of __generic_f...
2015-04-12 Al Virocifs: fold cifs_iovec_write() into the only caller
2015-04-12 Al Virontfs: move iov_iter_truncate() closer to generic_write_...
2015-04-12 Al Vironew_sync_write(): discard ->ki_pos unless the return...
2015-04-12 Omar Sandovaldirect_IO: remove rw from a_ops->direct_IO()
2015-04-12 Omar Sandovaldirect_IO: use iov_iter_rw() instead of rw everywhere
2015-04-12 Omar SandovalRemove rw from dax_{do_,}io()
2015-04-12 Omar SandovalRemove rw from {,__,do_}blockdev_direct_IO()
2015-04-12 Al Viro->aio_read and ->aio_write removed
2015-04-12 Al Virokill do_sync_read/do_sync_write
2015-04-12 Al Virofuse: use iov_iter_get_pages() for non-splice path
2015-04-12 Al Virofuse: switch to ->read_iter/->write_iter
2015-04-12 Al Viromake new_sync_{read,write}() static
2015-04-12 Al Virocoredump: accept any write method
2015-04-12 Al Viroexport __vfs_read()
2015-04-12 Al Viroautofs: switch to __vfs_write()
2015-04-12 Al Vironew helper: __vfs_write()
2015-04-12 Al ViroMerge branch '9p-iov_iter' into for-next
2015-04-12 Al Viroswitch hugetlbfs to ->read_iter()
2015-04-12 Al Virocoda: switch to ->read_iter/->write_iter
2015-04-12 Al Vironcpfs: switch to ->read_iter/->write_iter
2015-04-12 Al Viro9p: we are leaking glock.client_id in v9fs_file_getlock()
2015-04-12 Al Viro9p: switch to ->read_iter/->write_iter
2015-04-12 Al Viro9p: get rid of v9fs_direct_file_read()
2015-04-12 Al Viro9p: switch p9_client_read() to passing struct iov_iter *
2015-04-12 Al Viro9p: get rid of v9fs_direct_file_write()
2015-04-12 Al Viro9p: fold v9fs_file_write_internal() into the caller
2015-04-12 Al Viro9p: switch ->writepage() to direct use of p9_client_write()
2015-04-12 Al Viro9p: switch p9_client_write() to passing it struct iov_i...
2015-04-12 Al Viroaio_run_iocb(): kill dead check
2015-04-12 Al Viroioctx_alloc(): remove pointless check
2015-04-12 Al Viroexpand __fuse_direct_write() in both callers
2015-04-12 Al Virofuse: switch fuse_direct_io_file_operations to ->{read...
2015-04-12 Al Virocuse: switch to iov_iter
2015-04-12 Al ViroMerge branch 'for-davem' into for-next
2015-04-12 Al Viroswitch {compat_,}do_readv_writev() to {compat_,}import_...
2015-04-12 Al Viroaio_setup_vectored_rw(): switch to {compat_,}import_iovec()
2015-04-12 Al Virovmsplice_to_user(): switch to import_iovec()
2015-04-12 Al Virokill aio_setup_single_vector()
2015-04-12 Al ViroMerge branch 'iov_iter' into for-next
2015-04-12 Al Viroaio: simplify arguments of aio_setup_..._rw()
2015-04-12 Al Viroaio: lift iov_iter_init() into aio_setup_..._rw()
2015-04-12 Al Virolift iov_iter into {compat_,}do_readv_writev()
2015-04-12 Al ViroMerge branch 'iocb' into for-next
2015-04-12 Andrew ElbleNFS: fix BUG() crash in notify_change() with patch...
2015-04-12 J. Bruce Fieldsdcache: return -ESTALE not -EBUSY on distributed fs...
2015-04-12 Anton AltaparmakovNTFS: Version 2.1.32 - Update file write from aio_write...
2015-04-12 Al Virodrop bogus check in file_open_root()
2015-04-12 Al Viroswitch security_inode_getattr() to struct path *
2015-04-12 Al Viroremove incorrect comment in lookup_one_len()
2015-04-12 Al Vironamei.c: fold do_path_lookup() into both callers
2015-04-12 Al Virokill struct filename.separate
2015-04-11 Al ViroMerge remote-tracking branch 'dh/afs' into for-davem
2015-04-09 Al Viroocfs2: _really_ sync the right range
2015-04-09 Al ViroMerge branch 'iov_iter' into for-davem
2015-04-09 Al ViroMerge branch 'iocb' into for-davem
2015-04-08 Al Viroocfs2_file_write_iter: keep return value and current...
2015-04-08 Al Viro[regression] ocfs2: do *not* increment ->ki_pos twice
2015-04-07 David S. MillerMerge branch 'for-upstream' of git://git.kernel.org...
2015-04-07 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-04-06 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-04-06 Al Viroioctx_alloc(): fix vma (and file) leak on failure
2015-04-06 Al Virofix mremap() vs. ioctx_kill() race
2015-04-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-04-04 Linus TorvaldsMerge tag 'usb-4.0-rc6' of git://git.kernel.org/pub...
2015-04-04 Linus TorvaldsMerge tag 'staging-4.0-rc6' of git://git.kernel.org...
2015-04-04 Linus TorvaldsMerge tag 'tty-4.0-rc6' of git://git.kernel.org/pub...
2015-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-04-03 Grzegorz KolodziejczykBluetooth: bnep: Add support for get bnep features...
2015-04-03 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2015-04-03 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
next