summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-10-21ext4: fix invalid inode checksumLuo Meng
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21jbd2: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-18ext4: Detect already used quota file earlyJan Kara
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan
2020-10-18ext4: use the normal helper to get the actual inodeKaixu Xia
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)
2020-10-18ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc()zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)