aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | hostfs: Remove open coded strcpy()Richard Weinberger2015-03-26
| * | | | | | | | | | | | | | | | | | | | hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Richard Weinberger2015-03-26
| * | | | | | | | | | | | | | | | | | | | hostfs: Make hostfs_readpage more readableRichard Weinberger2015-03-26
| * | | | | | | | | | | | | | | | | | | | hostfs: Handle bogus st.modeRichard Weinberger2015-03-26
| * | | | | | | | | | | | | | | | | | | | hostfs: Allow fsync on directoriesRichard Weinberger2015-03-26
| * | | | | | | | | | | | | | | | | | | | hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openRichard Weinberger2015-03-26
| * | | | | | | | | | | | | | | | | | | | hostfs: hostfs_file_open: Switch to data locking modelRichard Weinberger2015-03-26
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | UBIFS: fix output format of INUM_WATERMARKSheng Yong2015-04-13
| * | | | | | | | | | | | | | | | | | | | UBIFS: extend debug/message capabilitiesSheng Yong2015-03-25
| * | | | | | | | | | | | | | | | | | | | UBIFS: simplify returnsFabian Frederick2015-03-25
| * | | | | | | | | | | | | | | | | | | | UBIFS: Fix trivial typos in commentsYannick Guerrini2015-03-25
| * | | | | | | | | | | | | | | | | | | | UBIFS: do not write master node if need recoverySheng Yong2015-03-25
| * | | | | | | | | | | | | | | | | | | | UBIFS: fix incorrect unlocking handlingTaesoo Kim2015-03-25
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | / / / / / / / / / / / / / | | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | ->aio_read and ->aio_write removedAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | kill do_sync_read/do_sync_writeAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | fuse: switch to ->read_iter/->write_iterAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | make new_sync_{read,write}() staticAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | coredump: accept any write methodAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | export __vfs_read()Al Viro2015-04-11
| * | | | | | | | | | | | | | | | | | autofs: switch to __vfs_write()Al Viro2015-04-11
| * | | | | | | | | | | | | | | | | | new helper: __vfs_write()Al Viro2015-04-11
| * | | | | | | | | | | | | | | | | | Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: switch to ->read_iter/->write_iterAl Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-11
| | * | | | | | | | | | | | | | | | | | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-11
| * | | | | | | | | | | | | | | | | | | switch hugetlbfs to ->read_iter()Al Viro2015-04-11
| * | | | | | | | | | | | | | | | | | | coda: switch to ->read_iter/->write_iterAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-11
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | aio_run_iocb(): kill dead checkAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | ioctx_alloc(): remove pointless checkAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | expand __fuse_direct_write() in both callersAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-11
| * | | | | | | | | | | | | | | | | | cuse: switch to iov_iterAl Viro2015-04-11
| * | | | | | | | | | | | | | | | | | Merge branch 'for-davem' into for-nextAl Viro2015-04-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo2015-04-01
| | * | | | | | | | | | | | | | | | | | | AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-01
| * | | | | | | | | | | | | | | | | | | | Merge branch 'iocb' into for-davemAl Viro2015-04-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-03
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \