summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | UBI: Fastmap: Make ubi_refill_pools() fairRichard Weinberger2015-03-261-38/+47
| * | | | UBI: Split __wl_get_peb()Richard Weinberger2015-03-261-23/+38
| * | | | UBI: Fastmap: Fix races in ubi_wl_get_peb()Richard Weinberger2015-03-262-12/+25
| * | | | UBI: Fastmap: Ensure that all fastmap work is done upon WL shutdownRichard Weinberger2015-03-261-0/+3
| * | | | UBI: Fastmap: Ensure that only one fastmap work is scheduledRichard Weinberger2015-03-262-2/+10
| * | | | UBI: align comment for readabilityBrian Norris2015-03-261-1/+1
| * | | | UBI: fix check for "too many bytes"Brian Norris2015-03-261-1/+1
| * | | | UBI: initialize LEB number variableBrian Norris2015-03-261-1/+1
| * | | | UBI: fix out of bounds writeBrian Norris2015-03-261-1/+2
| * | | | UBI: account for bitflips in both the VID header and dataBrian Norris2015-03-261-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 tag 'v4.0-rc5' into linux-nextArtem Bityutskiy2015-03-251510-17224/+38074
| |\| | |
* | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-1590-1185/+598
|\ \ \ \ \
| * | | | | ->aio_read and ->aio_write removedAl Viro2015-04-118-54/+9
| * | | | | pcm: another weird API abuseAl Viro2015-04-111-19/+20
| * | | | | infinibad: weird APIs switched to ->write_iter()Al Viro2015-04-112-15/+23
| * | | | | kill do_sync_read/do_sync_writeAl Viro2015-04-112-40/+0
| * | | | | fuse: use iov_iter_get_pages() for non-splice pathAl Viro2015-04-111-24/+17
| * | | | | fuse: switch to ->read_iter/->write_iterAl Viro2015-04-111-12/+14
| * | | | | switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro2015-04-111-9/+9
| * | | | | make new_sync_{read,write}() staticAl Viro2015-04-1159-153/+11
| * | | | | coredump: accept any write methodAl Viro2015-04-111-1/+1
| * | | | | switch /dev/loop to vfs_iter_write()Al Viro2015-04-111-5/+7
| * | | | | serial2002: switch to __vfs_read/__vfs_writeAl Viro2015-04-111-12/+6
| * | | | | ashmem: use __vfs_read()Al Viro2015-04-111-1/+1
| * | | | | export __vfs_read()Al Viro2015-04-111-8/+5
| * | | | | autofs: switch to __vfs_write()Al Viro2015-04-112-2/+2
| * | | | | new helper: __vfs_write()Al Viro2015-04-112-12/+17
| * | | | | Merge branch '9p-iov_iter' into for-nextAl Viro2015-04-1112-627/+355
| |\ \ \ \ \
| | * | | | | net/9p: remove (now-)unused helpersAl Viro2015-04-112-43/+1
| | * | | | | p9_client_attach(): set fid->uid correctlyAl Viro2015-04-111-0/+1
| | * | | | | 9p: we are leaking glock.client_id in v9fs_file_getlock()Al Viro2015-04-111-0/+2
| | * | | | | 9p: switch to ->read_iter/->write_iterAl Viro2015-04-111-44/+39
| | * | | | | 9p: get rid of v9fs_direct_file_read()Al Viro2015-04-112-51/+12
| | * | | | | 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-117-183/+108
| | * | | | | 9p: get rid of v9fs_direct_file_write()Al Viro2015-04-112-82/+17
| | * | | | | 9p: fold v9fs_file_write_internal() into the callerAl Viro2015-04-112-49/+30
| | * | | | | 9p: switch ->writepage() to direct use of p9_client_write()Al Viro2015-04-111-22/+13
| | * | | | | 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-114-97/+62
| | * | | | | net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-114-133/+147
| * | | | | | switch hugetlbfs to ->read_iter()Al Viro2015-04-111-58/+34
| * | | | | | coda: switch to ->read_iter/->write_iterAl Viro2015-04-111-25/+15
| * | | | | | ncpfs: switch to ->read_iter/->write_iterAl Viro2015-04-113-63/+37
| |/ / / / /
| * | | | | nommu: use __vfs_read()Al Viro2015-04-111-2/+2
| * | | | | acct: check FMODE_CAN_WRITEAl Viro2015-04-111-1/+1
| * | | | | aio_run_iocb(): kill dead checkAl Viro2015-04-111-7/+0