summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exec: use force_uaccess_begin during exec and exitChristoph Hellwig2020-08-121-1/+6
* hugetlbfs: prevent filesystem stacking of hugetlbfsMike Kravetz2020-08-121-0/+6
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-1/+10
* /proc/PID/smaps: consistent whitespace output formatMichal Koutný2020-08-121-2/+2
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-105-7/+7
|\
| * Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2020-08-065-7/+7
| |\
| | * userfaultfd: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-2/+2
| | * NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-2/+2
| | * vfs: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-292-3/+3
* | | Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-1020-289/+745
|\ \ \
| * | | f2fs: prepare a waiter before entering io_scheduleJaegeuk Kim2020-08-031-2/+2
| * | | f2fs: update_sit_entry: Make the judgment condition of f2fs_bug_on more intui...Zhihao Cheng2020-08-031-1/+1
| * | | f2fs: replace test_and_set/clear_bit() with set/clear_bit()Yufen Yu2020-08-031-2/+2
| * | | f2fs: make file immutable even if releasing zero compression blockDaeho Jeong2020-08-031-3/+3
| * | | f2fs: compress: disable compression mount option if compression is offChao Yu2020-08-031-1/+14
| * | | f2fs: compress: add sanity check during compressed cluster readChao Yu2020-08-031-3/+1
| * | | f2fs: use macro instead of f2fs verity versionJack Qiu2020-08-031-2/+4
| * | | f2fs: fix deadlock between quota writes and checkpointJaegeuk Kim2020-08-031-0/+2
| * | | f2fs: correct comment of f2fs_exist_written_dataJack Qiu2020-08-031-1/+1
| * | | f2fs: compress: delay temp page allocationChao Yu2020-07-261-16/+21
| * | | f2fs: compress: fix to update isize when overwriting compressed fileChao Yu2020-07-261-0/+4
| * | | f2fs: space related cleanupJack Qiu2020-07-267-15/+15
| * | | f2fs: fix use-after-free issueLi Guifu2020-07-231-2/+3
| * | | f2fs: Change the type of f2fs_flush_inline_data() to voidJia Yang2020-07-232-4/+2
| * | | f2fs: add F2FS_IOC_SEC_TRIM_FILE ioctlDaeho Jeong2020-07-212-0/+206
| * | | f2fs: should avoid inode eviction in synchronous pathJaegeuk Kim2020-07-211-3/+7
| * | | f2fs: segment.h: delete a duplicated wordRandy Dunlap2020-07-201-1/+1
| * | | f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu2020-07-201-0/+2
| * | | f2fs: use generic names for generic ioctlsEric Biggers2020-07-202-51/+28
| * | | f2fs: don't keep meta inode pages used for compressed block migrationChao Yu2020-07-081-2/+3
| * | | f2fs: fix error path in do_recover_data()Chao Yu2020-07-084-13/+26
| * | | 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