summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockLinus Torvalds3-640/+790
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-43/+51
2021-07-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds21-205/+546
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-10/+3
2021-06-30io_uring: code clean for kiocb_done()Hao Xu1-1/+1
2021-06-30io_uring: spin in iopoll() only when reqs are in a single queueHao Xu1-6/+14
2021-06-30io_uring: pre-initialise some of req fieldsPavel Begunkov1-6/+18
2021-06-30io_uring: refactor io_submit_flush_completionsPavel Begunkov1-5/+5
2021-06-30io_uring: optimise hot path restricted checksPavel Begunkov1-2/+2
2021-06-30io_uring: remove not needed PF_EXITING checkPavel Begunkov1-7/+2
2021-06-30io_uring: mainstream sqpoll task_work runningPavel Begunkov1-4/+3
2021-06-30io_uring: refactor io_arm_poll_handler()Pavel Begunkov1-21/+16
2021-06-30io_uring: reduce latency by reissueing the operationOlivier Langlois1-9/+22
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe1-0/+4
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe1-0/+4
2021-06-30io_uring: refactor io_openat2()Pavel Begunkov1-15/+14
2021-06-30io_uring: update sqe layout build checksPavel Begunkov1-0/+2
2021-06-30io_uring: fix code style problemsPavel Begunkov1-8/+8
2021-06-30io_uring: refactor io_sq_thread()Pavel Begunkov1-3/+3
2021-06-30io_uring: don't change sqpoll creds if not neededPavel Begunkov1-7/+7
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-182/+97
2021-06-30jbd2: export jbd2_journal_[un]register_shrinker()Zhang Yi1-0/+2
2021-06-30Merge tag 'dlm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds14-191/+1924
2021-06-30Merge tag 'gfs2-v5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-66/+85
2021-06-30Merge tag '5.14-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds57-1949/+966
2021-06-30Merge tag 'fs.openat2.unknown_flags.v5.14' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-3/+11
2021-06-30Merge tag 'fs.mount_setattr.nosymfollow.v5.14' of git://git.kernel.org/pub/sc...Linus Torvalds1-3/+6
2021-06-30ext4: notify sysfs on errors_count value changeJonathan Davies3-0/+8
2021-06-30Merge 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/...Linus 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