summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2022-05-212-64/+70
| * | | | | | | | | | | | | | | | | | | ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani2022-05-214-122/+131
| * | | | | | | | | | | | | | | | | | | ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers2022-05-181-2/+4
| * | | | | | | | | | | | | | | | | | | ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-05-181-0/+1
| * | | | | | | | | | | | | | | | | | | ext4: remove duplicated #include of dax.h in inode.cYang Li2022-05-181-1/+0
| * | | | | | | | | | | | | | | | | | | ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2022-05-172-13/+6
| * | | | | | | | | | | | | | | | | | | ext4: convert symlink external data block mapping to bdevZhang Yi2022-05-173-83/+100
| * | | | | | | | | | | | | | | | | | | ext4: add nowait mode for ext4_getblk()Zhang Yi2022-05-172-0/+16
| * | | | | | | | | | | | | | | | | | | ext4: fix journal_ioprio mount option handlingOjaswin Mujoo2022-05-171-5/+10
| * | | | | | | | | | | | | | | | | | | ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov2022-05-171-6/+12
| * | | | | | | | | | | | | | | | | | | ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-05-171-3/+27
| * | | | | | | | | | | | | | | | | | | ext4: add unmount filesystem messageZhang Yi2022-05-131-0/+3
| * | | | | | | | | | | | | | | | | | | ext4: remove unnecessary conditionalsLv Ruyi2022-05-132-4/+2
| * | | | | | | | | | | | | | | | | | | ext4: remove unnecessary code in __mb_check_buddyJinke Han2022-05-111-4/+1
| * | | | | | | | | | | | | | | | | | | ext4: fix spelling errors in commentsChin Yik Ming2022-05-111-2/+2
| * | | | | | | | | | | | | | | | | | | ext4: remove unnecessary type castingsYu Zhe2022-05-117-15/+15
| * | | | | | | | | | | | | | | | | | | ext4: fix warning in ext4_handle_inode_extensionYe Bin2022-05-111-0/+4
| * | | | | | | | | | | | | | | | | | | ext4: get rid of unused DEFAULT_MB_OPTIMIZE_SCANOjaswin Mujoo2022-05-111-1/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'gfs2-v5.18-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-248-66/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | gfs2: Convert function bh_get to use iomapBob Peterson2022-05-241-5/+12
| * | | | | | | | | | | | | | | | | | | gfs2: use i_lock spin_lock for inode qadataBob Peterson2022-05-241-12/+20
| * | | | | | | | | | | | | | | | | | | gfs2: Return more useful errors from gfs2_rgrp_send_discards()Andrew Price2022-05-241-2/+2
| * | | | | | | | | | | | | | | | | | | gfs2: Use container_of() for gfs2_glock(aspace)Kees Cook2022-05-244-27/+38
| * | | | | | | | | | | | | | | | | | | gfs2: Explain some direct I/O odditiesAndreas Gruenbacher2022-05-241-0/+4
| * | | | | | | | | | | | | | | | | | | gfs2: replace 'found' with dedicated list iterator variableJakob Koschel2022-05-142-20/+15
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-2463-4178/+4441
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | btrfs: zoned: introduce a minimal zone size 4M and reject mountJohannes Thumshirn2022-05-171-3/+12
| * | | | | | | | | | | | | | | | | | btrfs: allow defrag to convert inline extents to regular extentsQu Wenruo2022-05-171-2/+22
| * | | | | | | | | | | | | | | | | | btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-05-171-2/+2
| * | | | | | | | | | | | | | | | | | btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana2022-05-171-2/+5
| * | | | | | | | | | | | | | | | | | btrfs: zoned: fix comparison of alloc_offset vs meta_write_pointerNaohiro Aota2022-05-171-1/+1
| * | | | | | | | | | | | | | | | | | btrfs: send: avoid trashing the page cacheFilipe Manana2022-05-171-3/+82
| * | | | | | | | | | | | | | | | | | btrfs: send: keep the current inode open while processing itFilipe Manana2022-05-161-19/+35
| * | | | | | | | | | | | | | | | | | btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig2022-05-161-58/+35
| * | | | | | | | | | | | | | | | | | btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig2022-05-163-25/+24
| * | | | | | | | | | | | | | | | | | btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig2022-05-162-2/+0
| * | | | | | | | | | | | | | | | | | btrfs: allocate dio_data on stackChristoph Hellwig2022-05-161-23/+11
| * | | | | | | | | | | | | | | | | | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-168-16/+18
| * | | | | | | | | | | | | | | | | | iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig2022-05-161-4/+13
| * | | | | | | | | | | | | | | | | | btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig2022-05-163-8/+12
| * | | | | | | | | | | | | | | | | | btrfs: zoned: zone finish unused block groupNaohiro Aota2022-05-161-0/+8
| * | | | | | | | | | | | | | | | | | btrfs: zoned: properly finish block group on metadata writeNaohiro Aota2022-05-165-6/+39
| * | | | | | | | | | | | | | | | | | btrfs: zoned: finish block group when there are no more allocatable bytes leftNaohiro Aota2022-05-161-1/+10
| * | | | | | | | | | | | | | | | | | btrfs: zoned: consolidate zone finish functionsNaohiro Aota2022-05-161-73/+64
| * | | | | | | | | | | | | | | | | | btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota2022-05-163-3/+8
| * | | | | | | | | | | | | | | | | | btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov2022-05-161-1/+7
| * | | | | | | | | | | | | | | | | | btrfs: rename bio_ctrl::bio_flags to compress_typeDavid Sterba2022-05-161-10/+10
| * | | | | | | | | | | | | | | | | | btrfs: rename bio_flags in parameters and switch typeDavid Sterba2022-05-164-19/+21
| * | | | | | | | | | | | | | | | | | btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba2022-05-162-4/+5
| * | | | | | | | | | | | | | | | | | btrfs: open code extent_set_compress_type helpersDavid Sterba2022-05-162-16/+3