linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-13 12:19:58 to 2019-09-18 22:17:25 UTC [more...]

[PATCH] staging: exfat: add exfat filesystem code to
 2019-09-18 22:17 UTC  (12+ messages)
  ` [PATCH] staging: exfat: rebase to sdFAT v2.2.0

[PATCH v2 0/5] iomap & xfs support for large pages
 2019-09-18 21:32 UTC  (11+ messages)
` [PATCH v2 1/5] fs: Introduce i_blocks_per_page
` [PATCH v2 2/5] mm: Add file_offset_of_ helpers
` [PATCH v2 3/5] iomap: Support large pages
` [PATCH v2 4/5] xfs: "
` [PATCH v2 5/5] xfs: Pass a page to xfs_finish_page_writeback

[GIT PULL] file locking changes for v5.4
 2019-09-18 20:45 UTC  (2+ messages)

[git pull] d_path fixup
 2019-09-18 20:30 UTC  (2+ messages)

[git pull] work.mount - infrastructure
 2019-09-18 20:30 UTC  (2+ messages)

[git pull] vfs.git #work.namei
 2019-09-18 20:04 UTC 

[PATCH] fuse: unexport fuse_put_request
 2019-09-18 19:58 UTC 

[PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
 2019-09-18 19:49 UTC  (12+ messages)

[PATCH] virtio-fs: rename num_queues to num_request_queues
 2019-09-18 18:22 UTC  (3+ messages)

iomap and xfs COW cleanups
 2019-09-18 18:15 UTC  (49+ messages)
` [PATCH 01/19] iomap: better document the IOMAP_F_* flags
` [PATCH 02/19] iomap: remove the unused iomap argument to __iomap_write_end
` [PATCH 03/19] iomap: always use AOP_FLAG_NOFS in iomap_write_begin
` [PATCH 04/19] iomap: ignore non-shared or non-data blocks in xfs_file_dirty
` [PATCH 05/19] iomap: move the zeroing case out of iomap_read_page_sync
` [PATCH 06/19] iomap: use write_begin to read pages to unshare
` [PATCH 07/19] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 08/19] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 09/19] xfs: remove xfs_reflink_dirty_extents
` [PATCH 10/19] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 11/19] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 12/19] xfs: fill out the srcmap in iomap_begin
` [PATCH 13/19] xfs: factor out a helper to calculate the end_fsb
` [PATCH 14/19] xfs: split out a new set of read-only iomap ops
` [PATCH 15/19] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 16/19] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 17/19] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 18/19] xfs: cleanup xfs_iomap_write_unwritten
` [PATCH 19/19] xfs: improve the IOMAP_NOWAIT check for COW inodes

[RFC][PATCH] pipe: Convert ring to head/tail
 2019-09-18 16:48 UTC  (7+ messages)
