summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet
2024-06-21hfsplus: fix to avoid false alarm of circular lockingChao Yu
2024-06-21Improve readability of copy_treeJemmy
2024-06-21vfs: shave a branch in getname_flagsMateusz Guzik
2024-06-20unicode: add MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-20unicode: make utf8 test count staticBen Dooks
2024-06-20block: Add atomic write support for statxPrasad Singamsetty
2024-06-20fs: Add initial atomic write support info to statxPrasad Singamsetty
2024-06-20fs: Initial atomic write supportPrasad Singamsetty
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells
2024-06-20cifs: Only pick a channel once per read requestDavid Howells
2024-06-20cifs: Defer read completionDavid Howells
2024-06-20Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-20gfs2: Revert "check for no eligible quota changes"Andreas Gruenbacher
2024-06-20gfs2: Be more careful with the quota sync generationAndreas Gruenbacher
2024-06-20gfs2: Get rid of some unnecessary quota lockingAndreas Gruenbacher
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet
2024-06-20udf: Fix bogus checksum computation in udf_rename()Jan Kara
2024-06-20openpromfs: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet
2024-06-19bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet
2024-06-19bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet
2024-06-19bcachefs: Handle cached data LRU wraparoundKent Overstreet
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet
2024-06-19bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet
2024-06-19bcachefs: Fix early init error path in journal codeKent Overstreet
2024-06-19bcachefs: Check for invalid btree IDsKent Overstreet
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet
2024-06-19bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet
2024-06-19bcachefs: Fix array-index-out-of-boundsKent Overstreet
2024-06-19bcachefs: Fix initialization order for srcu barrierKent Overstreet
2024-06-19exec: Add KUnit test for bprm_stack_limits()Kees Cook
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French
2024-06-19binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook
2024-06-19binfmt_elf: Calculate total_size earlierKees Cook
2024-06-19vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds
2024-06-19vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds
2024-06-19vfs: link_path_walk: simplify name hash flowLinus Torvalds
2024-06-19runtime constants: add default dummy infrastructureLinus Torvalds
2024-06-19vfs: dcache: move hashlen_hash() from callers into d_hash()Linus Torvalds
2024-06-19pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google)
2024-06-19iomap: don't increase i_size in iomap_write_end()Zhang Yi
2024-06-19xfs: reserve blocks for truncating large realtime inodeZhang Yi
2024-06-19iomap: Optimize iomap_read_folioRitesh Harjani (IBM)
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song
2024-06-18vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown
2024-06-18fs: don't misleadingly warn during thaw operationsChristian Brauner
2024-06-18f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu