summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-033-10/+7
|\
| * efi: vars: Use locking version to iterate over efivars linked listsArd Biesheuvel2022-06-241-6/+3
| * efi: vars: Don't drop lock in the middle of efivar_init()Ard Biesheuvel2022-06-241-4/+2
| * pstore: Add priv field to pstore_record for backend specific useArd Biesheuvel2022-06-242-0/+2
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-0310-40/+28
|\ \
| * | keep iocb_flags() result cached in struct fileAl Viro2022-06-105-2/+5
| * | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-105-6/+5
| * | struct file: use anonymous union member for rcuhead and llistAl Viro2022-06-101-8/+8
| * | btrfs: use IOMAP_DIO_NOSYNCAl Viro2022-06-102-18/+2
| * | teach iomap_dio_rw() to suppress dsyncAl Viro2022-06-101-9/+11
| |/
* | Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-031-11/+43
|\ \
| * | fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior2022-07-301-5/+5
| * | fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior2022-07-301-7/+28
| * | fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior2022-07-301-1/+11
| * | d_add_ci(): make sure we don't miss d_lookup_done()Al Viro2022-07-301-0/+1
* | | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-036-24/+14
|\ \ \
| * | | fs: remove no_llseekJason A. Donenfeld2022-07-163-9/+1
| * | | fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld2022-07-161-6/+4
| * | | fs: do not compare against ->llseekJason A. Donenfeld2022-07-163-12/+6
| * | | fs: clear or set FMODE_LSEEK based on llseek functionJason A. Donenfeld2022-07-162-0/+6
| |/ /
* | | Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-033-108/+86
|\ \ \
| * | | step_into(): move fetching ->d_inode past handle_mounts()Al Viro2022-07-061-20/+11
| * | | lookup_fast(): don't bother with inodeAl Viro2022-07-061-18/+4
| * | | follow_dotdot{,_rcu}(): don't bother with inodeAl Viro2022-07-061-11/+4
| * | | step_into(): lose inode argumentAl Viro2022-07-061-6/+9
| * | | namei: stash the sampled ->d_seq into nameidataAl Viro2022-07-061-50/+48
| * | | namei: move clearing LOOKUP_RCU towards rcu_read_unlock()Al Viro2022-07-061-9/+12
| * | | switch try_to_unlazy_next() to __legitimize_mnt()Al Viro2022-07-053-4/+8
| * | | follow_dotdot{,_rcu}(): change calling conventionsAl Viro2022-07-051-9/+7
| * | | namei: get rid of pointless unlikely(read_seqcount_retry(...))Al Viro2022-07-051-9/+9
| * | | __follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro2022-07-051-0/+2
| |/ /
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-0354-985/+350
|\ \ \
| * | | fs: remove the NULL get_block case in mpage_writepagesChristoph Hellwig2022-08-021-16/+6
| * | | fs: don't call ->writepage from __mpage_writepageChristoph Hellwig2022-08-021-1/+1
| * | | fs: remove the nobh helpersChristoph Hellwig2022-08-022-348/+1
| * | | jfs: stop using the nobh helperChristoph Hellwig2022-08-021-3/+15
| * | | ext2: remove nobh supportChristoph Hellwig2022-08-024-61/+7
| * | | ntfs3: refactor ntfs_writepagesChristoph Hellwig2022-08-021-5/+3
| * | | hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-9/+14
| * | | aio: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-18/+18
| * | | f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-024-49/+3
| * | | ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-27/+2
| * | | btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)2022-08-021-17/+9
| * | | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-024-28/+3
| * | | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-022-2/+2
| * | | nfs: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-023-13/+13
| * | | btrfs: Convert btree_migratepage to migrate_folioMatthew Wilcox (Oracle)2022-08-021-12/+10
| * | | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-024-8/+8
| * | | ext2: Use a folio in ext2_get_page()Matthew Wilcox (Oracle)2022-08-021-9/+10
| * | | gfs2: Convert gfs2_jhead_process_page() to use a folioMatthew Wilcox (Oracle)2022-08-021-14/+14