linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-11 02:20:20 to 2018-06-20 15:33:00 UTC [more...]

[PATCH 1/6] ext4: sysfs: print ext4_super_block fields as little-endian
 2018-06-20 15:33 UTC  (3+ messages)
` [PATCH 2/6] ext4: use 64-bit timestamps for mmp_time
` [PATCH 3/6] ext4: use ktime_get_real_seconds for i_dtime

[PATCH] ext2: use ktime_get_real_seconds for timestamps
 2018-06-20 14:41 UTC  (2+ messages)

iomap preparations for GFS2 v3
 2018-06-19 16:41 UTC  (7+ messages)
` [PATCH 1/6] fs: factor out a __generic_write_end helper
` [PATCH 2/6] iomap: mark newly allocated buffer heads as new
` [PATCH 3/6] iomap: complete partial direct I/O writes synchronously
` [PATCH 4/6] iomap: generic inline data handling
` [PATCH 5/6] iomap: add a page_done callback
` [PATCH 6/6] iomap: add private pointer to struct iomap

iomap preparations for GFS2 v2
 2018-06-19 15:14 UTC  (16+ messages)
` [PATCH 1/6] fs: factor out a __generic_write_end helper
` [PATCH 2/6] iomap: move bdev and dax_dev in a union
` [PATCH 3/6] iomap: mark newly allocated buffer heads as new
` [PATCH 4/6] iomap: complete partial direct I/O writes synchronously
` [PATCH 5/6] iomap: generic inline data handling
` [PATCH 6/6] iomap: add a page_done callback

WARNING in ext4_set_page_dirty
 2018-06-13 15:55 UTC  (4+ messages)

kernel panic: EXT4-fs (device loop0): panic forced after error
 2018-06-12 14:01 UTC  (8+ messages)

WARNING in ext4_put_io_end_defer
 2018-06-11 17:53 UTC 

Question about Experimental of Filesystem DAX
 2018-06-07 14:38 UTC  (10+ messages)

iomap preparations for GFS2
 2018-06-07 13:50 UTC  (16+ messages)
` [PATCH 1/6] fs: factor out a __generic_write_end helper
` [PATCH 2/6] iomap: move bdev and dax_dev in a union
` [PATCH 3/6] iomap: mark newly allocated buffer heads as new
` [PATCH 4/6] iomap: complete partial direct I/O writes synchronously
` [PATCH 5/6] iomap: generic inline data handling
` [PATCH 6/6] iomap: add a page_done callback

INFO: task hung in blk_queue_enter
 2018-06-07 13:19 UTC  (24+ messages)

[GIT PULL] ext4 updates for 4.18
 2018-06-05 15:02 UTC 

mmc filesystem performance decreased on the first write after filesystem creation
 2018-05-30 16:15 UTC  (4+ messages)

[PATCH 09/34] iomap: inline data should be an iomap type, not a flag
 2018-05-30  5:49 UTC 

[PATCH] ext4: prefer strlcpy to strncpy
 2018-05-30  5:14 UTC  (3+ messages)

[PATCH] ext4: Forbid overflowing inode count when resizing
 2018-05-25 16:50 UTC  (5+ messages)

[PATCH] ext4: report delalloc reserve as non-free in statfs mangled by project quota
 2018-05-21  2:52 UTC  (2+ messages)

[PATCH] ext4: Remove unnecessary NULL checks in ext4
 2018-05-21  2:45 UTC  (2+ messages)

[PATCH] jbd2: remove the conditional test
 2018-05-21  2:41 UTC  (2+ messages)

[PATCH v2] fscrypt: add Speck128/256 support
 2018-05-21  0:56 UTC  (2+ messages)

[PATCH v2 00/15] fscrypt: improved logging and other cleanups
 2018-05-21  0:55 UTC  (2+ messages)

simplify procfs code for seq_file instances V3
 2018-05-18 12:55 UTC  (49+ messages)
  ` [PATCH 01/42] net/can: single_open_net needs to be paired with single_release_net
` [PATCH 02/42] proc: introduce a proc_pid_ns helper
` [PATCH 03/42] proc: don't detour through seq->private to get the inode
` [PATCH 04/42] proc: simplify proc_register calling conventions
` [PATCH 05/42] proc: add a proc_create_reg helper
` [PATCH 06/42] proc: introduce proc_create_seq{,_data}
` [PATCH 07/42] proc: introduce proc_create_seq_private
` [PATCH 08/42] proc: introduce proc_create_single{,_data}
` [PATCH 09/42] ipv{4,6}/udp{,lite}: simplify proc registration
` [PATCH 10/42] ipv{4,6}/tcp: simplify procfs registration
` [PATCH 11/42] ipv{4,6}/ping: simplify proc file creation
` [PATCH 12/42] ipv{4, 6}/raw: simplify ѕeq_file code
` [PATCH 13/42] ipv6/flowlabel: simplify pid namespace lookup
` [PATCH 14/42] net/kcm: simplify proc registration
` [PATCH 15/42] netfilter/x_tables: simplify ѕeq_file code
` [PATCH 16/42] net: move seq_file_single_net to <linux/seq_file_net.h>
` [PATCH 17/42] proc: introduce proc_create_net{,_data}
` [PATCH 18/42] proc: introduce proc_create_net_single
` [PATCH 19/42] acpi/battery: simplify procfs code
` [PATCH 20/42] sgi-gru: "
` [PATCH 21/42] megaraid: "
` [PATCH 22/42] sg: "
` [PATCH 23/42] afs: "
` [PATCH 24/42] ext4: "
` [PATCH 25/42] jfs: "
  ` [Jfs-discussion] "
