linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-24 01:47:47 to 2016-03-09 04:53:29 UTC [more...]

[PATCH 0/6] ext4: Clean up io_end handling for AIO DIO
 2016-03-09  4:53 UTC  (13+ messages)
` [PATCH 1/6] ext4: Pack ioend structure better
` [PATCH 2/6] ext4: Use i_mutex to serialize unaligned AIO DIO
` [PATCH 3/6] ext4: Rename and split get blocks functions
` [PATCH 4/6] ext4: Move trans handling and completion deferal out of _ext4_get_block
` [PATCH 5/6] ext4: Simplify io_end handling for AIO DIO
` [PATCH 6/6] ext4: Remove i_ioend_count

RIP [<ffffffff812c3b77>] ext4_release_file+0x37/0xc0 with 4.5-rc6 when resuming from suspend
 2016-03-08  8:33 UTC  (4+ messages)

[Bug 112631] New: Cannot open encrypted Luks root filesystem
 2016-03-07 18:03 UTC  (4+ messages)
` [Bug 112631] Cannot open encrypted Luks filesystem. Cruptsetup error

[PATCH] e2fsck: Correct ext4 dates generated by old kernels
 2016-03-07 15:27 UTC  (4+ messages)

[PATCH v5 00/12] xfstests: minor fixes for the reflink/dedupe tests
 2016-03-07  8:26 UTC  (28+ messages)
` [PATCH 01/12] xfs/207: fix golden output to match FS_IOC_FSSETXATTR hoist
` [PATCH 02/12] xfs: test copy-on-write leftover recovery
` [PATCH 03/12] reflink: fix fragmentation tests to work on >4k block size filesystems
` [PATCH 04/12] xfs/23[3-6]: don't source common/xfs, it doesn't exist
` [PATCH 05/12] xfs/206: fix output when mkfs knows about reflink
` [PATCH 06/12] xfs/030: fix output on newer filesystems
` [PATCH 07/12] xfs/073: fix output
` [PATCH 08/12] xfs/122: define _GNU_SOURCE when compiling test program
` [PATCH 09/12] xfs/122: support rmapxbt
` [PATCH 10/12] xfs: test per-ag allocation accounting during truncate-caused refcountbt expansion
` [PATCH 11/12] xfs: remove NOCOW_FL testing from test
` [PATCH 12/12] block: test fallocate for block devices
` [PATCH 13/12] xfs/209: filter scratch dir properly

[PATCH] libext2fs: return errno on failure in ext2fs_sync_device()
 2016-03-07  3:31 UTC  (2+ messages)

[PATCH v2] e2fsck: fix problem report typo
 2016-03-07  3:06 UTC  (3+ messages)

[PATCH] resize2fs: clear uninit BG if allocating from new group
 2016-03-07  2:51 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH] misc: replace comparison macros with inline functions
 2016-03-07  2:24 UTC  (3+ messages)
`  "

[PATCH 1/6] blkid: fix ZFS device detection
 2016-03-07  0:54 UTC  (12+ messages)
` [PATCH 2/6] debugfs: improve dump_mmp handling
` [PATCH 3/6] misc: add missing declarations on maint
` [PATCH 4/6] lsattr: treat inode generation as an unsigned int
` [PATCH 5/6] findsuper: improve output if s_mkfs_time unset
` [PATCH 6/6] debugfs: update to handle newer inode fields

[PATCH 0/9] e2fsprogs: save checksum seeds; fix broken xattr editing; misc fixes
 2016-03-06 22:08 UTC  (23+ messages)
` [PATCH 1/9] libext2fs: store checksum seed in superblock
` [PATCH 2/9] tune2fs: allow user to turn on saving the checksum seed
` [PATCH 3/9] e2fsck: check the checksum seed feature flag is set correctly
` [PATCH 4/9] mke2fs: store checksum seed at format time
` [PATCH 5/9] tests: check proper operation of metadata_csum_seed
` [PATCH 6/9] filefrag: accommodate holes when calculating expected values
` [PATCH 7/9] tune2fs: confirm dangerous operations
` [PATCH 8/9] tune2fs: recover the journal
` [PATCH 9/9] libext2fs: sort keys for xattr blocks

[v4 0/6] Add project quota support for e2fsprogs
 2016-03-06 19:31 UTC  (12+ messages)
` [v4 1/6] Always read full inode structure
` [v4 2/6] Clean up codes for adding new quota type
` [v4 3/6] Add project feature flag EXT4_FEATURE_RO_COMPAT_PROJECT
` [v4 4/6] Add project quota support
` [v4 5/6] Add inherit flags for project quota
` [v4 6/6] Add project ID support for chattr/lsattr

[v3 0/5] Add project quota support for e2fsprogs
 2016-03-06  0:13 UTC  (5+ messages)
` [v3 5/5] Add project ID support for chattr/lsattr

