summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-16fs/9p: replace functions v9fs_cache_{register|unregister} with direct callsColin Ian King
2024-11-15hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()ZhangPeng
2024-11-15dlm: fix recovery of middle conversionsAlexander Aring
2024-11-15Merge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-15ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode()Nathan Chancellor
2024-11-15ecryptfs: Fix spelling mistake "validationg" -> "validating"Colin Ian King
2024-11-15ecryptfs: Convert ecryptfs to use the new mount APIEric Sandeen
2024-11-15ecryptfs: Factor out mount option validationEric Sandeen
2024-11-15fs: open_by_handle_at() support for decoding "explicit connectable" file handlesAmir Goldstein
2024-11-15fs: name_to_handle_at() support for "explicit connectable" file handlesAmir Goldstein
2024-11-15fs: prepare for "explicit connectable" file handlesAmir Goldstein
2024-11-15ovl: convert ovl_real_fdget() callers to ovl_real_file()Amir Goldstein
2024-11-15ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()Amir Goldstein
2024-11-15ovl: store upper real file in ovl_file structAmir Goldstein
2024-11-15ovl: allocate a container struct ovl_file for ovl private contextAmir Goldstein
2024-11-15ovl: do not open non-data lower file for fsyncAmir Goldstein
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes
2024-11-14ocfs2: uncache inode which has failed entering the groupDmitry Antipov
2024-11-14fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter
2024-11-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14jffs2: remove redundant check on outpos > posColin Ian King
2024-11-14fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane
2024-11-14jffs2: Correct some typos in commentsShen Lichuan
2024-11-14jffs2: fix use of uninitialized variableQingfang Deng
2024-11-14jffs2: Use str_yes_no() helper functionThorsten Blum
2024-11-14ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed
2024-11-14ubifs: xattr: remove unused anonymous enumPascal Eberhard
2024-11-14Merge tag 'bcachefs-2024-11-13' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-11-14ubifs: Reduce kfree() calls in ubifs_purge_xattrs()Markus Elfring
2024-11-14ubifs: Call iput(xino) only once in ubifs_purge_xattrs()Markus Elfring
2024-11-14ubifs: Correct the total block count by deducting journal reservationZhihao Cheng
2024-11-14ubifs: Convert to use ERR_CAST()Shen Lichuan
2024-11-14ubifs: add support for FS_IOC_GETFSSYSFSPATHHongbo Li
2024-11-14ubifs: remove unused ioctl flags GETFLAGS/SETFLAGSHongbo Li
2024-11-14ubifs: Display the inode number when orphan twice happensLiu Mingrui
2024-11-14ubifs: Remove ineffective function ubifs_evict_xattr_inode()Zhihao Cheng
2024-11-14ubifs: ubifs_jnl_write_inode: Only check once for the limitation of xattr countZhihao Cheng
2024-11-14statmount: retrieve security mount optionsChristian Brauner
2024-11-14btrfs: fix incorrect comparison for delayed refsJosef Bacik
2024-11-14ovl: pass an explicit reference of creators creds to callersAmir Goldstein
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton
2024-11-14vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik
2024-11-14configfs: improve item creation performanceSeamus Connor
2024-11-14configfs: remove unused configfs_hash_and_removeDr. David Alan Gilbert
2024-11-13btrfs: validate queue limitsChristoph Hellwig
2024-11-13jbd2: Fix comment describing journal_init_common()Daniel Martín Gómez
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum