summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ext4: fold ext4_data_block_valid_rcu() into the callerJan Kara2020-08-071-38/+31
| * | | ext4: check journal inode extents more carefullyJan Kara2020-08-076-47/+41
| * | | ext4: don't allow overlapping system zonesJan Kara2020-08-071-23/+13
| * | | ext4: handle error of ext4_setup_system_zone() on remountJan Kara2020-08-071-1/+4
| * | | ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp()brookxu2020-08-071-3/+0
| * | | ext4: export msg_count and warning_count via sysfsDmitry Monakhov2020-08-073-3/+18
| * | | ext4: remove some redundant function declarationsShijie Luo2020-08-071-6/+0
| * | | ext4: handle option set by mount flags correctlyLukas Czerner2020-08-071-5/+16
| * | | jbd2: fix incorrect code styleXianting Tian2020-08-071-6/+6
| * | | ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o2020-08-073-23/+59
| * | | ext4: indicate via a block bitmap read is prefetched via a tracepointTheodore Ts'o2020-08-071-1/+1
| * | | jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)2020-08-073-9/+4
| * | | jbd2: abort journal if free a async write error metadata bufferzhangyi (F)2020-08-071-0/+16
| * | | ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)2020-08-073-0/+45
| * | | ext4: skip non-loaded groups at cr=0/1 when scanning for good groupsAlex Zhuravlev2020-08-061-1/+20
| * | | ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-064-6/+153
| * | | ext4: handle read only external journal deviceLukas Czerner2020-08-061-18/+33
| * | | ext4: fix spelling typos in ext4_mb_initialize_contextbrookxu2020-08-061-1/+1
| * | | ext4: use generic names for generic ioctlsEric Biggers2020-08-062-27/+17
| * | | ext4: don't hardcode bit values in EXT4_FL_USER_*Eric Biggers2020-08-061-2/+28
| * | | ext4: don't BUG on inconsistent journal featureJan Kara2020-08-061-21/+47
| * | | ext4: do not block RWF_NOWAIT dio write on unallocated spaceJan Kara2020-08-061-0/+4
| * | | ext4: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-061-1/+1
| * | | ext4: lost matching-pair of trace in ext4_unlinkYi Zhuang2020-08-061-17/+21
| * | | ext4: lost matching-pair of trace in ext4_truncatezhengliang2020-08-061-8/+9
| * | | jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)2020-08-061-1/+3
| * | | ext4: fix potential negative array index in do_split()Eric Sandeen2020-08-061-3/+13
| * | | jbd2: make sure jh have b_transaction set in refile/unfile_bufferLukas Czerner2020-08-061-0/+10
| * | | ext4: fix coding style in file.cDio Putra2020-08-061-3/+2
| * | | ext4: delete unnecessary checks before brelse()Markus Elfring2020-08-062-6/+3
| * | | ext4: fix spelling mistakes in extents.cKeyur Patel2020-07-291-5/+5
* | | | afs: Fix NULL deref in afs_dynroot_depopulate()David Howells2020-08-211-9/+11
* | | | afs: Fix key ref leak in afs_put_operation()David Howells2020-08-201-0/+1
| |/ / |/| |
* | | Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-161-153/+386
|\ \ \
| * | | io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-151-1/+4
| * | | io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * | | io_uring: internally retry short readsJens Axboe2020-08-131-39/+70
| * | | io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * | | io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-121-10/+87
| * | | io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1
| * | | io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe2020-08-111-0/+15
| * | | io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe2020-08-101-10/+52
| * | | io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe2020-08-101-0/+3
| * | | io_uring: fix recursive completion locking on oveflow flushJens Axboe2020-08-101-10/+26
| * | | io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe2020-08-101-8/+8
| * | | io_uring: account locked memory before potential error caseJens Axboe2020-08-061-8/+10
| * | | io_uring: set ctx sq/cq entry count earlierJens Axboe2020-08-061-2/+4
| * | | io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang2020-08-051-2/+7
| * | | io_uring: add comments on how the async buffered read retry worksJens Axboe2020-08-031-1/+22
| * | | io_uring: io_async_buf_func() need not test page bitJens Axboe2020-08-031-4/+0