summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: move discard stat defs to free-space-cache.hJosef Bacik2022-12-052-9/+9
* btrfs: move BTRFS_MAX_MIRRORS into scrub.cJosef Bacik2022-12-052-11/+11
* btrfs: move maximum limits to btrfs_tree.hJosef Bacik2022-12-051-13/+0
* btrfs: move btrfs_get_block_group helper out of disk-io.hJosef Bacik2022-12-052-7/+8
* btrfs: move btrfs on-disk definitions out of ctree.hJosef Bacik2022-12-051-214/+1
* btrfs: remove unused BTRFS_IOPRIO_READAJosef Bacik2022-12-051-3/+0
* btrfs: remove unused BTRFS_TOTAL_BYTES_PINNED_BATCHJosef Bacik2022-12-051-8/+0
* btrfs: remove unused set/clear_pending_info helpersJosef Bacik2022-12-051-24/+0
* btrfs: simplify cleanup after error in btrfs_create_treePeng Hao2022-12-051-4/+1
* btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik2022-12-051-5/+10
* btrfs: cache the failed state when locking extentsJosef Bacik2022-12-053-15/+43
* btrfs: use a cached_state everywhere in relocationJosef Bacik2022-12-051-14/+26
* btrfs: use cached_state for btrfs_check_nocow_lockJosef Bacik2022-12-053-7/+12
* btrfs: add a cached_state to try_lock_extentJosef Bacik2022-12-057-9/+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-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