` [PATCH 26/42] staging/rtl8192u: "
` [PATCH 27/42] resource: switch to proc_create_seq_data
` [PATCH 28/42] drbd: switch to proc_create_single
` [PATCH 29/42] rtc/proc: switch to proc_create_single_data
` [PATCH 30/42] bonding: switch to proc_create_seq_data
` [PATCH 31/42] hostap: switch to proc_create_{seq,single}_data
` [PATCH 32/42] neigh: switch to proc_create_seq_data
` [PATCH 33/42] netfilter/xt_hashlimit: switch to proc_create_{seq, single}_data
` [PATCH 34/42] netfilter/x_tables: switch to proc_create_seq_private
` [PATCH 35/42] bluetooth: switch to proc_create_seq_data
` [PATCH 36/42] atm: simplify procfs code
` [PATCH 37/42] atm: switch to proc_create_seq_private
` [PATCH 38/42] isdn: replace ->proc_fops with ->proc_show
` [PATCH 39/42] ide: remove ide_driver_proc_write
` [PATCH 40/42] ide: replace ->proc_fops with ->proc_show
` [PATCH 41/42] tty: "
` [PATCH 42/42] proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields

[PATCH 04/40] proc: introduce proc_create_seq{,_data}
 2018-05-17 19:14 UTC  (19+ messages)
` simplify procfs code for seq_file instances V2
  ` [PATCH 06/40] proc: introduce proc_create_single{,_data}
        ` [PATCH 06/40] proc: introduce proc_create_single{, _data}
  ` [PATCH 11/40] ipv6/flowlabel: simplify pid namespace lookup
  ` [PATCH 34/40] atm: simplify procfs code
      ` [PATCH 04/40] proc: introduce proc_create_seq{, _data}

[PATCH 5/7] ext4: pass -ESHUTDOWN code to jbd2 layer
 2018-05-17 15:18 UTC  (3+ messages)

vm_fault_t conversion, for real
 2018-05-16 17:34 UTC  (28+ messages)
` [PATCH 01/14] orangefs: don't return errno values from ->fault
` [PATCH 02/14] fs: make the filemap_page_mkwrite prototype consistent
` [PATCH 03/14] dax: make the dax_iomap_fault "
` [PATCH 04/14] mm: remove the unused device_private_entry_fault export
` [PATCH 05/14] ceph: untangle ceph_filemap_fault
` [PATCH 06/14] btrfs: separate errno from VM_FAULT_* values
` [PATCH 07/14] ext4: "
` [PATCH 08/14] ocfs2: "
` [PATCH 09/14] ubifs: "
` [PATCH 10/14] vgem: "
` [PATCH 11/14] ttm: "
` [PATCH 12/14] lustre: "
` [PATCH 13/14] mm: move arch specific VM_FAULT_* flags to mm.h
` [PATCH 14/14] mm: turn on vm_fault_t type checking

INFO: task hung in ext4_direct_IO
 2018-05-14 15:11 UTC  (2+ messages)

[PATCH] ext4: handle errors on ext4_commit_super
 2018-05-14  3:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] ext4: update mtime in ext4_punch_hole even if no blocks are released
 2018-05-13 23:39 UTC  (2+ messages)

[RFC v2 0/4] vfs: detect symlink corruption with attributes
 2018-05-13 20:51 UTC  (8+ messages)
` [RFC v2 2/4] xfs: add verifier check for symlink with append/immutable flags
` [RFC v2 3/4] ext4: "
` [RFC v2 4/4] btrfs: verify symlinks "

[PATCH v2] fs: ext4: Adding new return type vm_fault_t
 2018-05-13 20:02 UTC  (2+ messages)

[PATCH] ext4: Fix hole length detection in ext4_ind_map_blocks()
 2018-05-13 19:50 UTC  (2+ messages)


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).