Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge tag 'for-linus-6.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-03-18 | 3 | -13/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Julia Lawall reported this null pointer dereference, this should fix it. | Mike Marshall | 2024-02-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGS | Vlastimil Babka | 2024-02-14 | 3 | -12/+2 | |
* | | | | | | | | | | | | Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-03-18 | 19 | -824/+999 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault | Chao Yu | 2024-03-14 | 1 | -1/+2 | |
| * | | | | | | | | | | | | f2fs: truncate page cache before clearing flags when aborting atomic write | Sunmin Jeong | 2024-03-14 | 1 | -1/+3 | |
| * | | | | | | | | | | | | f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flag | Sunmin Jeong | 2024-03-14 | 1 | -0/+1 | |
| * | | | | | | | | | | | | f2fs: prevent atomic write on pinned file | Daeho Jeong | 2024-03-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | f2fs: fix to handle error paths of {new,change}_curseg() | Zhiguo Niu | 2024-03-13 | 4 | -27/+45 | |
| * | | | | | | | | | | | | f2fs: unify the error handling of f2fs_is_valid_blkaddr | Zhiguo Niu | 2024-03-13 | 7 | -62/+29 | |
| * | | | | | | | | | | | | f2fs: zone: fix to remove pow2 check condition for zoned block device | Chao Yu | 2024-03-13 | 1 | -5/+0 | |
| * | | | | | | | | | | | | f2fs: fix to truncate meta inode pages forcely | Chao Yu | 2024-03-13 | 3 | -6/+32 | |
| * | | | | | | | | | | | | f2fs: compress: fix reserve_cblocks counting error when out of space | Xiuhong Wang | 2024-03-13 | 1 | -8/+7 | |
| * | | | | | | | | | | | | f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks | Xiuhong Wang | 2024-03-13 | 1 | -4/+3 | |
| * | | | | | | | | | | | | f2fs: add a proc entry show disk layout | Jaegeuk Kim | 2024-03-06 | 1 | -0/+46 | |
| * | | | | | | | | | | | | f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup | Chao Yu | 2024-03-04 | 8 | -41/+41 | |
| * | | | | | | | | | | | | f2fs: fix to check return value of f2fs_gc_range | Zhiguo Niu | 2024-03-04 | 2 | -5/+11 | |
| * | | | | | | | | | | | | f2fs: fix to check return value __allocate_new_segment | Zhiguo Niu | 2024-03-04 | 3 | -4/+7 | |
| * | | | | | | | | | | | | f2fs: fix to do sanity check in update_sit_entry | Zhiguo Niu | 2024-03-04 | 1 | -2/+3 | |
| * | | | | | | | | | | | | f2fs: fix to reset fields for unloaded curseg | Chao Yu | 2024-03-04 | 1 | -4/+15 | |
| * | | | | | | | | | | | | f2fs: clean up new_curseg() | Chao Yu | 2024-03-04 | 1 | -9/+14 | |
| * | | | | | | | | | | | | f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate() | Chao Yu | 2024-03-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | f2fs: fix blkofs_end correctly in f2fs_migrate_blocks() | Chao Yu | 2024-03-04 | 1 | -2/+3 | |
| * | | | | | | | | | | | | f2fs: ro: don't start discard thread for readonly image | Chao Yu | 2024-03-04 | 1 | -0/+6 | |
| * | | | | | | | | | | | | f2fs: ro: compress: fix to avoid caching unaligned extent | Chao Yu | 2024-03-04 | 3 | -12/+24 | |
| * | | | | | | | | | | | | f2fs: fix to check return value in f2fs_insert_range() | Chao Yu | 2024-03-04 | 1 | -1/+3 | |
| * | | | | | | | | | | | | f2fs: fix to use correct segment type in f2fs_allocate_data_block() | Chao Yu | 2024-03-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | f2fs: allow to mount if cap is 100 | Jaegeuk Kim | 2024-03-04 | 1 | -0/+3 | |
| * | | | | | | | | | | | | f2fs: print zone status in string and some log | Jaegeuk Kim | 2024-03-04 | 2 | -7/+24 | |
| * | | | | | | | | | | | | f2fs: fix write pointers all the time | Jaegeuk Kim | 2024-02-29 | 2 | -12/+14 | |
| * | | | | | | | | | | | | f2fs: check number of blocks in a current section | Jaegeuk Kim | 2024-02-29 | 1 | -9/+8 | |
| * | | | | | | | | | | | | f2fs: prevent an f2fs_gc loop during disable_checkpoint | Jaegeuk Kim | 2024-02-29 | 1 | -0/+1 | |
| * | | | | | | | | | | | | f2fs: introduce FAULT_NO_SEGMENT | Chao Yu | 2024-02-29 | 3 | -0/+7 | |
| * | | | | | | | | | | | | f2fs: compress: fix to check compress flag w/ .i_sem lock | Chao Yu | 2024-02-29 | 1 | -4/+8 | |
| * | | | | | | | | | | | | f2fs: fix to handle segment allocation failure correctly | Chao Yu | 2024-02-29 | 5 | -12/+57 | |
| * | | | | | | | | | | | | f2fs: stop checkpoint when get a out-of-bounds segment | Zhiguo Niu | 2024-02-29 | 1 | -1/+11 | |
| * | | | | | | | | | | | | f2fs: delete f2fs_get_new_segment() declaration | Chao Yu | 2024-02-29 | 1 | -2/+0 | |
| * | | | | | | | | | | | | f2fs: introduce get_available_block_count() for cleanup | Chao Yu | 2024-02-27 | 1 | -22/+27 | |
| * | | | | | | | | | | | | f2fs: support file pinning for zoned devices | Daeho Jeong | 2024-02-27 | 6 | -38/+154 | |
| * | | | | | | | | | | | | f2fs: kill heap-based allocation | Jaegeuk Kim | 2024-02-27 | 4 | -68/+10 | |
| * | | | | | | | | | | | | f2fs: support SEEK_DATA and SEEK_HOLE for compression files | Daeho Jeong | 2024-02-27 | 1 | -3/+18 | |
| * | | | | | | | | | | | | f2fs: compress: fix to check zstd compress level correctly in mount option | Chao Yu | 2024-02-27 | 1 | -2/+8 | |
| * | | | | | | | | | | | | f2fs: Use folio in f2fs_read_merkle_tree_page | HuangXiaojia | 2024-02-27 | 1 | -7/+9 | |
| * | | | | | | | | | | | | f2fs: fix to create selinux label during whiteout initialization | Chao Yu | 2024-02-27 | 3 | -11/+22 | |
| * | | | | | | | | | | | | f2fs: separate f2fs_gc_range() to use GC for a range | Daeho Jeong | 2024-02-27 | 1 | -21/+28 | |
| * | | | | | | | | | | | | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC | Jaegeuk Kim | 2024-02-27 | 12 | -136/+135 | |
| * | | | | | | | | | | | | f2fs: deprecate io_bits | Jaegeuk Kim | 2024-02-20 | 6 | -197/+10 | |
| * | | | | | | | | | | | | f2fs: fix to avoid potential panic during recovery | Chao Yu | 2024-02-06 | 2 | -17/+21 | |
| * | | | | | | | | | | | | f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_data | Zhiguo Niu | 2024-02-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | f2fs: compress: remove some redundant codes in f2fs_cache_compressed_page | Zhiguo Niu | 2024-02-06 | 1 | -4/+0 |