summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh2023-08-181-3/+2
* mm: increase usage of folio_next_index() helperSidhartha Kumar2023-08-181-2/+2
* Merge tag '6.5-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-07-298-7/+19
|\
| * cifs: add missing return value check for cifs_sb_tlinkShyam Prasad N2023-07-261-0/+5
| * smb3: do not set NTLMSSP_VERSION flag for negotiate not auth requestSteve French2023-07-251-1/+3
| * cifs: fix charset issue in reconnectionWinston Wen2023-07-255-4/+9
| * fs/nls: make load_nls() take a const parameterWinston Wen2023-07-251-2/+2
* | arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-12/+0
* | Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-281-1/+1
|\ \
| * | proc/vmcore: fix signedness bug in read_from_oldmem()Dan Carpenter2023-07-271-1/+1
| |/
* | Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-281-1/+1
|\ \
| * | ceph: never send metrics if disable_send_metrics is setXiubo Li2023-07-241-1/+1
| |/
* | Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-287-19/+8
|\ \
| * | fs/9p: Remove unused extern declarationYueHaibing2023-07-201-2/+0
| * | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-202-7/+0
| * | 9p: fix ignored return value in v9fs_dir_releaseDominique Martinet2023-07-201-2/+3
| * | fs/9p: remove unnecessary invalidate_inode_pages2Eric Van Hensbergen2023-07-201-1/+0
| * | fs/9p: fix type mismatch in file cache mode helperEric Van Hensbergen2023-07-201-2/+2
| * | fs/9p: fix typo in comparison logic for cache modeEric Van Hensbergen2023-07-201-1/+1
| * | fs/9p: remove unnecessary and overrestrictive checkEric Van Hensbergen2023-07-201-3/+1
| * | fs/9p: Fix a datatype used with V9FS_DIRECT_IOChristophe JAILLET2023-07-101-1/+1
* | | Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-271-0/+2
|\ \ \
| * | | splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek2023-07-261-0/+2
* | | | Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-277-29/+75
|\ \ \ \
| * | | | btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana2023-07-261-2/+7
| * | | | btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana2023-07-241-0/+1
| * | | | btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-07-243-26/+53
| * | | | btrfs: account block group tree when calculating global reserve sizeFilipe Manana2023-07-201-0/+5
| * | | | btrfs: zoned: do not enable async discardNaohiro Aota2023-07-202-1/+9
* | | | | Merge tag '6.5-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-07-267-59/+88
|\ \ \ \ \
| * | | | | ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon2023-07-233-10/+18
| * | | | | ksmbd: no response from compound readNamjae Jeon2023-07-231-0/+5
| * | | | | ksmbd: validate session id and tree id in compound requestNamjae Jeon2023-07-231-6/+6
| * | | | | ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon2023-07-231-1/+2
| * | | | | ksmbd: check if a mount point is crossed during path lookupNamjae Jeon2023-07-234-39/+53
| * | | | | ksmbd: Fix unsigned expression compared with zeroWang Ming2023-07-121-3/+4
| | |_|/ / | |/| | |
* | | | | ovl: Always reevaluate the file signature for IMAEric Snowberg2023-07-251-1/+1
* | | | | Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-07-251-2/+0
|\ \ \ \ \
| * | | | | nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust2023-07-181-2/+0
* | | | | | file: always lock position for FMODE_ATOMIC_POSChristian Brauner2023-07-241-4/+2
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'ext4_for_linus-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-235-249/+257
|\ \ \ \ \
| * | | | | ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo2023-07-231-27/+131
| * | | | | ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo2023-07-231-5/+9
| * | | | | ext4: correct inline offset when handling xattrs in inode bodyEric Whitney2023-07-231-0/+14
| * | | | | jbd2: remove __journal_try_to_free_buffer()Zhang Yi2023-07-101-24/+7
| * | | | | jbd2: fix a race when checking checkpoint buffer busyZhang Yi2023-07-102-15/+40
| * | | | | jbd2: Fix wrongly judgement for buffer head removing while doing checkpointZhihao Cheng2023-07-101-15/+17
| * | | | | jbd2: remove journal_clean_one_cp_list()Zhang Yi2023-07-101-58/+17
| * | | | | jbd2: remove t_checkpoint_io_listZhang Yi2023-07-102-42/+3
| * | | | | jbd2: recheck chechpointing non-dirty bufferZhang Yi2023-07-101-73/+29
| | |/ / / | |/| | |