linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-04 02:28:04 to 2017-08-10 02:16:02 UTC [more...]

[PATCH 1/3] autofs - fix AT_NO_AUTOMOUNT not being honored
 2017-08-10  2:16 UTC  (8+ messages)
` [PATCH 2/3] autofs - make disc device user accessible
` [PATCH 3/3] autofs - make dev ioctl version and ismountpoint "

[PATCH] Add /proc/pid/smaps_rollup
 2017-08-10  1:33 UTC  (7+ messages)
` [PATCH RFC v2] "

[PATCH v4 0/3] firmware: pending fixes for v4.13-final
 2017-08-10  0:06 UTC  (4+ messages)

[PATCH v4 0/5] firmware: pending fixes for v4.14-rc1
 2017-08-10  0:04 UTC  (3+ messages)

[PATCH 00/12] ima: measure digest lists instead of individual files
 2017-08-09 20:36 UTC  (3+ messages)
` [PATCH 11/12] ima: don't report measurements if digests are included in the loaded lists
  ` [Linux-ima-devel] "

(unknown),
 2017-08-09 19:36 UTC 

[PATCH 08/12] ima: added parser for RPM data type
 2017-08-09 17:18 UTC  (8+ messages)
` [PATCH, RESEND "
      ` [Linux-ima-devel] "

[RFC v3 0/3] VFS/NFS support to destroy FS credentials
 2017-08-09 16:44 UTC  (10+ messages)
` [RFC v3 1/3] VFS adding destroy_creds call
` [RFC 1/1] destroy_creds.2: new page documenting destroy_creds()
` [RFC v3 2/3] SUNRPC mark user credentials destroyed
` [RFC v3 3/3] NFS define vfs destroy_creds functions

(unknown),
 2017-08-09 14:34 UTC 

(unknown),
 2017-08-09 10:20 UTC 

[PATCH 1/1] f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
 2017-08-09  9:27 UTC 

[PATCH 1/1] f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
 2017-08-09  1:13 UTC  (4+ messages)

(unknown),
 2017-08-09  0:41 UTC 

[RFC PATCH] exec: Avoid recursive modprobe for binary format handlers
 2017-08-09  0:09 UTC  (7+ messages)

[PATCH manpages] umount.2: revise MNT_FORCE description
 2017-08-08 19:26 UTC  (2+ messages)

libaio homepage and tarballs on pagure.io?
 2017-08-08 17:35 UTC  (2+ messages)

[PATCH v3 00/49] block: support multipage bvec
 2017-08-08 16:32 UTC  (54+ messages)
` [PATCH v3 01/49] block: drbd: comment on direct access bvec table
` [PATCH v3 02/49] block: loop: comment on direct access to "
` [PATCH v3 03/49] kernel/power/swap.c: "
` [PATCH v3 04/49] mm: page_io.c: "
` [PATCH v3 05/49] fs/buffer: "
` [PATCH v3 06/49] f2fs: f2fs_read_end_io: "
` [PATCH v3 07/49] bcache: "
` [PATCH v3 08/49] block: comment on bio_alloc_pages()
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 10/49] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
` [PATCH v3 12/49] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH v3 13/49] btrfs: comment on direct access bvec table
` [PATCH v3 14/49] block: bounce: avoid direct access to "
` [PATCH v3 15/49] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH v3 16/49] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH v3 17/49] block: comments on bio_for_each_segment[_all]
` [PATCH v3 18/49] block: introduce multipage/single page bvec helpers
` [PATCH v3 19/49] block: implement sp version of bvec iterator helpers
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 21/49] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH v3 22/49] block: blk-merge: try to make front segments in full size
` [PATCH v3 23/49] block: blk-merge: remove unnecessary check
` [PATCH v3 24/49] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH v3 25/49] block: use bio_for_each_segment_mp() to map sg
` [PATCH v3 26/49] block: introduce bvec_for_each_sp_bvec()
` [PATCH v3 27/49] block: bio: introduce single/multi page version of bio_for_each_segment_all()
` [PATCH v3 28/49] block: introduce bvec_get_last_page()
` [PATCH v3 29/49] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH v3 30/49] btrfs: use bvec_get_last_page to get bio's last page
` [PATCH v3 31/49] block: deal with dirtying pages for multipage bvec
` [PATCH v3 32/49] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()
` [PATCH v3 34/49] md: raid1: "
` [PATCH v3 35/49] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v3 36/49] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v3 37/49] fs/mpage: "
` [PATCH v3 38/49] fs/block: "
` [PATCH v3 39/49] fs/iomap: "
` [PATCH v3 40/49] ext4: "
` [PATCH v3 41/49] xfs: "
` [PATCH v3 42/49] gfs2: "
` [PATCH v3 43/49] f2fs: "
` [PATCH v3 44/49] exofs: "
` [PATCH v3 45/49] fs: crypto: "
` [PATCH v3 46/49] fs/btrfs: "
` [PATCH v3 47/49] fs/direct-io: "
` [PATCH v3 48/49] block: enable multipage bvecs
` [PATCH v3 49/49] block: bio: pass segments to bio if bio_add_page() is bypassed

