aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet1-3/+8
2024-06-19bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet1-0/+2
2024-06-19bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet1-1/+1
2024-06-19bcachefs: Handle cached data LRU wraparoundKent Overstreet1-5/+41
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet6-12/+32
2024-06-19bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet1-7/+0
2024-06-19bcachefs: Fix early init error path in journal codeKent Overstreet1-0/+3
2024-06-19bcachefs: Check for invalid btree IDsKent Overstreet2-2/+12
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet2-10/+11
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet1-3/+4
2024-06-19bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet1-1/+1
2024-06-19bcachefs: Fix array-index-out-of-boundsKent Overstreet3-3/+8
2024-06-19bcachefs: Fix initialization order for srcu barrierKent Overstreet1-1/+1
2024-06-19exec: Add KUnit test for bprm_stack_limits()Kees Cook3-0/+134
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-06-19binfmt_elf: Honor PT_LOAD alignment for static PIEKees Cook1-5/+37
2024-06-19binfmt_elf: Calculate total_size earlierKees Cook1-25/+27
2024-06-19vfs: link_path_walk: do '.' and '..' detection while hashingLinus Torvalds1-22/+46
2024-06-19vfs: link_path_walk: clarify and improve name hashing interfaceLinus Torvalds1-8/+12
2024-06-19vfs: link_path_walk: simplify name hash flowLinus Torvalds1-16/+13
2024-06-19runtime constants: add default dummy infrastructureLinus Torvalds1-1/+10
2024-06-19vfs: dcache: move hashlen_hash() from callers into d_hash()Linus Torvalds1-4/+4
2024-06-19pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google)1-0/+14
2024-06-19iomap: don't increase i_size in iomap_write_end()Zhang Yi1-24/+29
2024-06-19xfs: reserve blocks for truncating large realtime inodeZhang Yi1-1/+14
2024-06-19iomap: Optimize iomap_read_folioRitesh Harjani (IBM)1-1/+19
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song1-2/+0
2024-06-18vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown2-9/+23
2024-06-18fs: don't misleadingly warn during thaw operationsChristian Brauner1-1/+10
2024-06-18f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu1-8/+16
2024-06-18f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim3-8/+13
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu3-3/+26
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds3-86/+137
2024-06-17pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-17fs/configfs: Add a callback to determine attribute visibilityTom Lendacky1-0/+10
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi3-42/+11
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-06-16Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2024-06-15Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+4
2024-06-15Merge tag '6.10-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-20/+25
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi3-82/+131
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi1-4/+6
2024-06-14ovl: fix encoding fid for lower only rootMiklos Szeredi1-1/+5
2024-06-13btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn1-1/+3
2024-06-13btrfs: retry block group reclaim without infinite loopBoris Burkov1-2/+9
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-31/+77
2024-06-13dlm: add rcu_barrier before destroy kmem cacheAlexander Aring1-0/+2
2024-06-13hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor1-1/+1
2024-06-13bcachefs: remove now spurious i_state initializationMateusz Guzik1-1/+0
2024-06-13xfs: remove now spurious i_state initialization in xfs_inode_allocMateusz Guzik1-2/+1