aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi13-41/+48
2022-09-24vfs: move open right after ->tmpfile()Miklos Szeredi1-50/+33
2022-09-24vfs: make vfs_tmpfile() staticMiklos Szeredi1-2/+1
2022-09-24ovl: use vfs_tmpfile_open() helperMiklos Szeredi4-62/+72
2022-09-24cachefiles: use vfs_tmpfile_open() helperMiklos Szeredi1-20/+12
2022-09-24cachefiles: only pass inode to *mark_inode_inuse() helpersMiklos Szeredi1-33/+26
2022-09-24cachefiles: tmpfile error handling cleanupMiklos Szeredi1-29/+26
2022-09-24hugetlbfs: cleanup mknod and tmpfileAl Viro1-24/+16
2022-09-24vfs: add vfs_tmpfile_open() helperMiklos Szeredi1-0/+41
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu4-23/+41
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu1-130/+83
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-144/+261
2022-09-22ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-22ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-21fscrypt: work on block_devices instead of request_queuesChristoph Hellwig2-52/+53
2022-09-21fscrypt: stop holding extra request_queue referencesEric Biggers5-60/+64
2022-09-21fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers6-308/+350
2022-09-21ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara3-149/+111
2022-09-21ext4: use locality group preallocation for small closed filesJan Kara1-12/+15
2022-09-21ext4: make directory inode spreading reflect flexbg sizeJan Kara1-1/+1
2022-09-21ext4: avoid unnecessary spreading of allocations among groupsJan Kara1-11/+13
2022-09-21ext4: make mballoc try target group first even with mb_optimize_scanJan Kara1-7/+7
2022-09-21eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken1-3/+7
2022-09-21Merge tag 'exfat-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds1-2/+1
2022-09-21xattr: always us is_posix_acl_xattr() helperChristian Brauner1-5/+2
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng3-13/+16
2022-09-21ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang2-11/+28
2022-09-21mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień1-3/+3
2022-09-21ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li1-1/+1
2022-09-20Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-8/+74
2022-09-20Merge tag 'fs.fixes.v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmappingLinus Torvalds1-0/+2
2022-09-20gfs2: Register fs after creating workqueuesBob Peterson1-12/+12
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-7/+0
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig1-2/+0
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig1-1/+12
2022-09-20btrfs: add manual PSI accounting for compressed readsChristoph Hellwig1-2/+12
2022-09-20gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-09-20open: always initialize ownership fieldsTetsuo Handa1-0/+2
2022-09-20fat: port to vfs{g,u}id_t and associated helpersChristian Brauner1-2/+3
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu2-2/+34
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu2-6/+96
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu3-2/+45
2022-09-20erofs: introduce fscache-based domainJia Zhu2-17/+121
2022-09-20erofs: code clean up for fscacheJia Zhu3-43/+36
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu1-1/+1
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang1-1/+1
2022-09-19hostfs: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-19dentry: Use preempt_[dis|en]able_nested()Thomas Gleixner1-11/+2
2022-09-19xfs: do not need to check return value of xlog_kvmalloc()Zhiqiang Liu1-6/+0
2022-09-19xfs: port to vfs{g,u}id_t and associated helpersChristian Brauner3-7/+12