summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-191-3/+8
| * | | | bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet2024-06-191-0/+2
| * | | | bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet2024-06-191-1/+1
| * | | | bcachefs: Handle cached data LRU wraparoundKent Overstreet2024-06-191-5/+41
| * | | | bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet2024-06-196-12/+32
| * | | | bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet2024-06-191-7/+0
| * | | | bcachefs: Fix early init error path in journal codeKent Overstreet2024-06-191-0/+3
| * | | | bcachefs: Check for invalid btree IDsKent Overstreet2024-06-192-2/+12
| * | | | bcachefs: Fix btree ID bitmasksKent Overstreet2024-06-192-10/+11
| * | | | bcachefs: Fix shift overflow in read_one_super()Kent Overstreet2024-06-191-3/+4
| * | | | bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet2024-06-191-1/+1
| * | | | bcachefs: Fix array-index-out-of-boundsKent Overstreet2024-06-193-3/+8
| * | | | bcachefs: Fix initialization order for srcu barrierKent Overstreet2024-06-191-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
| * | | | btrfs: retry block group reclaim without infinite loopBoris Burkov2024-06-131-2/+9
* | | | | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-173-86/+137
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi2024-06-153-82/+131
| * | | | ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi2024-06-151-4/+6
* | | | | Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-161-1/+3
|\ \ \ \ \
| * | | | | jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman2024-06-041-1/+3
* | | | | | Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-151-3/+4
|\ \ \ \ \ \
| * | | | | | xfs: make sure sb_fdblocks is non-negativeWengang Wang2024-06-101-3/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag '6.10-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-06-154-20/+25
|\ \ \ \ \ \
| * | | | | | ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon2024-06-114-11/+19
| * | | | | | ksmbd: move leading slash check to smb2_get_name()Namjae Jeon2024-06-111-9/+6
| |/ / / / /
* | | | | | Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-06-134-31/+77
|\ \ \ \ \ \
| * | | | | | NFS: add barriers when testing for NFS_FSDATA_BLOCKEDNeilBrown2024-05-301-15/+32
| * | | | | | NFSv4.1 enforce rootpath check in fs_location queryOlga Kornievskaia2024-05-301-1/+22
| * | | | | | NFS: abort nfs_atomic_open_v23 if name is too long.NeilBrown2024-05-301-0/+3
| * | | | | | nfs: don't invalidate dentries on transient errorsScott Mayhew2024-05-241-14/+13
| * | | | | | nfs: Avoid flushing many pages with NFS_FILE_SYNCJan Kara2024-05-241-0/+5
| * | | | | | nfs: propagate readlink errors in nfs_symlink_fillerSagi Grimberg2024-05-221-1/+1
| * | | | | | NFSv4: Fix memory leak in nfs4_set_security_labelDmitry Mastykin2024-05-221-0/+1
* | | | | | | Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-1222-220/+344
|\ \ \ \ \ \ \
| * | | | | | | bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasKent Overstreet2024-06-111-2/+1
| * | | | | | | bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet2024-06-101-0/+2
| * | | | | | | bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet2024-06-101-1/+3
| * | | | | | | bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet2024-06-108-47/+135
| * | | | | | | bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet2024-06-104-2/+10
| * | | | | | | bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet2024-06-101-12/+5
| * | | | | | | bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet2024-06-101-116/+133
| * | | | | | | bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet2024-06-101-0/+8