aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds48-244/+410
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-16/+3
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand4-13/+6
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-1/+1
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2-1/+2
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)5-20/+4
2021-06-29fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)1-10/+1
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)4-29/+4
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)1-24/+0
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig21-0/+38
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig4-26/+16
2021-06-29fs: unexport __set_page_dirtyChristoph Hellwig1-1/+0
2021-06-29writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin1-10/+101
2021-06-29writeback, cgroup: support switching multiple inodes at onceRoman Gushchin1-42/+64
2021-06-29writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()Roman Gushchin1-8/+11
2021-06-29writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin1-34/+59
2021-06-29writeback, cgroup: switch to rcu_work API in inode_switch_wbs()Roman Gushchin1-14/+4
2021-06-29writeback, cgroup: increment isw_nr_in_flight before grabbing an inodeRoman Gushchin1-2/+3
2021-06-29writeback, cgroup: add smp_mb() to cgroup_writeback_umount()Roman Gushchin1-0/+6
2021-06-29writeback, cgroup: do not switch inodes with I_WILL_FREE flagRoman Gushchin1-4/+4
2021-06-29dax: fix ENOMEM handling in grab_mapping_entry()Jan Kara1-1/+2
2021-06-29ocfs2: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-29ocfs2: replace simple_strtoull() with kstrtoull()Chen Huang1-2/+3
2021-06-29ocfs2: remove repeated uptodate check for bufferWan Jiabing1-2/+1
2021-06-29ocfs2: remove redundant assignment to pointer queueColin Ian King1-1/+1
2021-06-29ocfs2: fix snprintf() checkingDan Carpenter2-11/+3
2021-06-29ocfs2: remove unnecessary INIT_LIST_HEAD()Yang Yingliang1-2/+0
2021-06-29squashfs: add option to panic on errorsVincent Whitchurch3-1/+91
2021-06-29ntfs: fix validity check for file name attributeDesmond Cheong Zhi Xi1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-10/+14
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds18-20/+23
2021-06-28Merge tag 'pstore-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-247/+156
2021-06-28Merge tag 'for-5.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds44-1413/+2028
2021-06-28Merge tag 'erofs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds18-41/+3
2021-06-28Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-15/+35
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-9/+13
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-06-25Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds4-17/+26
2021-06-25Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-15/+45
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin1-0/+1
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov1-2/+0
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik7-97/+0
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik1-16/+0
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik1-16/+0
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik2-126/+11
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana5-31/+2
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana6-19/+32
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba3-6/+4
2021-06-22btrfs: switch mount option bits to enums and use wider typeDavid Sterba1-32/+33
2021-06-22btrfs: props: change how empty value is interpretedDavid Sterba1-0/+14