[Bug 113781] New: kernel 4.4.1-2-ARCH, 4.4.3-1-ARCH and Fake RAID array setup
 2016-03-05 15:41 UTC  (3+ messages)
` [Bug 113781] "

ext2/3 using ext4 module mkdir IO error on pmem DAX mount
 2016-03-04 18:26 UTC  (5+ messages)

[PATCH 0/5] ext4: Fix softlockups in ext4_seek_data()
 2016-03-03 10:23 UTC  (6+ messages)
` [PATCH 1/5] ext4: Fix setting of referenced bit in ext4_es_lookup_extent()
` [PATCH 2/5] ext4: Factor out determining of hole size
` [PATCH 3/5] ext4: Return hole from ext4_map_blocks()
` [PATCH 4/5] ext4: Cleanup handling of bh->b_state in DAX mmap
` [PATCH 5/5] ext4: More efficient SEEK_DATA implementation

ext4 bug: getdents uninterruptible for 117 seconds
 2016-03-02 21:43 UTC  (2+ messages)

Softlockup when doing fallocate on 4.4.1
 2016-03-02  9:56 UTC  (2+ messages)

[PATCH v2 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
 2016-03-02  1:21 UTC 

[PATCH 00/35 v4] separate operations from flags in the bio/request structs
 2016-02-29 17:30 UTC  (40+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

INFORMAÇÃO IMPORTANTE RE: Consultoria de Investimento em sua Localidade
 2016-02-28 12:43 UTC 

INFORMAÇÃO IMPORTANTE RE: Consultoria de Investimento em sua Localidade
 2016-02-28 12:39 UTC 

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-02-29  8:17 UTC  (23+ messages)
` [PATCH v18 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v18 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v18 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v18 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v18 06/22] richacl: In-memory representation and helper functions
` [PATCH v18 07/22] richacl: Permission mapping functions
` [PATCH v18 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v18 09/22] richacl: Permission check algorithm
` [PATCH v18 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v18 12/22] vfs: Add get_richacl and set_richacl inode operations
  ` [PATCH v18 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
  ` [PATCH v18 11/22] vfs: Cache base_acl objects in inodes
  ` [PATCH v18 13/22] vfs: Cache richacl in struct inode
  ` [PATCH v18 19/22] richacl: Add richacl xattr handler
` [PATCH v18 14/22] richacl: Update the file masks in chmod()
` [PATCH v18 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v18 16/22] richacl: Create-time inheritance
` [PATCH v18 17/22] richacl: Automatic Inheritance
` [PATCH v18 18/22] richacl: xattr mapping functions
` [PATCH v18 20/22] vfs: Add richacl permission checking
` [PATCH v18 21/22] ext4: Add richacl support
` [PATCH v18 22/22] ext4: Add richacl feature flag

[PATCH] ext4: use directio end_io error status to finish unwritten aio dio correctly
 2016-02-29  7:03 UTC  (5+ messages)

[PATCH v2 1/3] ext4: handle unwritten or delalloc buffers before enabling per-file data journaling
 2016-02-29  1:29 UTC  (4+ messages)
` [PATCH v2 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
` [PATCH v2 3/3] ext4: enable again per-file data journaling on delalloc mode

RichACLs man-pages review
 2016-02-28 22:11 UTC  (9+ messages)
` richacl(7) man page review comments

[PATCH v2] ext4/jbd2: Fix FS corruption possibility on umount path
 2016-02-28 14:24 UTC 

resize2fs unresponsive
 2016-02-27 19:56 UTC  (2+ messages)

[GIT PULL] ext4 bug fix for 4.6
 2016-02-27 19:22 UTC  (2+ messages)

[PATCH] ext2, ext4: Fix issue with missing journal entry
 2016-02-27 19:21 UTC  (6+ messages)

我的相册在
 2016-02-25 18:54 UTC 

[PATCH] ext4/jbd2: Fix jbd2_journal_destory() for umount path
 2016-02-25 13:11 UTC  (2+ messages)

[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
 2016-02-25 10:27 UTC  (5+ messages)

[PATCH] ext4: fix extent cache fragmentation
 2016-02-24 11:17 UTC  (3+ messages)

[Bug 113041] New: mbcache NULL pointer dereference
 2016-02-24 10:05 UTC 

[PATCH] fix waring calltrace when usb was ejected
 2016-02-24  5:51 UTC  (4+ messages)

[PATCH] ext4: Fix misspellings in comments
 2016-02-24  1:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).