aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-17Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+9
2023-12-16Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+4
2023-12-15btrfs: do not allow non subvolume root targets for snapshotGravatar Josef Bacik 1-0/+9
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 4-16/+1
2023-12-14Merge tag '6.7-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-79/+109
2023-12-14Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-50/+116
2023-12-13Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2023-12-13fix ufs_get_locked_folio() breakageGravatar Al Viro 1-1/+1
2023-12-12eventfs: Fix events beyond NAME_MAX blocking tasksGravatar Beau Belgrave 1-0/+4
2023-12-12Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-20/+32
2023-12-12Merge tag 'fuse-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-11/+98
2023-12-12Merge tag '6.7-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-45/+171
2023-12-12jbd2: fix soft lockup in journal_finish_inode_data_buffers()Gravatar Ye Bin 1-0/+1
2023-12-11Merge tag 'bcachefs-2023-12-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 20-38/+84
2023-12-11afs: Fix refcount underflow from error handling raceGravatar David Howells 1-1/+1
2023-12-11smb: client: fix OOB in smb2_query_reparse_point()Gravatar Paulo Alcantara 1-10/+16
2023-12-11smb: client: fix NULL deref in asn1_ber_decoder()Gravatar Paulo Alcantara 1-16/+10
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Gravatar Paulo Alcantara 3-47/+75
2023-12-11smb: client: fix OOB in receive_encrypted_standard()Gravatar Paulo Alcantara 1-6/+8
2023-12-10bcachefs: Close journal entry if necessary when flushing all pinsGravatar Kent Overstreet 4-4/+9
2023-12-10bcachefs: Fix uninitialized var in bch2_journal_replay()Gravatar Kent Overstreet 1-1/+1
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-23/+0
2023-12-09Merge tag '6.7-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-58/+187
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-14/+63
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZEGravatar Namjae Jeon 1-1/+1
2023-12-08ksmbd: fix wrong allocation size update in smb2_open()Gravatar Namjae Jeon 1-18/+18
2023-12-08ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()Gravatar Namjae Jeon 1-5/+5
2023-12-08ksmbd: lazy v2 lease break on smb2_write()Gravatar Namjae Jeon 4-2/+48
2023-12-08ksmbd: send v2 lease break notification for directoryGravatar Namjae Jeon 6-6/+77
2023-12-08bcachefs: Fix deleted inode check for dirsGravatar Kent Overstreet 3-13/+22
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Gravatar Ryusuke Konishi 1-7/+35
2023-12-06mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTIGravatar Sidhartha Kumar 1-0/+1
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callGravatar Ryusuke Konishi 1-1/+5
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Gravatar Lizhi Xu 1-1/+1
2023-12-06mm/pagemap: fix wr-protect even if PM_SCAN_WP_MATCHING not setGravatar Peter Xu 1-1/+1
2023-12-06mm/pagemap: fix ioctl(PAGEMAP_SCAN) on vma checkGravatar Peter Xu 1-4/+20
2023-12-06bcachefs: rebalance shouldn't attempt to compress unwritten extentsGravatar Daniel Hill 1-1/+2
2023-12-06btrfs: ensure releasing squota reserve on head refsGravatar Boris Burkov 3-19/+46
2023-12-06btrfs: don't clear qgroup reserved bit in release_folioGravatar Boris Burkov 1-1/+2
2023-12-06btrfs: free qgroup pertrans reserve on transaction abortGravatar Boris Burkov 4-4/+34
2023-12-06btrfs: fix qgroup_free_reserved_data int overflowGravatar Boris Burkov 6-25/+31
2023-12-06btrfs: free qgroup reserve when ORDERED_IOERR is setGravatar Boris Burkov 1-1/+3
2023-12-06cifs: reconnect worker should take reference on server struct unconditionallyGravatar Shyam Prasad N 2-18/+19
2023-12-06Revert "cifs: reconnect work should have reference on server struct"Gravatar Shyam Prasad N 2-34/+16
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownGravatar Brian Foster 1-0/+3
2023-12-06bcachefs: Fix creating snapshot with implict sourceGravatar Kent Overstreet 1-1/+1
2023-12-05cifs: Fix non-availability of dedup breaking generic/304Gravatar David Howells 1-1/+3
2023-12-05smb: client: fix potential NULL deref in parse_dfs_referrals()Gravatar Paulo Alcantara 1-0/+2
2023-12-05ksmbd: downgrade RWH lease caching state to RH for directoryGravatar Namjae Jeon 3-7/+12
2023-12-05ksmbd: set v2 lease capabilityGravatar Namjae Jeon 2-7/+6