summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson2024-07-051-0/+1
* ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu2024-07-051-17/+29
* fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li2024-07-051-0/+2
* coredump: simplify zap_process()Oleg Nesterov2024-07-051-7/+7
* ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET2024-06-253-3/+3
* ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET2024-06-252-15/+15
* nilfs2: do not call inode_attach_wb() directlyRyusuke Konishi2024-06-251-2/+2
* nilfs2: prepare backing device folios for writing after adding checksumsRyusuke Konishi2024-06-251-33/+52
* proc: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-06-251-3/+3
* bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu2024-06-255-155/+90
* bcachefs: fix typoKuan-Wei Chiu2024-06-251-1/+1
* ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng2024-06-251-5/+10
* ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng2024-06-251-4/+8
* Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-06-235-32/+27
|\
| * cifs: Move the 'pid' from the subreq to the reqDavid Howells2024-06-204-15/+10
| * cifs: Only pick a channel once per read requestDavid Howells2024-06-202-11/+4
| * cifs: Defer read completionDavid Howells2024-06-201-3/+12
| * cifs: fix typo in module parameter enable_gcm_256Steve French2024-06-191-1/+1
| * cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song2024-06-191-2/+0
* | Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-223-42/+11
|\ \
| * | NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi2024-06-173-42/+11
* | | Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-221-4/+19
|\ \ \
| * | | xfs: fix unlink vs cluster buffer instantiation raceDave Chinner2024-06-171-4/+19
| | |/ | |/|
* | | Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-2225-353/+464
|\ \ \
| * | | bcachefs: Move the ei_flags setting to after initializationYouling Tang2024-06-211-5/+3
| * | | bcachefs: Fix a UAF after write_super()Kent Overstreet2024-06-211-2/+2
| * | | bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet2024-06-211-5/+8
| * | | bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet2024-06-211-2/+10
| * | | bcachefs: Replace bare EEXIST with private error codesKent Overstreet2024-06-215-8/+12
| * | | bcachefs: Fix missing alloc_data_type_set()Kent Overstreet2024-06-211-1/+3
| * | | bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang2024-06-201-0/+1
| * | | bcachefs: Fix safe errors by defaultKent Overstreet2024-06-205-289/+308
| * | | bcachefs: Fix bch2_trans_put()Kent Overstreet2024-06-201-3/+8
| * | | bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet2024-06-201-0/+2
| * | | bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet2024-06-201-1/+1
| * | | bcachefs: Handle cached data LRU wraparoundKent Overstreet2024-06-201-5/+41
| * | | bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet2024-06-206-12/+32
| * | | bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet2024-06-201-7/+0
| * | | bcachefs: Fix early init error path in journal codeKent Overstreet2024-06-201-0/+3
| * | | bcachefs: Check for invalid btree IDsKent Overstreet2024-06-202-2/+12
| * | | bcachefs: Fix btree ID bitmasksKent Overstreet2024-06-202-10/+11
| * | | bcachefs: Fix shift overflow in read_one_super()Kent Overstreet2024-06-201-3/+4
| * | | bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet2024-06-201-1/+1
| * | | bcachefs: Fix array-index-out-of-boundsKent Overstreet2024-06-203-3/+8
| * | | bcachefs: Fix initialization order for srcu barrierKent Overstreet2024-06-201-1/+1
| |/ /
* | | Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-212-5/+9
|\ \ \
| * | | ovl: fix encoding fid for lower only rootMiklos Szeredi2024-06-141-1/+5
| * | | ovl: fix copy-up in tmpfileMiklos Szeredi2024-05-281-4/+4
* | | | Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-202-3/+12
|\ \ \ \
| * | | | btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn2024-06-131-1/+3