` My just-shovel-data-through-for-X-amount-of-time test
  ` Do we need to correct barriering in circular-buffers.rst?

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-18 16:12 UTC  (10+ messages)
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-09-18 16:07 UTC  (6+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-18 15:46 UTC  (5+ messages)
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions

[PATCH] compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io()
 2019-09-18 15:34 UTC 

[PATCH] idr: Prevent unintended underflow for the idr index
 2019-09-18 15:32 UTC  (3+ messages)

[PATCH v6] virtio-fs: add virtiofs filesystem
 2019-09-18 13:40 UTC  (3+ messages)

[PATCH 1/1] f2fs: update multi-dev metadata in resize_fs
 2019-09-18 12:51 UTC 

[PATCH] staging: exfat: add exfat filesystem code to
 2019-09-18 11:05 UTC  (18+ messages)

[PATCH] init/do_mounts.c: add virtiofs root fs support
 2019-09-18 10:51 UTC  (8+ messages)
    ` [Virtio-fs] "

[PATCH v3 1/2] fuse: on 64-bit store time in d_fsdata directly
 2019-09-17 19:35 UTC  (6+ messages)
` [PATCH v3 2/2] fuse: kmemcg account fs data
      ` [PATCH v4] "

KASAN: slab-out-of-bounds Read in bpf_prog_create
 2019-09-17 18:49 UTC 

[GIT PULL] fs/unicode: Changes for v5.4-rc1
 2019-09-17 17:40 UTC 

[GIT PULL] xfs: new code for 5.4
 2019-09-17 17:16 UTC 

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-09-17 17:00 UTC  (6+ messages)
` [PATCH v2] "

Sharing ext4 on target storage to multiple initiators using NVMeoF
 2019-09-17 15:38 UTC  (6+ messages)

[GIT PULL] iomap: new code for 5.4
 2019-09-17 15:21 UTC 

[GIT PULL] vfs: prohibit writes to active swap devices
 2019-09-17 15:06 UTC 

[PATCH v3 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-17 12:48 UTC  (21+ messages)
` [PATCH v3 1/6] ext4: introduce direct IO read path using "
` [PATCH v3 4/6] ext4: reorder map.m_flags checks in ext4_iomap_begin()
` [PATCH v3 5/6] ext4: introduce direct IO write path using iomap infrastructure
` [PATCH v3 6/6] ext4: cleanup legacy buffer_head direct IO code

Possible FS race condition between iterate_dir and d_alloc_parallel
 2019-09-17 12:01 UTC  (24+ messages)
                ` [PATCH] "
                    ` 266a9a8b41: WARNING:possible_recursive_locking_detected

[PATCH] fs/affs: release memory if affs_init_bitmap fails
 2019-09-17  9:52 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.3
 2019-09-17  8:31 UTC 

[PATCH V2] proc: fix ubsan warning in mem_lseek
 2019-09-17  6:09 UTC  (3+ messages)

[PATCH] quota: fix wrong condition in is_quota_modification()
 2019-09-17  1:44 UTC  (5+ messages)

[PATCH 1/1] vfs: Really check for inode ptr in lookup_fast
 2019-09-16 21:54 UTC  (3+ messages)

[vfs:fixes 2/2] fs/libfs.c:113:4: note: in expansion of macro 'lockref_get_nested'
 2019-09-16 18:44 UTC 

IMA on remote file systems
 2019-09-16 18:16 UTC  (4+ messages)

[GIT PULL] y2038: add inode timestamp clamping
 2019-09-16 17:14 UTC 

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-09-16 15:58 UTC  (7+ messages)
` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH 0/9] restart_block: Prepare the ground for dumping timeout
 2019-09-16 15:19 UTC  (4+ messages)
` [PATCH 8/9] select/restart_block: Convert poll's timeout to u64

[PATCH 0/5] hugetlbfs: Disable PMD sharing for large systems
 2019-09-16 13:53 UTC  (9+ messages)
` [PATCH 5/5] hugetlbfs: Limit wait time when trying to share huge PMD

[GIT PULL afs: Development for 5.4
 2019-09-16 11:09 UTC 

[vfs:uncertain.shmem 18/18] mm/shmem.c:3577 shmem_reconfigure() warn: inconsistent returns 'spin_lock:&sbinfo->stat_lock'
 2019-09-16  6:16 UTC 

[GIT PULL] fs-verity for 5.4
 2019-09-16  5:20 UTC 

[GIT PULL] fscrypt updates for 5.4
 2019-09-16  4:42 UTC 

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-16  1:16 UTC  (5+ messages)
` Fix inode sem regression for nowait
  ` [PATCH 3/3] f2fs: fix inode rwsem regression

Здравствуйте! Вас интересуют клиентские базы данных?
 2019-09-15  6:05 UTC 

Здравствуйте! Вас интересуют клиентские базы данных?
 2019-09-14 23:42 UTC 

[PATCH] fuse: lost unlock_page in fuse_writepage()
 2019-09-13 15:17 UTC 

[PATCH] lib/memweight.c: optimize by inlining bitmap_weight()
 2019-09-13 13:41 UTC  (7+ messages)
` [PATCH v2] lib/memweight.c: open codes bitmap_weight()

[PATCH v9 0/8] Disable compat cruft on ppc64le v9
 2019-09-13 12:58 UTC  (9+ messages)
` [PATCH v9 1/8] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v9 2/8] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v9 3/8] powerpc/perf: consolidate read_user_stack_32
` [PATCH v9 4/8] powerpc/perf: consolidate valid_user_sp
` [PATCH v9 5/8] powerpc/perf: remove current_is_64bit()
` [PATCH v9 6/8] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v9 7/8] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v9 8/8] powerpc/perf: split callchain.c by bitness

[PATCH v4 00/26] nfs: Mount API conversion
 2019-09-13 12:17 UTC  (5+ messages)
` [PATCH v4 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v4 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v4 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v4 11/26] nfs: unexport nfs_fs_mount_common()


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