summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to wait GCed compressed page writebackChao Yu2020-07-081-0/+7
* f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu2020-07-081-1/+8
* f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong2020-07-074-10/+20
* f2fs: avoid readahead race conditionJaegeuk Kim2020-07-073-0/+23
* f2fs: fix return value of move_data_block()Chao Yu2020-07-071-1/+3
* f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang2020-07-071-4/+6
* f2fs: split f2fs_allocate_new_segments()Chao Yu2020-07-074-19/+27
* f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng2020-07-071-1/+3
* f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun2020-07-072-0/+15
* f2fs: make trace enter and end in pairs for unlinkLihong Kou2020-07-071-4/+6
* f2fs: fix to check page dirty status before writebackChao Yu2020-07-071-0/+6
* f2fs: remove the unused compr parameterWang Xiaojun2020-07-071-3/+3
* f2fs: support to trace f2fs_fiemap()Chao Yu2020-07-072-1/+7
* f2fs: support to trace f2fs_bmap()Chao Yu2020-07-071-3/+11
* f2fs: fix wrong return value of f2fs_bmap_compress()Chao Yu2020-07-071-2/+1
* f2fs: remove useless parameter of __insert_free_nid()Liu Song2020-07-071-6/+4
* f2fs: fix typo in comment of f2fs_do_add_linkLiu Song2020-07-071-1/+1
* f2fs: fix to wait page writeback before updateChao Yu2020-07-073-12/+11
* f2fs: show more debug info for per-temperature logChao Yu2020-07-072-12/+55
* f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang2020-07-073-8/+21
* f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu2020-07-074-6/+6
* f2fs: shrink node_write lock coverageChao Yu2020-07-073-14/+27
* f2fs: add prefix for exported symbolsChao Yu2020-07-076-15/+15
* f2fs: use kfree() to free variables allocated by match_strdup()Wang Xiaojun2020-06-181-18/+18
* f2fs: get the right gc victim section when section has several segmentsJack Qiu2020-06-183-21/+89
* f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao2020-06-181-0/+1
* f2fs: remove useless truncate in f2fs_collapse_range()Wei Fang2020-06-181-2/+0
* f2fs: use kfree() instead of kvfree() to free superblock dataDenis Efremov2020-06-181-5/+5
* f2fs: avoid checkpatch errorJaegeuk Kim2020-06-181-1/+1
* Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-06-101-26/+38
|\
| * eventfd: convert to f_op->read_iter()Jens Axboe2020-05-061-26/+38
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-06-102-5/+2
|\ \
| * | fs: fix indentation in deactivate_super()Yufen Yu2020-05-291-1/+1
| * | vfs: Remove duplicated d_mountpoint check in __is_local_mountpointNikolay Borisov2020-05-291-4/+1
| |/
* | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-0/+4
|\ \
| * | sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig2020-06-101-0/+4
* | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-104-76/+105
|\ \ \
| * | | binfmt_flat: don't use __put_user()Al Viro2020-06-031-8/+14
| * | | binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro2020-06-031-12/+19
| * | | binfmt_elf: don't bother with __{put,copy_to}_user()Al Viro2020-06-031-8/+8
| * | | pselect6() and friends: take handling the combined 6th/7th args into helperAl Viro2020-05-291-48/+64
* | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-101-4/+6
|\ \ \ \
| * | | | proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov2020-06-101-4/+6
* | | | | Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-096-85/+205
|\ \ \ \ \
| * | | | | fuse: copy_file_range should truncate cacheMiklos Szeredi2020-05-201-0/+22
| * | | | | fuse: fix copy_file_range cache issuesMiklos Szeredi2020-05-201-12/+8
| * | | | | fuse: optimize writepages searchMaxim Patlasov2020-05-192-14/+50
| * | | | | fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi2020-05-191-0/+7
| * | | | | fuse: don't check refcount after stealing pageMiklos Szeredi2020-05-191-1/+0
| * | | | | fuse: fix weird page warningMiklos Szeredi2020-05-191-1/+2