quota: dqio_mutex design
 2017-08-08 16:06 UTC  (8+ messages)

[PATCH] f2fs: introduce cur_reserved_blocks in sysfs
 2017-08-08 13:43 UTC 

[PATCH v4 0/5] define new fs integrity_read method
 2017-08-08 11:17 UTC  (10+ messages)
` [PATCH v4 2/5] ima: use fs method to read integrity data
  ` [PATCH v4 2/5] ima: use fs method to read integrity data [updated]

[PATCH v3] fs: Fix page cache inconsistency when mixing buffered and AIO DIO
 2017-08-08  8:41 UTC  (6+ messages)
` [PATCH v5] "

[PATCH] f2fs: fix some cases with reserved_blocks
 2017-08-08  8:13 UTC  (4+ messages)

[PATCH 1/2] f2fs: use IPU for cold files
 2017-08-08  3:40 UTC  (6+ messages)
` [PATCH 2/2] f2fs: introduce gc_urgent mode for background GC
  ` [PATCH 2/2 v2] "

[RFC PATCH 0/7] dax, ext4: Synchronous page faults
 2017-08-08  0:24 UTC  (8+ messages)

[fuse] interaction between O_APPEND and writeback cache
 2017-08-07 23:59 UTC  (5+ messages)
` [fuse-devel] "

[RFC v2 0/3] VFS/NFS support to destroy FS credentials
 2017-08-07 15:53 UTC  (7+ messages)
` [RFC v2 1/3] VFS adding destroy_creds call
` [RFC v2 2/3] SUNRPC mark user credentials destroyed
` [RFC v2 3/3] NFS define vfs destroy_creds functions

[PATCH] fs/fuse: Call generic_write_sync after fuse write
 2017-08-07 15:46 UTC 

[PATCH] quota: correct space limit check
 2017-08-07 14:49 UTC  (2+ messages)

Page fault while link_path_walk for path_len > 4060 bytes
 2017-08-07 12:18 UTC  (2+ messages)

(unknown),
 2017-08-07 11:50 UTC 

[PATCH] fs/dcache: dentries should free after files unlinked or directories removed
 2017-08-07  9:54 UTC 

[RESEND PATCH] namespace.c: Don't reinvent the wheel but use existing llist API
 2017-08-07  8:44 UTC 

[RESEND PATCH] fput: Don't reinvent the wheel but use existing llist API
 2017-08-07  8:45 UTC 

[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-07  0:25 UTC  (28+ messages)
` [PATCH v2 1/5] fs, xfs: introduce S_IOMAP_IMMUTABLE
` [PATCH v2 2/5] fs, xfs: introduce FALLOC_FL_SEAL_BLOCK_MAP
` [PATCH v2 3/5] fs, xfs: introduce FALLOC_FL_UNSEAL_BLOCK_MAP
` [PATCH v2 4/5] xfs: introduce XFS_DIFLAG2_IOMAP_IMMUTABLE
` [PATCH v2 5/5] xfs: toggle XFS_DIFLAG2_IOMAP_IMMUTABLE in response to fallocate

xattr hash error in 4.13-rc with overlayfs over ext4
 2017-08-06 20:05 UTC  (10+ messages)

[PATCH 0/2] i/o: Make i/o y2038 safe
 2017-08-06  3:44 UTC  (6+ messages)
` [PATCH 1/2] select: Use get/put_timespec64
` [PATCH 2/2] io_getevents: Use timespec64 to represent timeouts

[RFC 00/16] NOVA: a new file system for persistent memory
 2017-08-06  3:28 UTC  (4+ messages)
` [RFC 01/16] NOVA: Documentation

[PATCH] vfs: freeze filesystems just prior to reboot
 2017-08-05 15:45 UTC  (6+ messages)

[PATCH 0/3] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-05  9:45 UTC  (10+ messages)
` [PATCH 1/3] fs, xfs: introduce S_IOMAP_IMMUTABLE

[PATCH] f2fs: fix the size value in __check_sit_bitmap
 2017-08-05  5:40 UTC  (2+ messages)

[PATCH v2] f2fs: update cur_valid_map_mir together with cur_valid_map
 2017-08-05  1:23 UTC  (3+ messages)
` [PATCH] f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared
  ` [f2fs-dev] "

[fuse] writeback cache triggers read() for O_WRONLY files - bug?
 2017-08-05  0:11 UTC  (5+ messages)

[PATCH] fs : select : fixed 4 style issues
 2017-08-04 15:42 UTC 

Gift-
 2017-08-04  1:18 UTC 

[PATCH 0/2] fsnotify: fix mem overwritten
 2017-08-04  5:18 UTC  (4+ messages)
` [PATCH 2/2] fsnotify: use method copy_dname copying filename

[PATCH] f2fs: provide f2fs_balance_fs to __write_data_page for dentry pages
 2017-08-04  4:05 UTC  (9+ 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).