aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-14ext2: Fix some kernel-doc warnings in balloc.cGravatar Wang Hai 1-3/+3
2020-09-10quota: widen timestamps for the fs_disk_quota structureGravatar Darrick J. Wong 1-6/+36
2020-08-28reiserfs: Fix memory leak in reiserfs_parse_options()Gravatar Jan Kara 1-4/+4
2020-08-28udf: Use kvzalloc() in udf_sb_alloc_bitmap()Gravatar Denis Efremov 1-11/+3
2020-08-28ext2: remove duplicate includeGravatar Wang Hai 1-1/+0
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-31/+39
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 77-226/+232
2020-08-22Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-13/+13
2020-08-22do_epoll_ctl(): clean the failure exits up a bitGravatar Al Viro 1-13/+6
2020-08-22epoll: Keep a reference on files added to the check listGravatar Marc Zyngier 1-2/+9
2020-08-21Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-94/+79
2020-08-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+6
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 24-402/+791
2020-08-21afs: Fix NULL deref in afs_dynroot_depopulate()Gravatar David Howells 1-9/+11
2020-08-21squashfs: avoid bio_alloc() failure with 1Mbyte blocksGravatar Phillip Lougher 1-1/+5
2020-08-21romfs: fix uninitialized memory leak in romfs_dev_read()Gravatar Jann Horn 1-3/+1
2020-08-21btrfs: detect nocow for swap after snapshot deleteGravatar Boris Burkov 4-16/+25
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logGravatar Josef Bacik 1-4/+6
2020-08-20afs: Fix key ref leak in afs_put_operation()Gravatar David Howells 1-0/+1
2020-08-20io_uring: kill extra iovec=NULL in import_iovec()Gravatar Pavel Begunkov 1-3/+1
2020-08-20io_uring: comment on kfree(iovec) checksGravatar Pavel Begunkov 1-0/+2
2020-08-20io_uring: fix racy req->flags modificationGravatar Pavel Begunkov 1-44/+17
2020-08-19io_uring: use system_unbound_wq for ring exit workGravatar Jens Axboe 1-1/+7
2020-08-19btrfs: fix space cache memory leak after transaction abortGravatar Filipe Manana 2-1/+2
2020-08-19btrfs: use the correct const function attribute for btrfs_get_num_csumsGravatar David Sterba 2-2/+2
2020-08-19btrfs: reset compression level for lzo on remountGravatar Marcos Paulo de Souza 1-0/+1
2020-08-19btrfs: handle errors from async submissionGravatar Johannes Thumshirn 1-8/+3
2020-08-19ext4: limit the length of per-inode prealloc listGravatar brookxu 11-23/+90
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()Gravatar brookxu 1-17/+16
2020-08-19ext4: add mb_debug logging when there are lost chunksGravatar brookxu 1-3/+6
2020-08-19ext4: Fix comment typo "the the".Gravatar kyoungho koo 1-1/+1
2020-08-19jbd2: clean up checksum verification in do_one_pass()Gravatar Shijie Luo 1-34/+12
2020-08-18io_uring: cleanup io_import_iovec() of pre-mapped requestGravatar Jens Axboe 1-14/+14
2020-08-18ext4: change to use fallthrough macroGravatar Shijie Luo 3-10/+10
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionGravatar Kyoungho Koo 3-7/+4
2020-08-18mballoc: replace seq_printf with seq_putsGravatar Xu Wang 1-1/+1
2020-08-18ext4: optimize the implementation of ext4_mb_good_group()Gravatar brookxu 1-7/+7
2020-08-18ext4: delete invalid comments near ext4_mb_check_limits()Gravatar brookxu 1-4/+0
2020-08-18ext4: fix typos in ext4_mb_regular_allocator() commentGravatar brookxu 1-2/+2
2020-08-16io_uring: get rid of kiocb_wait_page_queue_init()Gravatar Jens Axboe 1-30/+11
2020-08-16io_uring: find and cancel head link async work on files exitGravatar Jens Axboe 1-4/+29
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-153/+386
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptGravatar Jens Axboe 1-1/+4
2020-08-15io_uring: sanitize double poll handlingGravatar Jens Axboe 1-9/+25
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 3-62/+17
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-2/+4
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 23-121/+2274
2020-08-14fs: autofs: delete repeated words in commentsGravatar Randy Dunlap 1-2/+2
2020-08-14exec: restore EACCES of S_ISDIR execve()Gravatar Kees Cook 1-1/+3
2020-08-13SMB3: Fix mkdir when idsfromsid configured on mountGravatar Steve French 1-0/+1