aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-08fs: nfs: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-07-08NFS: remove unused struct 'mnt_fhstatus'Dr. David Alan Gilbert1-5/+0
2024-07-08nfs: add support for large foliosChristoph Hellwig2-1/+4
2024-07-08erofs: tidy up `struct z_erofs_bvec`Gao Xiang1-52/+49
2024-07-08erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang1-85/+82
2024-07-08erofs: convert z_erofs_read_fragment() to foliosGao Xiang1-8/+7
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang2-17/+12
2024-07-08fs: reject invalid last mount id earlyChristian Brauner1-1/+7
2024-07-08fs: refuse mnt id requests with invalid ids earlyChristian Brauner1-1/+5
2024-07-07vfs: link_path_walk: move more of the name hashing into hash_name()Linus Torvalds1-19/+32
2024-07-07vfs: link_path_walk: improve may_lookup() code generationLinus Torvalds1-10/+19
2024-07-06Merge tag '6.10-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-30/+0
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang1-1/+2
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang1-1/+1
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2-3/+36
2024-07-06hfsplus: fix uninit-value in copy_nameEdward Adam Davis1-1/+1
2024-07-06fs: find rootfs mount of the mount namespaceChristian Brauner1-5/+11
2024-07-05ext4: use ext4_update_inode_fsync_trans() helper in inode creationLuis Henriques (SUSE)1-4/+1
2024-07-05ext4: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-05ext4: use memtostr_pad() for s_volume_nameKees Cook2-2/+2
2024-07-05jbd2: speed up jbd2_transaction_committed()Zhang Yi2-12/+2
2024-07-05vfs: don't mod negative dentry count when on shrinker listBrian Foster1-3/+9
2024-07-05filelock: fix potential use-after-free in posix_lock_inodeJeff Layton1-1/+1
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner21-126/+191
2024-07-05ksmbd: discard write access to the directory openHobin Woo1-2/+11
2024-07-04nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi1-1/+1
2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-04ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu1-17/+29
2024-07-04fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li1-0/+2
2024-07-04coredump: simplify zap_process()Oleg Nesterov1-7/+7
2024-07-04Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+38
2024-07-04Merge tag 'mm-hotfixes-stable-2024-07-03-22-23' of git://git.kernel.org/pub/s...Linus Torvalds8-15/+41
2024-07-04fs: only copy to userspace on success in listmount()Christian Brauner1-0/+2
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li2-20/+6
2024-07-04xfs: skip flushing log items during pushDave Chinner4-3/+16
2024-07-04xfs: grant heads track byte counts, not LSNsDave Chinner6-228/+130
2024-07-04xfs: pass the full grant head to accounting functionsDave Chinner2-82/+77
2024-07-04xfs: track log space pinned by the AILDave Chinner3-6/+13
2024-07-04xfs: collapse xlog_state_set_callback in callerDave Chinner1-20/+11
2024-07-04xfs: l_last_sync_lsn is really AIL stateDave Chinner8-109/+102
2024-07-04xfs: ensure log tail is always up to dateDave Chinner2-5/+17
2024-07-04xfs: background AIL push should target physical spaceDave Chinner4-67/+80
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner6-229/+108
2024-07-04xfs: move and rename xfs_trans_committed_bulkDave Chinner3-133/+131
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo4-130/+115
2024-07-03nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi1-2/+30
2024-07-03Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell1-1/+6
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon2-2/+41
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara2-3/+2