linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 01:04:28 to 2019-04-12 17:10:20 UTC [more...]

[RFC PATCH 00/14] Consolidate Post read processing code
 2019-04-12 17:10 UTC  (3+ messages)
` [RFC PATCH 01/14] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH 02/14] Consolidate "post read processing" into a new file

[PATCH RFC 1/2] Add polling support to pidfd
 2019-04-12 14:51 UTC  (6+ messages)
` [PATCH RFC 2/2] Add selftests for pidfd polling

[PATCH 0/4] Hexdump enhancements
 2019-04-12 14:47 UTC  (14+ messages)
` [PATCH 1/4] lib/hexdump.c: Allow 64 bytes per line
` [PATCH 2/4] lib/hexdump.c: Optionally suppress lines of filler bytes
` [PATCH 3/4] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
  ` [Intel-gfx] "
` [PATCH 4/4] lib/hexdump.c: Allow multiple groups to be separated by lines '|'

[PATCH v5 0/6] virtio pmem driver
 2019-04-12 13:12 UTC  (29+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] "
` [PATCH v5 2/5] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v5 4/6] dax: check synchronous mapping is supported
` [PATCH v5 5/6] ext4: disable map_sync for async flush
` [PATCH v5 6/6] xfs: "

[PATCH 1/3] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
 2019-04-12 12:42 UTC  (4+ messages)

kernel BUG at fs/inode.c:LINE!
 2019-04-12 11:04 UTC  (17+ messages)

[LSF/MM TOPIC] guarantee natural alignment for kmalloc()?
 2019-04-12  7:54 UTC  (4+ messages)

[PATCH v2] block: fix the return errno for direct IO
 2019-04-12  3:37 UTC  (4+ messages)

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-12  0:08 UTC  (18+ messages)
` [PATCH v1 01/15] fs/direct-io: fix trailing whitespace issues
` [PATCH v1 02/15] iov_iter: add helper to test if an iter would use GUP
` [PATCH v1 03/15] block: introduce bvec_page()/bvec_set_page() to get/set bio_vec.bv_page
` [PATCH v1 04/15] block: introduce BIO_VEC_INIT() macro to initialize bio_vec structure
` [PATCH v1 05/15] block: replace all bio_vec->bv_page by bvec_page()/bvec_set_page()
` [PATCH v1 06/15] block: convert bio_vec.bv_page to bv_pfn to store pfn and not page
` [PATCH v1 07/15] block: add bvec_put_page_dirty*() to replace put_page(bvec_page())
` [PATCH v1 08/15] block: use bvec_put_page() instead of put_page(bvec_page())
` [PATCH v1 09/15] block: bvec_put_page_dirty* instead of set_page_dirty* and bvec_put_page
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()
` [PATCH v1 11/15] block: make sure bio_add_page*() knows page that are coming from GUP
` [PATCH v1 12/15] fs/direct-io: keep track of wether a page is coming from GUP or not
` [PATCH v1 13/15] fs/splice: use put_user_page() when appropriate
` [PATCH v1 14/15] fs: use bvec_set_gup_page() where appropriate
` [PATCH v1 15/15] ceph: use put_user_pages() instead of ceph_put_page_vector()

[PATCH 0/4] vfs: update ->get_link() related documentation
 2019-04-11 23:16 UTC  (5+ messages)
` [PATCH 1/4] Documentation/filesystems/vfs.txt: remove bogus "Last updated" date
` [PATCH 2/4] Documentation/filesystems/vfs.txt: document how ->i_link works
` [PATCH 3/4] Documentation/filesystems/Locking: fix ->get_link() prototype
` [PATCH 4/4] libfs: document simple_get_link()

[PATCH] fscrypt: add memory barrier when loading essiv_hash_tfm
 2019-04-11 21:37 UTC  (2+ messages)

[PATCH v2] fscrypt: use READ_ONCE() to access ->i_crypt_info
 2019-04-11 21:32 UTC 

[RFC PATCH v3 00/15] Slab Movable Objects (SMO)
 2019-04-11 21:02 UTC  (22+ messages)
