summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | hostfs: Remove superfluous test in hostfs_open()Richard Weinberger2015-03-261-3/+1
| * | | | | | hostfs: Report append flag in ->show_options()Richard Weinberger2015-03-261-0/+3
| * | | | | | hostfs: Use __getname() in follow_linkRichard Weinberger2015-03-261-14/+11
| * | | | | | hostfs: Remove open coded strcpy()Richard Weinberger2015-03-261-5/+4
| * | | | | | hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()Richard Weinberger2015-03-261-0/+7
| * | | | | | hostfs: Make hostfs_readpage more readableRichard Weinberger2015-03-261-6/+8
| * | | | | | hostfs: Handle bogus st.modeRichard Weinberger2015-03-261-2/+4
| * | | | | | hostfs: Allow fsync on directoriesRichard Weinberger2015-03-261-2/+4
| * | | | | | hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_openRichard Weinberger2015-03-261-0/+1
| * | | | | | hostfs: hostfs_file_open: Switch to data locking modelRichard Weinberger2015-03-261-6/+7
* | | | | | | Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-04-1525-429/+436
|\ \ \ \ \ \ \
| * | | | | | | UBIFS: fix output format of INUM_WATERMARKSheng Yong2015-04-131-1/+1
| * | | | | | | UBIFS: extend debug/message capabilitiesSheng Yong2015-03-2525-409/+419
| * | | | | | | UBIFS: simplify returnsFabian Frederick2015-03-251-8/+2
| * | | | | | | UBIFS: Fix trivial typos in commentsYannick Guerrini2015-03-251-7/+7
| * | | | | | | UBIFS: do not write master node if need recoverySheng Yong2015-03-251-1/+1
| * | | | | | | UBIFS: fix incorrect unlocking handlingTaesoo Kim2015-03-251-4/+7
| |/ / / / / /
* | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-1560-820/+300
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ->aio_read and ->aio_write removedAl Viro2015-04-124-44/+6
| * | | | | | kill do_sync_read/do_sync_writeAl Viro2015-04-121-38/+0
| * | | | | | fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-121-24/+17
| * | | | | | fuse: switch to ->read_iter/->write_iterAl Viro2015-04-121-12/+14
| * | | | | | make new_sync_{read,write}() staticAl Viro2015-04-1247-127/+2
| * | | | | | coredump: accept any write methodAl Viro2015-04-121-1/+1
| * | | | | | export __vfs_read()Al Viro2015-04-121-8/+5
| * | | | | | autofs: switch to __vfs_write()Al Viro2015-04-122-2/+2
| * | | | | | new helper: __vfs_write()Al Viro2015-04-121-12/+16
| * | | | | | Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-125-366/+139
| |\ \ \ \ \ \
| | * | | | | | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-121-0/+2
| | * | | | | | 9p: switch to ->read_iter/->write_iterAl Viro2015-04-121-44/+39
| | * | | | | | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-122-51/+12
| | * | | | | | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-125-118/+46
| | * | | | | | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-122-82/+17
| | * | | | | | 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-122-49/+30
| | * | | | | | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-121-22/+13
| | * | | | | | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-122-38/+18
| * | | | | | | switch hugetlbfs to ->read_iter()Al Viro2015-04-121-58/+34
| * | | | | | | coda: switch to ->read_iter/->write_iterAl Viro2015-04-121-25/+15
| * | | | | | | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-123-63/+37
| |/ / / / / /
| * | | | | | aio_run_iocb(): kill dead checkAl Viro2015-04-121-7/+0
| * | | | | | ioctx_alloc(): remove pointless checkAl Viro2015-04-121-2/+1
| * | | | | | expand __fuse_direct_write() in both callersAl Viro2015-04-121-25/+17
| * | | | | | fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter()Al Viro2015-04-121-17/+12
| * | | | | | cuse: switch to iov_iterAl Viro2015-04-121-17/+10
| * | | | | | Merge branch 'for-davem' into for-nextAl Viro2015-04-1221-62/+194
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-5/+18
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'dh/afs' into for-davemAl Viro2015-04-112-5/+16
| |\ \ \ \ \ \ \
| | * | | | | | | kafs: Add more "unified AFS" error codesNathaniel Wesley Filardo2015-04-011-1/+15
| | * | | | | | | AFS: afs_send_empty_reply() doesn't require an iovec arrayDavid Howells2015-04-011-4/+1
| * | | | | | | | Merge branch 'iocb' into for-davemAl Viro2015-04-0945-170/+155
| |\ \ \ \ \ \ \ \