summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-171-0/+9
|\
| * btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2023-12-151-0/+9
* | Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-12-161-0/+4
|\ \
| * | eventfs: Fix events beyond NAME_MAX blocking tasksBeau Belgrave2023-12-121-0/+4
* | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-154-16/+1
* | | Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-145-79/+109
|\ \ \
| * | | smb: client: fix OOB in smb2_query_reparse_point()Paulo Alcantara2023-12-111-10/+16
| * | | smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara2023-12-111-16/+10
| * | | smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara2023-12-113-47/+75
| * | | smb: client: fix OOB in receive_encrypted_standard()Paulo Alcantara2023-12-111-6/+8
* | | | Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-1411-50/+116
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: ensure releasing squota reserve on head refsBoris Burkov2023-12-063-19/+46
| * | | btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov2023-12-061-1/+2
| * | | btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov2023-12-064-4/+34
| * | | btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov2023-12-066-25/+31
| * | | btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov2023-12-061-1/+3
* | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-12-131-1/+1
|\ \ \ \
| * | | | fix ufs_get_locked_folio() breakageAl Viro2023-12-131-1/+1
* | | | | Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-124-20/+32
|\ \ \ \ \
| * | | | | jbd2: fix soft lockup in journal_finish_inode_data_buffers()Ye Bin2023-12-121-0/+1
| * | | | | ext4: fix warning in ext4_dio_write_end_io()Jan Kara2023-11-301-6/+8
| * | | | | jbd2: increase the journal IO's priorityZhang Yi2023-11-302-13/+16
| * | | | | jbd2: correct the printing of write_flags in jbd2_write_superblock()Zhang Yi2023-11-301-1/+3
| * | | | | ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li2023-11-301-0/+4
* | | | | | Merge tag 'fuse-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-124-11/+98
|\ \ \ \ \ \
| * | | | | | fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein2023-12-041-0/+2
| * | | | | | fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua2023-12-041-0/+1
| * | | | | | fuse: share lookup state between submount and its parentKrister Johansen2023-12-042-3/+87
| * | | | | | fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli2023-12-043-8/+8
* | | | | | | Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-12-128-45/+171
|\ \ \ \ \ \ \
| * | | | | | | ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon2023-12-081-1/+1
| * | | | | | | ksmbd: fix wrong allocation size update in smb2_open()Namjae Jeon2023-12-081-18/+18
| * | | | | | | ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Namjae Jeon2023-12-081-5/+5
| * | | | | | | ksmbd: lazy v2 lease break on smb2_write()Namjae Jeon2023-12-084-2/+48
| * | | | | | | ksmbd: send v2 lease break notification for directoryNamjae Jeon2023-12-086-6/+77
| * | | | | | | ksmbd: downgrade RWH lease caching state to RH for directoryNamjae Jeon2023-12-053-7/+12
| * | | | | | | ksmbd: set v2 lease capabilityNamjae Jeon2023-12-052-7/+6
| * | | | | | | ksmbd: set epoch in create context v2 leaseNamjae Jeon2023-12-052-1/+5
| * | | | | | | ksmbd: fix memory leak in smb2_lock()Zizhi Wo2023-12-051-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'bcachefs-2023-12-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-1120-38/+84
|\ \ \ \ \ \ \
| * | | | | | | bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet2023-12-104-4/+9
| * | | | | | | bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet2023-12-101-1/+1
| * | | | | | | bcachefs: Fix deleted inode check for dirsKent Overstreet2023-12-083-13/+22
| * | | | | | | bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill2023-12-061-1/+2
| * | | | | | | bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster2023-12-061-0/+3
| * | | | | | | bcachefs: Fix creating snapshot with implict sourceKent Overstreet2023-12-061-1/+1
| * | | | | | | bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet2023-12-041-0/+8
| * | | | | | | bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet2023-12-041-4/+4
| * | | | | | | bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet2023-12-041-2/+2
| * | | | | | | bcachefs: Fix a journal deadlock in replayKent Overstreet2023-12-041-0/+11