Linux Ext4 Filesystem Development
[Prev Page][Next Page]
[PATCH] fuse2fs: delete unused variables,
Darrick J. Wong
[PATCH] e2image: ignore checksum errors,
Darrick J. Wong
[BUG 4.1.11] EXT4-fs error: ext4_xattr_block_get:299 - Remounting filesystem read-only, Philipp Hahn
[RFC v3] [PATCH 0/18] DAX page fault locking,
Jan Kara
- [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN, Jan Kara
- [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO, Jan Kara
- [PATCH 07/18] ext4: Refactor direct IO code, Jan Kara
- [PATCH 10/18] dax: Remove pointless writeback from dax_do_io(), Jan Kara
- [PATCH 09/18] dax: Remove zeroing from dax_io(), Jan Kara
- [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry, Jan Kara
- [PATCH 12/18] dax: Remove redundant inode size checks, Jan Kara
- [PATCH 11/18] dax: Fix condition for filling of PMD holes, Jan Kara
- [PATCH 16/18] dax: New fault locking, Jan Kara
- [PATCH 06/18] dax: Remove dead zeroing code from fault handlers, Jan Kara
- [PATCH 15/18] dax: Allow DAX code to replace exceptional entries, Jan Kara
- [PATCH 18/18] dax: Remove i_mmap_lock protection, Jan Kara
- [PATCH 17/18] dax: Use radix tree entry lock to protect cow faults, Jan Kara
- [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data, Jan Kara
- [PATCH 02/18] ext4: Fix race in transient ENOSPC detection, Jan Kara
- [PATCH 03/18] DAX: move RADIX_DAX_ definitions to dax.c, Jan Kara
- [PATCH 01/18] ext4: Handle transient ENOSPC properly for DAX, Jan Kara
- [PATCH 04/18] dax: Remove complete_unwritten argument, Jan Kara
- Re: [RFC v3] [PATCH 0/18] DAX page fault locking, Ross Zwisler
- Re: [RFC v3] [PATCH 0/18] DAX page fault locking, Ross Zwisler
- Re: [RFC v3] [PATCH 0/18] DAX page fault locking, Verma, Vishal L
[PATCH] ext4: remove trailing \n from ext4_warning/ext4_error calls,
Jakub Wilk
[PATCH] fs/ext4: ext4_find_extent(): remove unmeetable inconsisteny check, Nicolai Stange
[PATCH 1/4] Fix support for configure --enable-jbd-debug,
Theodore Ts'o
[Bug 116471] New: Core in ext4 filesystem on a Dell Server,
bugzilla-daemon
[PATCH 00/42] v7: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support, mchristi
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi
- [PATCH 39/42] block: shrink bio/request fields, mchristi
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi
- [PATCH 26/42] block: copy bio op to request op, mchristi
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi
- Re: [PATCH 00/42] v7: separate operations from flags in the bio/request structs, Mike Snitzer
- Re: [PATCH 00/42] v7: separate operations from flags in the bio/request structs, Jeff Moyer
XFS reverse-mapping, reflink, and online fs scrub update, Darrick J. Wong
[PATCH v4 0/2] ext4: Improve parallel I/O performance on NVDIMM,
Waiman Long
[PATCH 00/42] v6: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 39/42] block: shrink bio/request fields, mchristi
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- [PATCH 41/42] block: do not use REQ_FLUSH for tracking flush support, mchristi
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 26/42] block: copy bio op to request op, mchristi
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi
[RFC] xfs_scrub: create online filesystem scrub program, Darrick J. Wong
[PATCH] e2image: don't leak progress info to stdout,
Eric Sandeen
[PATCH] ext4: allow readdir()'s of large empty directories to be interrupted,
Theodore Ts'o
Backport commit 5e1021f2b6dff,
Jan Kara
[PATCH 00/42] v5: separate operations from flags in the bio/request structs,
mchristi
- [PATCH 41/42] block: use QUEUE flags instead of flush_flags to test for flush support, mchristi
- [PATCH 42/42] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH, mchristi
- [PATCH 39/42] block: shrink bio/request fields, mchristi
- [PATCH 40/42] block, drivers: add REQ_OP_FLUSH operation, mchristi
- [PATCH 38/42] block, fs: remove old REQ definitions., mchristi
- [PATCH 36/42] ide cd: do not set REQ_WRITE on requests., mchristi
- [PATCH 37/42] block, fs, drivers: do use bi_rw/cmd_flags for REQ_OPs., mchristi
- [PATCH 29/42] block: prepare elevator to use REQ_OPs., mchristi
- [PATCH 35/42] blktrace: get op from req->op/bio->bi_op, mchristi
- [PATCH 34/42] drivers: set request op to REQ_OP, mchristi
- [PATCH 31/42] block: convert merge/insert code to check for REQ_OPs., mchristi
- [PATCH 33/42] block: convert rq_data_dir helper to use REQ_OPs, mchristi
- [PATCH 30/42] blkg_rwstat: separate op from flags, mchristi
- [PATCH 32/42] block: convert is_sync helpers to use REQ_OPs., mchristi
- [PATCH 28/42] block: prepare mq request creation to use REQ_OPs, mchristi
- [PATCH 25/42] target: set bi_op to REQ_OP, mchristi
- [PATCH 26/42] block: copy bio op to request op, mchristi
- [PATCH 27/42] block: prepare request creation/destruction code to use REQ_OPs, mchristi
- [PATCH 23/42] md/raid: set bi_op to REQ_OP, mchristi
- [PATCH 24/42] xen: set bi_op to REQ_OP, mchristi
- [PATCH 21/42] bcache: set bi_op to REQ_OP, mchristi
- [PATCH 22/42] drbd: set bi_op to REQ_OP, mchristi
- [PATCH 20/42] dm: pass dm stats data dir instead of bi_rw, mchristi
- [PATCH 19/42] dm: set bi_op to REQ_OP, mchristi
- [PATCH 18/42] pm: set bi_op to REQ_OP, mchristi
- [PATCH 17/42] ocfs2: set bi_op to REQ_OP, mchristi
- [PATCH 16/42] nilfs: set bi_op to REQ_OP, mchristi
- [PATCH 12/42] gfs2: set bi_op to REQ_OP, mchristi
- [PATCH 11/42] f2fs: set bi_op to REQ_OP, mchristi
- [PATCH 10/42] btrfs: use bio fields for op and flags, mchristi
- [PATCH 15/42] mpage: set bi_op to REQ_OP, mchristi
- [PATCH 13/42] xfs: set bi_op to REQ_OP, mchristi
- [PATCH 14/42] hfsplus: set bi_op to REQ_OP, mchristi
- [PATCH 07/42] btrfs: have submit_one_bio users setup bio bi_op, mchristi
- [PATCH 09/42] btrfs: update __btrfs_map_block for bi_op transition, mchristi
- [PATCH 08/42] btrfs: set bi_op tp REQ_OP, mchristi
- [PATCH 06/42] direct-io: set bi_op to REQ_OP, mchristi
- [PATCH 05/42] fs: have ll_rw_block users pass in op and flags separately, mchristi
- [PATCH 03/42] block, fs, mm, drivers: set bi_op to REQ_OP, mchristi
- [PATCH 02/42] block: add REQ_OP definitions and bi_op/op fields, mchristi
- [PATCH 04/42] fs: have submit_bh users pass in op and flags separately, mchristi
- [PATCH 01/42] block/fs/drivers: remove rw argument from submit_bio, mchristi
- Re: [PATCH 00/42] v5: separate operations from flags in the bio/request structs, Hannes Reinecke
ext4 error,
Eric Shang
UBSAN warning from fs/ext4/mballoc.c:1281:11 - shift exponent -1 is negative, Meelis Roos
[PATCH v2 2/5] ext4: call dax_get_unmapped_area() for DAX pmd mappings,
Toshi Kani
[PATCH v2 0/5] Align mmap address for DAX pmd mappings,
Toshi Kani
[PATCH v3 0/2] ext4: Improve parallel I/O performance on NVDIMM,
Waiman Long
Exposes stale data in ext4 data=ordered + delalloc, Kazuya Mio
[PATCH v2 0/4] ext4: Improve parallel I/O performance on NVDIMM,
Waiman Long
[GIT PULL] ext4 bug fixes for 4.6,
Theodore Ts'o
[PATCH] ext4:Remove unneeded function definition and prototype for ext4_ext_calc_metadata_amount, Bastien Philbert
A few more filesystem encryption questions,
Eric Biggers
[PATCH 00/13] fscrypto: cleanups and fixes,
Eric Biggers
- [PATCH 10/13] fscrypto: restrict setting new policy to empty files and directories only, Eric Biggers
- [PATCH 08/13] fscrypto: use standard macros from kernel.h, Eric Biggers
- [PATCH 12/13] fscrypto: require write access to mount to set encryption policy, Eric Biggers
- [PATCH 13/13] fscrypto: improve error handling in fscrypt_set_policy(), Eric Biggers
- [PATCH 09/13] fscrypto: make fname_encrypt() actually return length of ciphertext, Eric Biggers
- [PATCH 11/13] fscrypto: restrict setting encryption policy to inode owner, Eric Biggers
- [PATCH 07/13] fscrypto: simplify building key descriptor string, Eric Biggers
- [PATCH 06/13] fscrypto: crypto_alloc_skcipher() always returns an ERR_PTR(), never NULL, Eric Biggers
- [PATCH 03/13] fscrypto: rename functions to load and unload inode encryption info, Eric Biggers
- [PATCH 05/13] fscrypto: comment improvements and fixes, Eric Biggers
- [PATCH 04/13] fscrypto: return bool instead of int where appropriate, Eric Biggers
- [PATCH 01/13] fscrypto: remove unnecessary includes, Eric Biggers
- [PATCH 02/13] fscrypto: rename some functions for clarity, Eric Biggers
[patch] ext4 crypto: fix some error handling,
Dan Carpenter
[PATCH 0/3] ext4: Improve parallel I/O performance on NVDIMM,
Waiman Long
[Bug 115731] New: ext2 file system is not supporting,
bugzilla-daemon
Legal characters in encrypted fscrypto (f2fs/ext4) filename?,
Eric Biggers
[PATCH] ext4: add lockdep annotations for i_data_sem, Theodore Ts'o
block allocator issue with ext4+DAX,
Ross Zwisler
[PATCH 1/1] Fix Ubsan error,
Navin P.S
[PATCH 0/4 v2] ext4: Fix data exposure after a crash,
Jan Kara
[PATCH v2 0/5] dax: handling of media errors,
Vishal Verma
Re: [oss-security] CVE Request - Linux kernel (multiple versions) ext2/ext3 filesystem DoS,
Yves-Alexis Perez
[PATCH 1/2] quota: Handle Q_GETNEXTQUOTA when quota is disabled,
Jan Kara
[Bug 115491] New: ext4_mb_generate_buddy, filesystem remounted read-only,
bugzilla-daemon
[PATCH] ext4: Fix check of dqget() return value in ext4_ioctl_setproject(),
Seth Forshee
[Bug 115441] New: Cant boot with nvme with recent kernels,
bugzilla-daemon
Size of extent LRU,
Nikolay Borisov
Question about CFQ queue preemption with REQ_PRIO, Daeho Jeong
[PATCH e2fsprogs] include sys/sysmacros.h as needed,
Mike Frysinger
corrupted fs, one nonreadable file after fsck, luvar
GETNEXTQUOTA causes kernel crash if quota not enabled,
Theodore Ts'o
[PATCH 0/5] Miklos's vfs/nfs/ext4 patches in the ext4.git tree,
Theodore Ts'o
[PATCH] ext4 crypto: don't let data integrity writebacks fail with ENOMEM, Theodore Ts'o
[PATCH] ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea(), Theodore Ts'o
Ext4 jbd2 state lock race condition,
Da-Chang Guan
[PATCH 0/5] dax: handling of media errors,
Vishal Verma
[PATCH] ext4: remove unnecessary bio get/put,
Jens Axboe
[PATCH] ext4: Retry block allocation for failed DIO and DAX writes,
Jan Kara
Question about JBD2 transactions,
Abraham Choi
Noticeable usability weakness of ext4 recovery, especially during boot,
Andreas Mohr
[PATCH v2 0/2] fs/ext4: mballoc.c: silence two UBSAN reports,
Nicolai Stange
[PATCH] fs/ext4: mb_find_order_for_block(): silence UBSAN,
Nicolai Stange
[PATCH] jbd2: remove excess descriptions for handle_s,
Luis de Bethencourt
[Bug 114821] New: Frequent and recurring ext4 "bad header invalid magic" errors on a healthy drive,
bugzilla-daemon
[PATCH v20 00/23] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v20 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
- [PATCH v20 22/23] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v20 23/23] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v20 21/23] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v20 19/23] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v20 20/23] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v20 16/23] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v20 17/23] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v20 18/23] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v20 13/23] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v20 14/23] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v20 15/23] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v20 12/23] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v20 11/23] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v20 10/23] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher
- [PATCH v20 08/23] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v20 09/23] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v20 06/23] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v20 05/23] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v20 07/23] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v20 04/23] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v20 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v20 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- Re: [PATCH v20 00/23] Richacls (Core and Ext4), Steve French
[GIT PULL] ext4 changes for 4.6, Theodore Ts'o
Reporting project quota usage?,
Theodore Ts'o
generic/224 failures on 4.5 - encrypted test case,
Eric Whitney
[Bug 114701] New: ubsan: "shift exponent -1 is negative" in fs/ext4/mballoc.c:2612:15,
bugzilla-daemon
[Bug 114621] New: /etc/fstab: impossible to disable relatime,
bugzilla-daemon
[PATCH v19 00/23] Richacls (Core and Ext4),
Andreas Gruenbacher
- [PATCH v19 18/23] richacl: Automatic Inheritance, Andreas Gruenbacher
- [PATCH v19 22/23] ext4: Add richacl support, Andreas Gruenbacher
- [PATCH v19 23/23] ext4: Add richacl feature flag, Andreas Gruenbacher
- [PATCH v19 21/23] vfs: Add richacl permission checking, Andreas Gruenbacher
- [PATCH v19 20/23] richacl: Add richacl xattr handler, Andreas Gruenbacher
- [PATCH v19 19/23] richacl: xattr mapping functions, Andreas Gruenbacher
- [PATCH v19 17/23] richacl: Create-time inheritance, Andreas Gruenbacher
- [PATCH v19 15/23] richacl: Update the file masks in chmod(), Andreas Gruenbacher
- [PATCH v19 16/23] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher
- [PATCH v19 14/23] vfs: Cache richacl in struct inode, Andreas Gruenbacher
- [PATCH v19 13/23] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher
- [PATCH v19 12/23] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher
- [PATCH v19 11/23] posix_acl: Improve xattr fixup code, Andreas Gruenbacher
- [PATCH v19 10/23] posix_acl: Unexport acl_by_type and make it static, Andreas Gruenbacher
- [PATCH v19 06/23] richacl: In-memory representation and helper functions, Andreas Gruenbacher
- [PATCH v19 09/23] richacl: Permission check algorithm, Andreas Gruenbacher
- [PATCH v19 08/23] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher
- [PATCH v19 07/23] richacl: Permission mapping functions, Andreas Gruenbacher
- [PATCH v19 05/23] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher
- [PATCH v19 02/23] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher
- [PATCH v19 04/23] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher
- [PATCH v19 03/23] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher
- [PATCH v19 01/23] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher
[PATCH v4 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling,
Daeho Jeong
[PATCH] fuse2fs: improve command-line parsing,
Theodore Ts'o
[PATCH] ext4: fix NULL pointer dereference in ext4_mark_inode_dirty(),
Eryu Guan
[PATCH 1/2] common: make _dmerror_init accept device and mount point as param,
Eryu Guan
ext4_file_open: Inconsistent encryption contexts (commit ff978b09f973) breaking Docker,
Daniel Axtens
Re: [PATCH v3 2/3] ext4: fix races between changing inode journal mode and ext4_writepages, Daeho Jeong
[Bug 114301] New: "Oops: Kernel access of bad area, sig: 11 [#1]" (check log for details),
bugzilla-daemon
[GIT PULL] ext4 bugfix for 4.5, Theodore Ts'o
regression in 4.5-rc5 - generic/324 failure,
Eric Whitney
[PATCH] fix: print ext4 mountopt data_err=abort correctly,
Ales Novak
[PATCH v3 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling,
Daeho Jeong
[v4 0/6] Add project quota support for e2fsprogs,
Li Xi
[PATCH 1/6] blkid: fix ZFS device detection,
Andreas Dilger
[PATCH] misc: replace comparison macros with inline functions,
Andreas Dilger
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]