summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo2022-12-123-4/+4
* exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-123-15/+10
* exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo2022-12-121-8/+1
* exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2022-12-122-7/+12
* exfat: replace magic numbers with MacrosYuezhang Mo2022-12-123-10/+10
* exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-124-11/+11
* exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-124-35/+29
* exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2022-12-122-1/+19
* exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo2022-12-121-4/+21
* exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2022-12-122-16/+43
* exfat: simplify empty entry hintYuezhang Mo2022-12-121-27/+31
* fscache: Fix oops due to race with cookie_lru and use_cookieDave Wysochanski2022-12-071-0/+8
* 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-291-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-262-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-231-0/+8
| * | | | | | proc/meminfo: fix spacing in SecPageTablesYosry Ahmed2022-11-231-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
| |_|_|_|_|_|/ |/| | | | | |