messages from 2016-05-18 03:22:48 to 2016-06-06 15:43:28 UTC [more...]
[PATCH 00/45] v8: separate operations from flags in the bio/request structs
2016-06-06 15:43 UTC (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
[Bug 118401] New: Lenovo A740 gave up waiting for root device with kernels >= 4.3
2016-06-06 7:27 UTC (31+ messages)
` [Bug 118401] "
[PATCH] ext4: mballoc.c: fix ac_g_ex and ac_f_ex misuse bug in EXT4_MB_HINT_TRY_GOAL path
2016-06-06 2:23 UTC (2+ messages)
[PATCH 0/3] dax, ext4: Improve DAX performance in ext4
2016-06-03 22:28 UTC (4+ messages)
` [PATCH 1/3] dax: Take shared lock in dax_do_io()
` [PATCH 2/3] ext4: Make cache hits/misses per-cpu counts
` [PATCH 3/3] ext4: Pass DIO_SKIP_DIO_COUNT to dax_do_io
xfstests generic/130 hang with non-4k block size ext4 on 4.7-rc1 kernel
2016-06-03 11:58 UTC (10+ messages)
ext4 crash in 4.4.10
2016-06-03 9:19 UTC (2+ messages)
unexpected sync delays in dpkg for small pre-allocated files on ext4
2016-06-02 16:23 UTC (10+ messages)
[Bug 119491] New: UBSAN: Undefined behaviour in /home/vitti/1tb/vitti/rpmbuild/SOURCES/linux-4.5/fs/ext4/mballoc.c:1274
2016-06-02 4:43 UTC
[Bug 119481] New: UBSAN: Undefined behaviour in /home/vitti/1tb/vitti/rpmbuild/SOURCES/linux-4.5/fs/ext4/mballoc.c:2612
2016-06-02 4:40 UTC
[PATCH] e2fsck: update j_tail_sequence after recovery
2016-06-01 7:13 UTC
Business Intent
2016-05-31 18:09 UTC
odd ext3/4 quota protection fault when running xfstests for xfs
2016-05-31 14:11 UTC
[PATCH v22 00/22] Richacls (Core and Ext4)
2016-05-31 11:50 UTC (23+ messages)
` [PATCH v22 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v22 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v22 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v22 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v22 07/22] richacl: Permission mapping functions
` [PATCH v22 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v22 09/22] richacl: Permission check algorithm
` [PATCH v22 10/22] posix_acl: Improve xattr fixup code
` [PATCH v22 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v22 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v22 14/22] richacl: Update the file masks in chmod()
` [PATCH v22 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v22 16/22] richacl: Create-time inheritance
` [PATCH v22 17/22] richacl: Automatic Inheritance
` [PATCH v22 18/22] richacl: xattr mapping functions
` [PATCH v22 19/22] richacl: Add richacl xattr handler
` [PATCH v22 20/22] vfs: Add richacl permission checking
` [PATCH v22 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v22 06/22] richacl: In-memory representation and helper functions
` [PATCH v22 13/22] vfs: Cache richacl in struct inode
` [PATCH v22 21/22] ext4: Add richacl support
` [PATCH v22 22/22] ext4: Add richacl feature flag
unexpected sync delays in dpkg for small pre-allocated files on ext4
2016-05-30 19:04 UTC
[PATCH] EXT4: Avoid zeroout-ing and writting the same space
2016-05-30 18:12 UTC
[PATCH] Allow extents equal to max_zeroout to be zero-ed
2016-05-30 18:23 UTC
[Bug 118511] New: Corruption of VM qcow2 image file on EXT4 with crypto enabled
2016-05-30 16:46 UTC (4+ messages)
` [Bug 118511] "
Outstanding pay-out!!
2016-05-29 14:41 UTC
[PATCH 1/2] e2fsck: always fix invalid extra field in timestamps if time_t is 32-bits
2016-05-29 5:08 UTC (2+ messages)
` [PATCH 2/2] tests: fix f_pre_1970_date_encoding on systems with a 32-bit time_t
Hello
2016-05-29 0:44 UTC
e2fsprogs-1.43 make check failures
2016-05-28 23:54 UTC (2+ messages)
[PATCH e2fsprogs] Apply LDFLAGS when building tests in lib/e2p
2016-05-28 23:34 UTC (3+ messages)
e2fsprogs-1.43 make check failures
2016-05-28 21:36 UTC
Outstanding pay-out!!
2016-05-27 19:26 UTC
[PATCH] generic/250: ignore xfs_io IO errors when writing to dmerror device
2016-05-26 6:00 UTC (5+ messages)
` [PATCH v2] "
[PATCH v3] direct-io: fix direct write stale data exposure from concurrent buffered read
2016-05-24 19:39 UTC (5+ messages)
[GIT PULL] ext4 updates for 4.7
2016-05-24 16:29 UTC
ext4: what are possible causes of "zero length extent" ?
2016-05-23 10:48 UTC (2+ messages)
[PATCH 1/6] statx: Add a system call to make enhanced file info available
2016-05-23 9:33 UTC (7+ messages)
[PATCH 1/2] mke2fs: fix project quota creation
2016-05-23 0:49 UTC (5+ messages)
` [PATCH 2/2] e2fsck: fix project quota support
[PATCH] ext4: correct error value of function verifying dx checksum
2016-05-20 3:57 UTC (4+ messages)
[PATCH 0/7 v4] DAX page fault locking
2016-05-19 9:27 UTC (4+ messages)
` [PATCH 5/7] dax: New "
Difference in jbd2 behavior between CentOS and Ubuntu while unmounting
2016-05-18 19:01 UTC (10+ messages)
dax-misc branch for linux-next
2016-05-18 3:34 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).