summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French
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)
2020-10-18ext4: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-18ext4: make mb_check_counter per groupChunguang Xu
2020-10-18ext4: delete invalid comments near mb_buddy_adjust_borderChunguang Xu
2020-10-18ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu
2020-10-18ext4: add trace exit in exception path.Zhang Qilong
2020-10-18ext4: optimize file overwritesRitesh Harjani
2020-10-18ext4: remove unused including <linux/version.h>Tian Tao
2020-10-18ext4: fix superblock checksum calculation raceConstantine Sapuntzakis
2020-10-18ext4: fix error handling code in add_new_gdbDinghao Liu
2020-10-18ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-10-18ext4: remove unused argument from ext4_(inc|dec)_countNikolay Borisov
2020-10-18ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap
2020-10-18ext4: flag as supporting buffered async readsJens Axboe
2020-10-18ext4: fix leaking sysfs kobject after failed mountEric Biggers
2020-10-18ext4: discard preallocations before releasing group lockJan Kara
2020-10-18ext4: fix dead loop in ext4_mb_new_blocksYe Bin
2020-10-18ext4: implement swap_activate aops using iomapRitesh Harjani
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-17io_uring: fix double poll mask initPavel Begunkov
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe