summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-27block: delay freeing the gendiskChristoph Hellwig
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29Merge tag 'dlm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds
2021-06-29Merge tag 'gfs2-v5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29Merge tag '5.14-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-06-29Merge tag 'fs.openat2.unknown_flags.v5.14' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-06-29Merge tag 'fs.mount_setattr.nosymfollow.v5.14' of git://git.kernel.org/pub/sc...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig
2021-06-29fs: unexport __set_page_dirtyChristoph Hellwig
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin
2021-06-29writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin
2021-06-29writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin
2021-06-29writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin
2021-06-29writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin
2021-06-29writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin
2021-06-29dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King
2021-06-29ocfs2: fix snprintf() checkingDan Carpenter
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi
2021-06-29gfs2: Clean up gfs2_unstuff_dinodeAndreas Gruenbacher
2021-06-29gfs2: Unstuff before locking page in gfs2_page_mkwriteAndreas Gruenbacher
2021-06-29gfs2: Clean up the error handling in gfs2_page_mkwriteAndreas Gruenbacher
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28Merge tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-28Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-06-28Merge tag 'erofs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28gfs2: Fix error handling in init_statfsAndreas Gruenbacher
2021-06-28gfs2: Fix underflow in gfs2_page_mkwriteAndreas Gruenbacher