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

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

Odd locking pattern introduced as part of "nowait aio support"
 2019-09-23 10:10 UTC  (4+ messages)
` Fix inode sem regression for nowait
  ` [PATCH 2/3] ext4: fix inode rwsem regression

[PATCH -next] fuse: Make fuse_args_to_req static
 2019-09-23  9:45 UTC  (2+ messages)

[GIT PULL] fanotify cleanup for v5.4-rc1
 2019-09-23  9:42 UTC  (3+ messages)

[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:05 UTC  (22+ messages)
` [PATCH v17 01/19] kunit: test: add KUnit test runner core
` [PATCH v17 02/19] kunit: test: add test resource management API
` [PATCH v17 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v17 04/19] kunit: test: add assertion printing library
` [PATCH v17 05/19] kunit: test: add the concept of expectations
` [PATCH v17 06/19] lib: enable building KUnit in lib/
` [PATCH v17 07/19] kunit: test: add initial tests
` [PATCH v17 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v17 09/19] kunit: test: add support for test abort
` [PATCH v17 10/19] kunit: test: add tests for kunit "
` [PATCH v17 11/19] kunit: test: add the concept of assertions
` [PATCH v17 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v17 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v17 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v17 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v17 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v17 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v17 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v17 19/19] kunit: fix failure to build without printk

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-23  9:02 UTC  (20+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
` [PATCH v18 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v18 04/19] kunit: test: add assertion printing library
` [PATCH v18 05/19] kunit: test: add the concept of expectations
` [PATCH v18 06/19] lib: enable building KUnit in lib/
` [PATCH v18 07/19] kunit: test: add initial tests
` [PATCH v18 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v18 09/19] kunit: test: add support for test abort
` [PATCH v18 10/19] kunit: test: add tests for kunit "
` [PATCH v18 11/19] kunit: test: add the concept of assertions
` [PATCH v18 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v18 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v18 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v18 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v18 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v18 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v18 19/19] kunit: fix failure to build without printk

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-23  8:52 UTC  (7+ messages)
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH 1/1] f2fs: check total_segments from devices in raw_super
 2019-09-23  7:04 UTC  (2+ messages)

[PATCH] fuse: fix memleak in cuse_channel_open
 2019-09-23  7:04 UTC  (3+ messages)

[PATCH v2 1/1] f2fs: update multi-dev metadata in resize_fs
 2019-09-23  6:49 UTC  (2+ messages)

Possible FS race condition between iterate_dir and d_alloc_parallel
 2019-09-23  5:08 UTC  (31+ messages)
              ` [PATCH] "
                  ` 266a9a8b41: WARNING:possible_recursive_locking_detected

[PATCH 1/1] f2fs: update multi-dev metadata in resize_fs
 2019-09-23  1:55 UTC  (2+ messages)

[PATCH AUTOSEL 5.3 178/203] io_uring: fix wrong sequence setting logic
 2019-09-22 18:43 UTC 

[PATCH AUTOSEL 5.2 160/185] io_uring: fix wrong sequence setting logic
 2019-09-22 18:48 UTC 

[PATCH] FUSE: fix beyond-end-of-page access in fuse_parse_cache()
 2019-09-22 18:56 UTC  (2+ messages)

[PATCH v2] mm: implement write-behind policy for sequential file writes
 2019-09-22  7:47 UTC  (5+ messages)

[GIT PULL] ext2, quota, udf fixes and cleanups for 5.4-rc1
 2019-09-21 21:50 UTC  (2+ messages)

[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-20 23:52 UTC  (23+ messages)
` [PATCH v16 01/19] kunit: test: add KUnit test runner core
` [PATCH v16 02/19] kunit: test: add test resource management API
` [PATCH v16 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v16 04/19] kunit: test: add assertion printing library
` [PATCH v16 05/19] kunit: test: add the concept of expectations
` [PATCH v16 06/19] lib: enable building KUnit in lib/
` [PATCH v16 07/19] kunit: test: add initial tests
` [PATCH v16 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v16 09/19] kunit: test: add support for test abort
` [PATCH v16 10/19] kunit: test: add tests for kunit "
` [PATCH v16 11/19] kunit: test: add the concept of assertions
` [PATCH v16 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v16 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v16 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v16 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v16 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v16 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v16 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v16 19/19] kunit: fix failure to build without printk

[RFC PATCH 0/3] fs: interface for directly writing encoded (e.g., compressed) data
 2019-09-20 16:25 UTC  (8+ messages)
` [RFC PATCH 1/3] fs: pass READ/WRITE to kiocb_set_rw_flags()
` [PATCH] readv.2: Document new RWF_ENCODED flag to pwritev2()
` [RFC PATCH 2/3] fs: add RWF_ENCODED for writing compressed data
` [RFC PATCH 3/3] btrfs: implement encoded (compressed) writes

[PATCH RESEND v2] fs/epoll: Remove unnecessary wakeups of nested epoll that in ET mode
 2019-09-20 16:00 UTC  (2+ messages)

[PATCH v3 0/3] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name
 2019-09-20 15:58 UTC  (4+ messages)
` [PATCH v3 1/3] fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
` [PATCH v3 2/3] drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
` [PATCH v3 3/3] drivers/md/raid5-ppl.c: "

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-09-20 13:49 UTC  (4+ messages)

[PATCH v3 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-20 13:24 UTC  (6+ messages)
` [PATCH v3 5/6] ext4: introduce direct IO write path using "

[PATCH] ubifs: Remove obsolete TODO from dfs_file_write()
 2019-09-20  6:54 UTC 

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-09-19 22:39 UTC  (7+ messages)
` [PATCH v2] "

[git pull] more mount API conversions
 2019-09-19 21:30 UTC  (2+ messages)

[git pull] autofs-related stuff
 2019-09-19 21:30 UTC  (2+ messages)

[GIT PULL] orangefs: a fix and a cleanup
 2019-09-19 21:30 UTC  (2+ messages)

[GIT PULL] y2038: add inode timestamp clamping
 2019-09-19 21:30 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-5.4-merge rebased to 1b4fdf4f30db
 2019-09-19 21:28 UTC  (7+ messages)

INFO: task hung in pipe_write (2)
 2019-09-19 21:10 UTC  (3+ messages)

[GIT PULL] iomap: new code for 5.4
 2019-09-19 17:41 UTC  (9+ messages)

[GIT PULL afs: Development for 5.4
 2019-09-19 16:29 UTC  (11+ messages)

Do we need to correct barriering in circular-buffers.rst?
 2019-09-19 15:59 UTC  (8+ messages)
` [RFC][PATCH] pipe: Convert ring to head/tail

[PATCH 0/9] restart_block: Prepare the ground for dumping timeout
 2019-09-19 14:25 UTC  (4+ messages)
` [PATCH 4/9] select: Micro-optimise __estimate_accuracy()

[PATCH RFC] fuse: optimize writepages search
 2019-09-19 14:11 UTC 

[PATCH] fuse: unexport fuse_put_request
 2019-09-19  9:47 UTC  (2+ messages)

[PATCH 0/2] Btrfs: add interface for writing compressed extents directly
 2019-09-19  7:59 UTC  (8+ messages)
` [PATCH 2/2] btrfs: add ioctl for directly writing compressed data

[PATCH] staging: exfat: add exfat filesystem code to
 2019-09-19  2:14 UTC  (11+ messages)

[GIT PULL] overlayfs fixes for 5.3
 2019-09-19  1:55 UTC  (2+ messages)

[GIT PULL] vfs: prohibit writes to active swap devices
 2019-09-19  1:55 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.4
 2019-09-19  1:55 UTC  (2+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-09-19  1:22 UTC  (22+ messages)
` [PATCH ghak90 V7 01/21] audit: collect audit task parameters
` [PATCH ghak90 V7 02/21] audit: add container id
` [PATCH ghak90 V7 03/21] audit: read container ID of a process
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 05/21] audit: log drop of contid on exit of last task
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 07/21] audit: log container info of syscalls
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 V7 09/21] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 V7 10/21] audit: add containerid support for user records
` [PATCH ghak90 V7 11/21] audit: add containerid filtering
` [PATCH ghak90 V7 12/21] audit: add support for containerid to network namespaces
` [PATCH ghak90 V7 13/21] audit: NETFILTER_PKT: record each container ID associated with a netNS
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting
` [PATCH ghak90 V7 19/21] audit: check cont depth
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns
` [PATCH ghak90 V7 21/21] audit: add proc interface for capcontid

RFC(V4): Audit Kernel Container IDs
 2019-09-19  1:19 UTC 

[PATCH] drivers/staging/exfat - fix SPDX tags
 2019-09-19  0:38 UTC 

[GIT PULL] fscrypt updates for 5.4
 2019-09-19  0:20 UTC  (2+ messages)

[GIT PULL] fs-verity for 5.4
 2019-09-19  0:20 UTC  (2+ messages)

[PATCH v2 0/5] iomap & xfs support for large pages
 2019-09-19  0:04 UTC  (8+ messages)
` [PATCH v2 1/5] fs: Introduce i_blocks_per_page
` [PATCH v2 2/5] mm: Add file_offset_of_ helpers

[PATCH] staging: exfat: rebase to sdFAT v2.2.0
 2019-09-18 22:17 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).