summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-10debugfs: file: Remove unnecessary cast in kfree()Xu Wang
2020-07-09io_uring: remove dead 'ctx' argument and move forward declarationJens Axboe
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik
2020-07-09io_uring: get rid of __req_need_defer()Jens Axboe
2020-07-09cifs: update internal module version numberSteve French
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg
2020-07-09efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel
2020-07-09Replace HTTP links with HTTPS ones: DISKQUOTAAlexander A. Klimov
2020-07-09ext2: initialize quota info in ext2_xattr_set()Chengguang Xu
2020-07-09ext2: fix some incorrect comments in inode.cChengguang Xu
2020-07-09ext2: remove nocheck optionChengguang Xu
2020-07-09ext2: fix missing percpu_counter_incMikulas Patocka
2020-07-09ext2: ext2_find_entry() return -ENOENT if no entry foundzhangyi (F)
2020-07-09ext2: propagate errors up to ext2_find_entry()'s callerszhangyi (F)
2020-07-09ext2: fix improper assignment for e_value_offsChengguang Xu
2020-07-08f2fs: don't keep meta inode pages used for compressed block migrationChao Yu
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-08isofs: remove a stale commentChristoph Hellwig
2020-07-08block: remove flush_diskChristoph Hellwig
2020-07-08io_uring: only call kfree() for a non-zero pointerJens Axboe
2020-07-08io_uring: fix a use after free in io_async_task_func()Dan Carpenter
2020-07-08ext4: add inline encryption supportEric Biggers
2020-07-08f2fs: add inline encryption supportSatya Tangirala
2020-07-08fscrypt: add inline encryption supportSatya Tangirala
2020-07-08f2fs: fix error path in do_recover_data()Chao Yu
2020-07-08f2fs: fix to wait GCed compressed page writebackChao Yu
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu
2020-07-08smb3: fix unneeded error message on change notifySteve French
2020-07-08fs: remove __vfs_readChristoph Hellwig
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig
2020-07-08fs: add a __kernel_read helperChristoph Hellwig
2020-07-08fs: remove __vfs_writeChristoph Hellwig
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig
2020-07-08fs: unexport __kernel_writeChristoph Hellwig
2020-07-08autofs: switch to kernel_writeChristoph Hellwig
2020-07-08cachefiles: switch to kernel_writeChristoph Hellwig
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong
2020-07-07f2fs: avoid readahead race conditionJaegeuk Kim
2020-07-07f2fs: fix return value of move_data_block()Chao Yu
2020-07-07f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu
2020-07-07f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng
2020-07-07f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun
2020-07-07f2fs: make trace enter and end in pairs for unlinkLihong Kou
2020-07-07f2fs: fix to check page dirty status before writebackChao Yu