` [RFC PATCH v3 01/15] slub: Add isolate() and migrate() methods
` [RFC PATCH v3 02/15] tools/vm/slabinfo: Add support for -C and -M options
` [RFC PATCH v3 03/15] slub: Sort slab cache list
` [RFC PATCH v3 04/15] slub: Slab defrag core
` [RFC PATCH v3 05/15] tools/vm/slabinfo: Add remote node defrag ratio output
` [RFC PATCH v3 06/15] tools/vm/slabinfo: Add defrag_used_ratio output
` [RFC PATCH v3 07/15] tools/testing/slab: Add object migration test module
` [RFC PATCH v3 08/15] tools/testing/slab: Add object migration test suite
` [RFC PATCH v3 09/15] xarray: Implement migration function for objects
` [RFC PATCH v3 10/15] tools/testing/slab: Add XArray movable objects tests
` [RFC PATCH v3 11/15] slub: Enable moving objects to/from specific nodes
` [RFC PATCH v3 12/15] slub: Enable balancing slabs across nodes
` [RFC PATCH v3 13/15] dcache: Provide a dentry constructor
` [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects
` [RFC PATCH v3 15/15] dcache: Add CONFIG_DCACHE_SMO

[PATCH v2] acct: fix possible deadlock in acct_pin_kill
 2019-04-11 19:10 UTC  (6+ messages)

[PATCH v2 0/2] fscrypt: improve encrypted symlink performance
 2019-04-11 17:28 UTC  (7+ messages)
` [PATCH v2 1/2] vfs: use READ_ONCE() to access ->i_link
` [PATCH v2 2/2] fscrypt: cache decrypted symlink target in ->i_link

[PATCH v3] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
 2019-04-11 17:00 UTC 

[PATCH] fs: Fix ovl_i_mutex_dir_key/p->lock/cred cred_guard_mutex deadlock
 2019-04-11 16:47 UTC 

[PATCHSET 0/3] io_uring: add sync_file_range and drains
 2019-04-11 16:19 UTC  (7+ messages)
` [PATCH 1/3] io_uring: add support for marking commands as draining
` [PATCH 2/3] fs: add sync_file_range() helper
` [PATCH 3/3] io_uring: add support for IORING_OP_SYNC_FILE_RANGE

[PATCH V3] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-11 15:07 UTC  (4+ messages)

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-04-11 11:31 UTC  (2+ messages)

[PATCH v2] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
 2019-04-11 11:21 UTC 

[PATCH] fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
 2019-04-11 11:08 UTC  (7+ messages)

[PATCH] io_uring: add support for barrier fsync
 2019-04-11 11:05 UTC  (6+ messages)

[PATCH RESEND] fs: drop unused fput_atomic definition
 2019-04-11  9:41 UTC  (2+ messages)

[PATCH v2 0/5] Provide generic top-down mmap layout functions
 2019-04-11  7:16 UTC  (12+ messages)
` [PATCH v2 1/5] mm, fs: Move randomize_stack_top from fs to mm
` [PATCH v2 2/5] arm64, mm: Move generic mmap layout functions "
` [PATCH v2 5/5] riscv: Make mmap allocation top-down by default

[PATCH] vfs: update d_make_root() description
 2019-04-11  4:28 UTC 

[PATCH] cifs: fix page reference leak with readv/writev
 2019-04-11  2:47 UTC  (2+ messages)

[PATCH RFC 1/2] errno.h: Export EFSCORRUPTED error number
 2019-04-11  1:47 UTC  (10+ messages)
` [PATCH 2/2] block: Add new BLK_STS_FSCORRUPTED status

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-11  1:11 UTC  (5+ messages)

[PATCH 0/2] sysctl: share commonly used constants
 2019-04-10 22:59 UTC  (11+ messages)
` [PATCH 1/2] proc/sysctl: add shared variables for range check
` [PATCH 2/2] kernel: use sysctl "

KASAN: use-after-free Read in path_lookupat
 2019-04-10 19:44 UTC  (11+ messages)

[RFC PATCH 01/68] kbuild: skip sub-make for in-tree build with GNU Make 4.x
 2019-04-10 10:01 UTC  (7+ messages)
  ` [RFC PATCH 14/68] vfs: Convert drm to use the new mount API
  ` [RFC PATCH 22/68] vfs: Convert binderfs "

[PATCH] io_uring: fix ifnullfree.cocci warnings
 2019-04-10  6:25 UTC  (2+ messages)

[PATCH] fscrypt: cache decrypted symlink target in ->i_link
 2019-04-10  5:04 UTC  (12+ messages)

[PATCH] fs/aio.c: fix wrong return value regression in __io_submit_one
 2019-04-10  2:55 UTC  (3+ messages)

[git pull] several fixes
 2019-04-10  2:30 UTC  (2+ messages)

[RFC PATCH 22/68] vfs: Convert binderfs to use the new mount API
 2019-03-28 14:45 UTC 

[RFC PATCH 14/68] vfs: Convert drm to use the new mount API
 2019-03-28  7: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).