summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: use F_SETLK when unlocking a fileJeff Layton2022-12-111-2/+2
* ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon2022-12-113-5/+14
* Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+7
|\
| * nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-11-301-0/+7
* | afs: Fix server->active leak in afs_put_serverMarc Dionne2022-11-301-1/+1
* | afs: Fix fileserver probe RTT handlingDavid Howells2022-11-281-2/+2
* | Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-281-21/+16
|\ \
| * | fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-11-231-21/+16
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-273-9/+20
|\ \ \
| * | | vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-253-9/+20
* | | | Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-272-3/+5
|\ \ \ \
| * | | | cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
| * | | | cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
| | |/ / | |/| |
* | | | Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-11-261-3/+4
|\ \ \ \
| * | | | NFSD: Fix reads with a non-zero offset that don't end on a page boundaryChuck Lever2022-11-231-3/+4
* | | | | Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-11-252-8/+21
|\ \ \ \ \
| * | | | | zonefs: Fix active zone accountingDamien Le Moal2022-11-252-2/+15
| * | | | | zonefs: Fix race between modprobe and mountZhang Xiaoxu2022-11-221-6/+6
* | | | | | Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-257-35/+132
|\ \ \ \ \ \
| * | | | | | btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-11-231-2/+5
| * | | | | | btrfs: do not modify log tree while holding a leaf from fs tree lockedFilipe Manana2022-11-231-4/+55
| * | | | | | btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-11-231-3/+3
| * | | | | | btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-11-211-8/+1
| * | | | | | btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-11-211-1/+23
| * | | | | | btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig2022-11-211-1/+2
| * | | | | | btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-11-151-0/+2
| * | | | | | btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-11-151-0/+2
| * | | | | | btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-11-151-9/+7
| * | | | | | btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-11-151-1/+2
| * | | | | | btrfs: fix assertion failure and blocking during nowait buffered writeFilipe Manana2022-11-151-6/+30
* | | | | | | Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-252-1/+9
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-11-221-0/+8
| * | | | | | proc/meminfo: fix spacing in SecPageTablesYosry Ahmed2022-11-221-1/+1
* | | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-11-252-2/+12
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedPeter Griffin2022-11-191-1/+2
| * | | | | | fs: use acquire ordering in __fget_light()Jann Horn2022-10-311-1/+10
* | | | | | | Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-242-16/+32
|\ \ \ \ \ \ \
| * | | | | | | fs: do not update freeing inode i_io_listSvyatoslav Feldsherov2022-11-221-11/+19
| * | | | | | | ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-11-071-5/+13
* | | | | | | | fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells2022-11-231-2/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-11-193-5/+17
|\ \ \ \ \ \ \
| * | | | | | | cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-161-0/+2
| * | | | | | | cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-161-2/+2
| * | | | | | | cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-151-0/+2
| * | | | | | | cifs: Fix connections leak when tlink setup failedZhang Xiaoxu2022-11-111-3/+11
| |/ / / / / /
* | | | | | | Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-11-182-15/+27
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | zonefs: Remove to_attr() helper functionDamien Le Moal2022-11-161-5/+0
| * | | | | | zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal2022-11-161-10/+27
* | | | | | | Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-181-2/+12
|\ \ \ \ \ \ \
| * | | | | | | kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo2022-11-101-2/+12
| | |_|/ / / / | |/| | | | |