summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-0911-52/+79
|\
| * bcachefs: Don't delete open files in online fsckKent Overstreet2024-09-093-0/+33
| * bcachefs: fix btree_key_cache sysfs knobKent Overstreet2024-09-091-1/+1
| * bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet2024-09-094-9/+17
| * bcachefs: Simplify bch2_bkey_drop_ptrs()Kent Overstreet2024-09-092-30/+14
| * bcachefs: Add a cond_resched() to __journal_keys_sort()Kent Overstreet2024-09-091-0/+2
| * bcachefs: Fix ca->io_ref usageKent Overstreet2024-09-091-12/+12
* | Merge tag 'v6.11-rc6-cifs-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-076-13/+70
|\ \
| * | netfs, cifs: Improve some debugging bitsDavid Howells2024-09-032-4/+6
| * | cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3David Howells2024-09-031-8/+46
| * | cifs: Fix zero_point init on inode initialisationDavid Howells2024-09-031-0/+2
| * | smb: client: fix double put of @cfile in smb2_set_path_size()Paulo Alcantara2024-09-031-0/+1
| * | smb: client: fix double put of @cfile in smb2_rename_path()Paulo Alcantara2024-09-031-0/+2
| * | smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara2024-09-031-1/+13
* | | libfs: fix get_stashed_dentry()Christian Brauner2024-09-061-3/+3
* | | Merge tag 'trace-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-061-1/+1
|\ \ \
| * | | eventfs: Use list_del_rcu() for SRCU protected list variableSteven Rostedt2024-09-051-1/+1
* | | | Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-09-044-3/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet2024-09-043-2/+9
| * | | bcachefs: fix rebalance accountingKent Overstreet2024-09-011-1/+1
* | | | Merge tag 'for-6.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-046-23/+42
|\ \ \ \
| * | | | btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana2024-09-034-16/+16
| * | | | btrfs: zoned: handle broken write pointer on zonesNaohiro Aota2024-09-021-5/+25
| * | | | btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin2024-09-021-2/+1
* | | | | Merge tag 'v6.11-rc6-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-09-043-2/+8
|\ \ \ \ \
| * | | | | ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter2024-08-301-1/+3
| * | | | | ksmbd: unset the binding mark of a reused connectionNamjae Jeon2024-08-301-0/+4
| * | | | | smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum2024-08-301-1/+1
* | | | | | Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-041-0/+1
|\ \ \ \ \ \
| * | | | | | fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAFBaokun Li2024-09-011-0/+1
* | | | | | | Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds2024-09-043-16/+72
|\ \ \ \ \ \ \
| * | | | | | | nilfs2: fix state management in error path of log writing functionRyusuke Konishi2024-09-021-4/+6
| * | | | | | | nilfs2: fix missing cleanup on rollforward recovery errorRyusuke Konishi2024-09-021-2/+33
| * | | | | | | nilfs2: protect references to superblock parameters exposed in sysfsRyusuke Konishi2024-09-021-10/+33
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-035-9/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fuse: disable the combination of passthrough and writeback cacheBernd Schubert2024-08-291-1/+6
| * | | | | | fuse: update stats for pages in dropped aux writeback listJoanne Koong2024-08-281-1/+7
| * | | | | | fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi2024-08-281-4/+1
| * | | | | | fuse: fix memory leak in fuse_create_openyangyun2024-08-281-1/+1
| * | | | | | fuse: check aborted connection before adding requests to pending list for res...Joanne Koong2024-08-281-0/+9
| * | | | | | fuse: use unsigned type for getxattr/listxattr size truncationJann Horn2024-08-281-2/+2
* | | | | | | Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-09-017-45/+93
|\ \ \ \ \ \ \
| * | | | | | | cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells2024-08-281-2/+14
| * | | | | | | cifs: Fix copy offload to flush destination regionDavid Howells2024-08-281-17/+4
| * | | | | | | netfs, cifs: Fix handling of short DIO readDavid Howells2024-08-282-10/+20
| * | | | | | | cifs: Fix lack of credit renegotiation on read retryDavid Howells2024-08-286-16/+55
* | | | | | | | Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefsLinus Torvalds2024-09-015-116/+68
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | bcachefs: Mark more errors as autofixKent Overstreet2024-09-011-5/+5
| * | | | | | | bcachefs: Revert lockless buffered IO pathKent Overstreet2024-09-012-110/+40
| * | | | | | | bcachefs: Fix bch2_extents_match() false positiveKent Overstreet2024-08-271-1/+22