Linux Ext4 Filesystem Development
[Prev Page][Next Page]
[PATCH 1/2] ext4: commit inline data during fast commit,
Harshad Shirwadkar
don't use ->bd_inode to access the block device size v2,
Christoph Hellwig
- [PATCH 02/30] block: add a bdev_nr_bytes helper, Christoph Hellwig
- [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h, Christoph Hellwig
- [PATCH 03/30] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them, Christoph Hellwig
- [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/30] nvmet: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 08/30] target/iblock: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 10/30] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 12/30] btrfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/30] cramfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 14/30] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/30] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/30] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/30] jfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 18/30] nfs/blocklayout: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 20/30] ntfs3: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 19/30] nilfs2: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 22/30] reiserfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 21/30] pstore/blk: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 23/30] squashfs: use bdev_nr_bytes instead of open coding it, Christoph Hellwig
- [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 25/30] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 26/30] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/30] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/30] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/30] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 30/30] udf: use sb_bdev_nr_blocks, Christoph Hellwig
[tytso-ext4:dev] BUILD SUCCESS 916ff8d5ea0e24fd43f113b6b5326d5ea8f68310, kernel test robot
[PATCH v7 00/28] file system-wide error monitoring,
Gabriel Krisman Bertazi
- [PATCH v7 01/28] fsnotify: pass data_type to fsnotify_name(), Gabriel Krisman Bertazi
- [PATCH v7 02/28] fsnotify: pass dentry instead of inode data, Gabriel Krisman Bertazi
- [PATCH v7 03/28] fsnotify: clarify contract for create event hooks, Gabriel Krisman Bertazi
- [PATCH v7 04/28] fsnotify: Don't insert unmergeable events in hashtable, Gabriel Krisman Bertazi
- [PATCH v7 05/28] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v7 06/28] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v7 07/28] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v7 08/28] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v7 09/28] fsnotify: Add wrapper around fsnotify_add_event, Gabriel Krisman Bertazi
- [PATCH v7 10/28] fsnotify: Retrieve super block from the data field, Gabriel Krisman Bertazi
- [PATCH v7 11/28] fsnotify: Pass group argument to free_event, Gabriel Krisman Bertazi
- [PATCH v7 12/28] fanotify: Support null inode event in fanotify_dfid_inode, Gabriel Krisman Bertazi
- [PATCH v7 13/28] fanotify: Allow file handle encoding for unhashed events, Gabriel Krisman Bertazi
- [PATCH v7 14/28] fanotify: Encode empty file handle when no inode is provided, Gabriel Krisman Bertazi
- [PATCH v7 15/28] fanotify: Require fid_mode for any non-fd event, Gabriel Krisman Bertazi
- [PATCH v7 16/28] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v7 17/28] fanotify: Reserve UAPI bits for FAN_FS_ERROR, Gabriel Krisman Bertazi
- [PATCH v7 18/28] fanotify: Pre-allocate pool of error events, Gabriel Krisman Bertazi
- [PATCH v7 19/28] fanotify: Limit number of marks with FAN_FS_ERROR per group, Gabriel Krisman Bertazi
- [PATCH v7 20/28] fanotify: Support enqueueing of error events, Gabriel Krisman Bertazi
- [PATCH v7 21/28] fanotify: Support merging of error events, Gabriel Krisman Bertazi
- [PATCH v7 22/28] fanotify: Report FID entry even for zero-length file_handle, Gabriel Krisman Bertazi
- [PATCH v7 23/28] fanotify: Report fid info for file related file system errors, Gabriel Krisman Bertazi
- [PATCH v7 24/28] fanotify: Emit generic error info for error event, Gabriel Krisman Bertazi
- [PATCH v7 25/28] fanotify: Allow users to request FAN_FS_ERROR events, Gabriel Krisman Bertazi
- [PATCH v7 26/28] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH v7 27/28] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v7 28/28] docs: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
- Re: [PATCH v7 00/28] file system-wide error monitoring, Amir Goldstein
- Re: [PATCH v7 00/28] file system-wide error monitoring, Jan Kara
[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount,
Alex Sierra
Inode 2885482 (000000008e814f64): i_reserved_data_blocks (2) not cleared!,
Rantala, Tommi T. (Nokia - FI/Espoo)
don't use ->bd_inode to access the block device size,
Christoph Hellwig
- [PATCH 01/29] bcache: remove bdev_sectors, Christoph Hellwig
- [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 03/29] dm: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 04/29] md: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 05/29] mtd/block2mtd: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 06/29] nvmet: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 07/29] target/iblock: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block, Christoph Hellwig
- [PATCH 09/29] fs: simplify init_page_buffers, Christoph Hellwig
- [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 11/29] btrfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 12/29] cramfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 14/29] hfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 13/29] fat: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 15/29] hfsplus: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 16/29] jfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 17/29] nfs/blocklayout: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 18/29] nilfs2: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 19/29] ntfs3: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 20/29] pstore/blk: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 21/29] reiserfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 22/29] squashfs: use bdev_nr_sectors instead of open coding it, Christoph Hellwig
- [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate, Christoph Hellwig
- [PATCH 24/29] block: add a sb_bdev_nr_blocks helper, Christoph Hellwig
- [PATCH 25/29] ext4: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 26/29] jfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 27/29] ntfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 28/29] reiserfs: use sb_bdev_nr_blocks, Christoph Hellwig
- [PATCH 29/29] udf: use sb_bdev_nr_blocks, Christoph Hellwig
- Re: don't use ->bd_inode to access the block device size, Kees Cook
- Re: don't use ->bd_inode to access the block device size, Anand Jain
- Re: don't use ->bd_inode to access the block device size, Christoph Hellwig
[PATCH] ext4: replace snprintf in show functions with sysfs_emit,
Qing Wang
Problem with direct IO,
Zhengyuan Liu
[PATCH] Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks",
Eric Whitney
[PATCH v1 00/12] MEMORY_DEVICE_COHERENT for CPU-accessible coherent device memory,
Alex Sierra
- [PATCH v1 01/12] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v1 02/12] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v1 03/12] mm: add zone device coherent type memory support, Alex Sierra
- [PATCH v1 04/12] mm: add device coherent vma selection for memory migration, Alex Sierra
- [PATCH v1 05/12] drm/amdkfd: ref count init for device pages, Alex Sierra
- [PATCH v1 06/12] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v1 07/12] drm/amdkfd: coherent type as sys mem on migration to ram, Alex Sierra
- [PATCH v1 08/12] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v1 09/12] lib: test_hmm add module param for zone device type, Alex Sierra
- [PATCH v1 10/12] lib: add support for device coherent type in test_hmm, Alex Sierra
- [PATCH v1 12/12] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH v1 11/12] tools: update hmm-test to support device coherent type, Alex Sierra
- Re: [PATCH v1 00/12] MEMORY_DEVICE_COHERENT for CPU-accessible coherent device memory, Andrew Morton
[PATCH v6] e2image: add option to ignore fs errors,
Artem Blagodarenko
kernel BUG in ext4_da_get_block_prep,
Hao Sun
[tytso-ext4:dev] BUILD SUCCESS 0288e6293e2500b118ae84ea1b8aaf36141d105c, kernel test robot
[Bug 214665] New: security bug:using "truncate" bypass disk quotas limit,
bugzilla-daemon
[Bug 214655] New: BUG: unable to handle kernel paging request in __dquot_free_space,
bugzilla-daemon
kernel BUG at fs/ext4/inode.c:1721!,
Borislav Petkov
[tytso-ext4:dev] BUILD SUCCESS d56aaa1fa17ff4b45383c8beb36bb6a1cf835e22, kernel test robot
[PATCH 0/2] ext4: Quota enabling error handling fixes,
Jan Kara
[PATCH AUTOSEL 5.14 01/40] ext4: check and update i_disksize properly,
Sasha Levin
[GIT PULL] ext4 fixes for 5.15-rc4,
Theodore Ts'o
Re: Issue with extension of ext4 filesystem on Rhel7,
Theodore Ts'o
algorithm for half-md4 used in htree directories,
Avi Deitcher
[PATCH 0/2] Handle a soft hang and the inconsistent name issue,
Shreeya Patel
[PATCH -next] jbd2: discard last transaction when commit block checksum broken in v2v3,
Ye Bin
[PATCH v2] ext4: fix a possible ABBA deadlock dued to busy PA,
brookxu
[PATCH] ext4: fix a possible ABBA deadlock dued to busy PA, brookxu
[PATCH AUTOSEL 4.4 3/5] ext2: fix sleeping in atomic bugs on error, Sasha Levin
[PATCH AUTOSEL 4.9 4/6] ext2: fix sleeping in atomic bugs on error, Sasha Levin
[PATCH AUTOSEL 4.14 4/8] ext2: fix sleeping in atomic bugs on error, Sasha Levin
[PATCH AUTOSEL 4.19 04/10] ext2: fix sleeping in atomic bugs on error, Sasha Levin
[PATCH AUTOSEL 5.4 04/11] ext2: fix sleeping in atomic bugs on error, Sasha Levin
[PATCH AUTOSEL 5.10 10/23] ext2: fix sleeping in atomic bugs on error, Sasha Levin
[PATCH AUTOSEL 5.14 13/40] ext2: fix sleeping in atomic bugs on error, Sasha Levin
fs ideas,
Andre Coelho
[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles,
David Howells
[GIT PULL] Two fixes for 5.15-rc3,
Jan Kara
[PATCH v3] ext4: flush s_error_work before journal destroy in ext4_fill_super,
yangerkun
[PATCH] ext4: start the handle later in ext4_writepages() to avoid unnecessary wait,
xueqingwen
[PATCH] dax: remove silly single-page limitation in dax_zero_page_range,
Darrick J. Wong
[PATCH v2] ext2: fix sleeping in atomic bugs on error,
Dan Carpenter
BoF at LPC: Documenting the Heterogeneous Memory Model Architecture,
Felix Kuehling
[PATCH] mke2fs: Add extended option for prezeroed storage devices,
Sarthak Kukreti
Re: [PATCH 5/5] ext4: implement FALLOC_FL_ZEROINIT_RANGE,
riteshh
e2fsprogs concurrency questions,
Eric Blake
Could we get an IOCB_NO_READ_HOLE?,
David Howells
[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL,
NeilBrown
Shameless plug for the FS Track at LPC next week!,
Darrick J. Wong
[PATCH 0/3 RFC] Remove DAX experimental warnings,
Eric Sandeen
[syzbot] WARNING in ext4_evict_inode (2), syzbot
unicode cleanups, and split the data table into a separate module v2,
Christoph Hellwig
- [PATCH 01/11] ext4: simplify ext4_sb_read_encoding, Christoph Hellwig
- [PATCH 02/11] f2fs: simplify f2fs_sb_read_encoding, Christoph Hellwig
- [PATCH 03/11] unicode: remove the charset field from struct unicode_map, Christoph Hellwig
- [PATCH 04/11] unicode: mark the version field in struct unicode_map unsigned, Christoph Hellwig
- [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load, Christoph Hellwig
- [PATCH 06/11] unicode: remove the unused utf8{,n}age{min,max} functions, Christoph Hellwig
- [PATCH 07/11] unicode: simplify utf8len, Christoph Hellwig
- [PATCH 08/11] unicode: move utf8cursor to utf8-selftest.c, Christoph Hellwig
- [PATCH 09/11] unicode: cache the normalization tables in struct unicode_map, Christoph Hellwig
- [PATCH 10/11] unicode: Add utf8-data module, Christoph Hellwig
- [PATCH 11/11] unicode: only export internal symbols for the selftests, Christoph Hellwig
[PATCH 1/3] resize2fs: attempt to keep the # of inodes valid by removing the last bg,
Theodore Ts'o
[PATCH] ext4: update last_pos for the case ext4_htree_fill_tree return fail,
yangerkun
[PATCH 0/6] congestion_wait() and GFP_NOFAIL,
NeilBrown
Re: [PATCH 3/3] xfstests: Move *_dump_log routines to common/xfs, Darrick J. Wong
[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory,
Alex Sierra
- [PATCH v2 01/12] ext4/xfs: add page refcount helper, Alex Sierra
- [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount, Alex Sierra
- [PATCH v2 03/12] mm: add zone device public type memory support, Alex Sierra
- [PATCH v2 06/12] drm/amdkfd: add SPM support for SVM, Alex Sierra
- [PATCH v2 04/12] mm: add device public vma selection for memory migration, Alex Sierra
- [PATCH v2 10/12] lib: add support for device public type in test_hmm, Alex Sierra
- [PATCH v2 07/12] drm/amdkfd: public type as sys mem on migration to ram, Alex Sierra
- [PATCH v2 11/12] tools: update hmm-test to support device public type, Alex Sierra
- [PATCH v2 05/12] drm/amdkfd: ref count init for device pages, Alex Sierra
- [PATCH v2 08/12] lib: test_hmm add ioctl to get zone device type, Alex Sierra
- [PATCH v2 12/12] tools: update test_hmm script to support SP config, Alex Sierra
- [PATCH v2 09/12] lib: test_hmm add module param for zone device type, Alex Sierra
[PATCH -next v2 0/6] Fix some issues about mmp,
Ye Bin
[ext4:dev] BUILD SUCCESS 948ca5f30e1df0c11eb5b0f410b9ceb97fa77ad9, kernel test robot
[PATCH] ext4: recheck buffer uptodate bit under buffer lock,
Zhang Yi
[PATCH AUTOSEL 4.4 12/14] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 4.4 04/14] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 4.9 14/17] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 4.9 13/17] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 4.9 05/17] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 4.14 15/19] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 4.14 14/19] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 4.14 06/19] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 4.19 21/25] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 4.19 20/25] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 4.19 09/25] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 5.4 33/37] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 5.4 32/37] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 5.4 14/37] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 5.10 48/53] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 5.10 47/53] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 5.10 19/53] jbd2: fix clang warning in recovery.c, Sasha Levin
[PATCH AUTOSEL 5.10 18/53] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 5.13 75/88] ext4: make the updating inode data procedure atomic, Sasha Levin
[PATCH AUTOSEL 5.13 74/88] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 5.13 73/88] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 5.13 33/88] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 5.13 34/88] jbd2: fix clang warning in recovery.c, Sasha Levin
[PATCH AUTOSEL 5.14 84/99] ext4: make the updating inode data procedure atomic, Sasha Levin
[PATCH AUTOSEL 5.14 83/99] ext4: Make sure quota files are not grabbed accidentally, Sasha Levin
[PATCH AUTOSEL 5.14 82/99] ext4: if zeroout fails fall back to splitting the extent node, Sasha Levin
[PATCH AUTOSEL 5.14 39/99] jbd2: fix portability problems caused by unaligned accesses, Sasha Levin
[PATCH AUTOSEL 5.14 40/99] jbd2: fix clang warning in recovery.c, Sasha Levin
[PATCH] fscrypt: remove fscrypt_operations::max_namelen,
Eric Biggers
[PATCH 0/4] backport fscrypt symlink fixes to 4.19,
Eric Biggers
[RFC PATCH 0/3] ext4: enhance extent consistency check,
Zhang Yi
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]