linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 21:51:08 to 2019-04-15 10:20:00 UTC [more...]

[PATCH 0/4] Hexdump enhancements
 2019-04-15 10:20 UTC  (16+ 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] fanotify: Make wait for permission events interruptible
 2019-04-15  9:59 UTC  (2+ messages)

misuse of fget_raw() in perf_event_get()
 2019-04-15  9:04 UTC  (3+ messages)

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-15  7:46 UTC  (19+ 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()

fanotify and LSM path hooks
 2019-04-14 20:28 UTC  (5+ messages)

[PATCH] fs/namespace.c: Make to_mnt_ns static
 2019-04-14 19:19 UTC 

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

io_uring memory ordering (and broken queue-is-full checks)
 2019-04-14 16:44 UTC 

INFO: task hung in __x64_sys_io_uring_enter
 2019-04-14 16:42 UTC 

possible deadlock in seq_read (2)
 2019-04-14 16:06 UTC 

WARNING in io_uring_setup
 2019-04-14 15:45 UTC  (3+ messages)

[RFC PATCH V2 00/14] Consolidate Post read processing code
 2019-04-14 11:38 UTC  (15+ messages)
` [RFC PATCH V2 01/14] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V2 02/14] Consolidate "post read processing" into a new file
` [RFC PATCH V2 03/14] fsverity: Add call back to decide if verity check has to be performed
` [RFC PATCH V2 04/14] fsverity: Add call back to determine readpage limit
` [RFC PATCH V2 05/14] fs/mpage.c: Integrate post read processing
` [RFC PATCH V2 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [RFC PATCH V2 07/14] Remove the term "bio" from post read processing
` [RFC PATCH V2 08/14] Add decryption support for sub-pagesized blocks
` [RFC PATCH V2 09/14] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V2 10/14] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V2 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [RFC PATCH V2 12/14] ext4: Compute logical block and the page range to be encrypted
` [RFC PATCH V2 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V2 14/14] ext4: Enable encryption for subpage-sized blocks

INFO: task hung in __ia32_sys_io_uring_enter
 2019-04-14 11:28 UTC 

WARNING: bad unlock balance in rcu_core
 2019-04-14  8:28 UTC 

[PATCH 1/3] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
 2019-04-14  7:11 UTC  (14+ messages)
              ` [PATCH 1/2] vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files
              ` [PATCH 2/2] vfs: use &file->f_pos directly on files that have position

[PATCH] new flag COPY_FILE_RANGE_FILESIZE for copy_file_range()
 2019-04-14  7:10 UTC  (3+ messages)

[PATCH] new flag COPY_FILE_RANGE_FILESIZE for copy_file_range()
 2019-04-14  0:25 UTC  (3+ messages)

dead code in io_file_put()
 2019-04-13 17:49 UTC  (2+ messages)

WARNING in __kthread_bind_mask
 2019-04-13 15:13 UTC  (2+ messages)

[PATCH -next] eventfd: Make eventfd_ida static
 2019-04-13 14:23 UTC 

INFO: task hung in __io_uring_register
 2019-04-13  9:09 UTC 

[PATCH v3 bpf-next 00/21] bpf: Sysctl hook
 2019-04-12 21:27 UTC  (2+ messages)

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

defrag
 2019-04-12 19:34 UTC 

[RFC PATCH 00/14] Consolidate Post read processing code
 2019-04-12 17:10 UTC  (15+ 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
` [RFC PATCH 03/14] fsverity: Add call back to decide if verity check has to be performed
` [RFC PATCH 04/14] fsverity: Add call back to determine readpage limit
` [RFC PATCH 05/14] fs/mpage.c: Integrate post read processing
` [RFC PATCH 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [RFC PATCH 07/14] Remove the term "bio" from post read processing
` [RFC PATCH 08/14] Add decryption support for sub-pagesized blocks
` [RFC PATCH 09/14] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH 10/14] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [RFC PATCH 12/14] ext4: Compute logical block and the page range to be encrypted
` [RFC PATCH 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH 14/14] ext4: Enable encryption for subpage-sized blocks

[PATCH v5 0/6] virtio pmem driver
 2019-04-12 13:12 UTC  (11+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] "
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag

[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 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  (6+ messages)
` [PATCH v2 1/2] vfs: use READ_ONCE() to access ->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  (6+ messages)
` [PATCH v2 2/5] arm64, mm: Move generic mmap layout functions to mm

[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  (6+ messages)

[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 "


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