summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-044-202/+164
|\
| * fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-082-117/+15
| * fs: don't allow kernel reads and writes without iter opsChristoph Hellwig2020-09-081-25/+42
| * sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-081-24/+24
| * proc: add a read_iter method to proc proc_opsChristoph Hellwig2020-09-031-3/+50
| * proc: cleanup the compat vs no compat file opsChristoph Hellwig2020-09-031-6/+4
| * proc: remove a level of indentation in proc_get_inodeChristoph Hellwig2020-09-031-35/+37
* | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-221-13/+13
|\ \
| * | do_epoll_ctl(): clean the failure exits up a bitAl Viro2020-08-221-13/+6
| * | epoll: Keep a reference on files added to the check listMarc Zyngier2020-08-221-2/+9
| |/
* | Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-211-94/+79
|\ \
| * | io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov2020-08-201-3/+1
| * | io_uring: comment on kfree(iovec) checksPavel Begunkov2020-08-201-0/+2
| * | io_uring: fix racy req->flags modificationPavel Begunkov2020-08-201-44/+17
| * | io_uring: use system_unbound_wq for ring exit workJens Axboe2020-08-191-1/+7
| * | io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe2020-08-181-14/+14
| * | io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe2020-08-161-30/+11
| * | io_uring: find and cancel head link async work on files exitJens Axboe2020-08-161-4/+29
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-212-4/+6
|\ \
| * | squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher2020-08-211-1/+5
| * | romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn2020-08-211-3/+1
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-2124-402/+791
|\ \
| * | ext4: limit the length of per-inode prealloc listbrookxu2020-08-1911-23/+90
| * | ext4: reorganize if statement of ext4_mb_release_context()brookxu2020-08-191-17/+16
| * | ext4: add mb_debug logging when there are lost chunksbrookxu2020-08-191-3/+6
| * | ext4: Fix comment typo "the the".kyoungho koo2020-08-191-1/+1
| * | jbd2: clean up checksum verification in do_one_pass()Shijie Luo2020-08-191-34/+12
| * | ext4: change to use fallthrough macroShijie Luo2020-08-183-10/+10
| * | ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo2020-08-183-7/+4
| * | mballoc: replace seq_printf with seq_putsXu Wang2020-08-181-1/+1
| * | ext4: optimize the implementation of ext4_mb_good_group()brookxu2020-08-181-7/+7
| * | ext4: delete invalid comments near ext4_mb_check_limits()brookxu2020-08-181-4/+0
| * | ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu2020-08-181-2/+2
| * | ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-071-3/+3
| * | fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-08-072-7/+9
| * | ext4: correctly restore system zone info when remount failsJan Kara2020-08-072-16/+21
| * | ext4: handle add_system_zone() failure in ext4_setup_system_zone()Jan Kara2020-08-071-2/+5
| * | 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