messages from 2019-06-27 17:50:33 to 2019-07-01 09:26:40 UTC [more...]
[RFC PATCH v3 00/15] Slab Movable Objects (SMO)
2019-07-01 9:26 UTC (12+ messages)
` [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects
` shrink_dentry_list() logics change (was Re: [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects)
[PATCH 0/6] Mount and superblock notifications [ver #5]
2019-07-01 8:52 UTC (10+ messages)
` [PATCH 1/6] security: Add hooks to rule on setting a superblock or mount watch "
` [PATCH 2/6] Adjust watch_queue documentation to mention mount and superblock watches. "
` [PATCH 3/6] vfs: Add a mount-notification facility "
` [PATCH 4/6] vfs: Add superblock notifications "
` [PATCH 5/6] fsinfo: Export superblock notification counter "
` [PATCH 6/6] Add sample notification program "
[PATCH 01/13] vfs: verify param type in vfs_parse_sb_flag()
2019-07-01 8:45 UTC (2+ messages)
kernel panic: corrupted stack end in dput
2019-07-01 8:27 UTC
[PATCH V2] block: fix .bi_size overflow
2019-07-01 8:25 UTC (2+ messages)
[PATCH next] sysctl: add proc_dointvec_jiffies_minmax to limit the min/max write value
2019-07-01 8:06 UTC (6+ messages)
[PATCH RFC] iomap: introduce IOMAP_TAIL
2019-07-01 7:38 UTC (8+ messages)
general protection fault in do_move_mount (2)
2019-07-01 7:38 UTC (8+ messages)
` [PATCH] vfs: move_mount: reject moving kernel internal mounts
[PATCH] block: fix .bi_size overflow
2019-07-01 6:46 UTC (3+ messages)
lift the xfs writepage code into iomap
2019-07-01 6:43 UTC (18+ messages)
` [PATCH 07/12] xfs: don't preallocate a transaction for file size updates
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c
` [PATCH 12/12] iomap: add tracing for the address space operations
[PATCH] fs: change last_ino type to unsigned long
2019-07-01 2:04 UTC (5+ messages)
[PATCH] filesystem-dax: Disable PMD support
2019-06-30 21:37 UTC (16+ messages)
Project Analysis
2019-06-30 17:04 UTC
[PATCH 00/16] Cache open file descriptors in knfsd
2019-06-30 16:15 UTC (21+ messages)
` [PATCH 01/16] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH 02/16] locks: create a new notifier chain for lease attempts
` [PATCH 03/16] notify: export symbols for use by the knfsd file cache
` [PATCH 04/16] vfs: Export flush_delayed_fput for use by knfsd
` [PATCH 05/16] nfsd: add a new struct file caching facility to nfsd
` [PATCH 06/16] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH 07/16] nfsd: hook up nfsd_read to the "
` [PATCH 08/16] nfsd: hook nfsd_commit up "
` [PATCH 09/16] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH 10/16] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH 11/16] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH 12/16] nfsd: have nfsd_test_lock use "
` [PATCH 13/16] nfsd: rip out the raparms cache
` [PATCH 14/16] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
` [PATCH 15/16] nfsd: Fix up some unused variable warnings
` [PATCH 16/16] nfsd: Fix the documentation for svcxdr_tmpalloc()
[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
2019-06-30 15:39 UTC (7+ messages)
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata
[PATCH v4 00/14] Provide generic top-down mmap layout functions
2019-06-30 15:34 UTC (3+ messages)
d_lookup: Unable to handle kernel paging request
2019-06-29 22:56 UTC (13+ messages)
[RFC iproute2 1/1] ip: netns: add mounted state file for each netns
2019-06-29 21:45 UTC (6+ messages)
` [RFC iproute2 0/1] iproute2 netns mount race issue and solution?
[PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-29 20:09 UTC (7+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs
bcachefs status update (it's done cooking; let's get this sucker merged)
2019-06-29 16:39 UTC
[PATCHSET 0/2] io_uring: add sendmsg/recvmsg support
2019-06-29 16:12 UTC (3+ messages)
` [PATCH 1/2] io_uring: add support for sendmsg()
` [PATCH 2/2] io_uring: add support for recvmsg()
[PATCH v6 0/4] vfs: make immutable files actually immutable
2019-06-29 7:04 UTC (6+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/4] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/4] vfs: don't allow most setxattr to immutable files
[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
2019-06-29 4:01 UTC (14+ messages)
` [RFC PATCH v5 1/1] "
[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-06-28 21:37 UTC (14+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
[GIT PULL] Two more Linux NFS client fixes
2019-06-28 21:08 UTC
[PATCH v2 0/2] vfs: make active swap files unwritable
2019-06-28 18:35 UTC (3+ messages)
` [PATCH 1/2] mm: set S_SWAPFILE on blockdev swap devices
` [PATCH 2/2] vfs: don't allow writes to swap files
lift the xfs writepage code into iomap v2
2019-06-28 17:41 UTC (20+ messages)
` [PATCH 01/13] list.h: add list_pop and list_pop_entry helpers
` [PATCH 02/13] xfs: remove the unused xfs_count_page_state declaration
` [PATCH 04/13] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 06/13] xfs: remove XFS_TRANS_NOFS
` [PATCH 07/13] xfs: allow merging ioends over append boundaries
[PATCH 0/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
2019-06-28 17:30 UTC (18+ messages)
` [PATCH 1/2] mm, memcontrol: Add memcg_iterate_all()
` [PATCH 2/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
[PATCH] fat: Add nobarrier to workaround the strange behavior of device
2019-06-28 16:27 UTC (5+ messages)
[PATCH 0/9] Keyrings, Block and USB notifications [ver #5]
2019-06-28 15:49 UTC (10+ messages)
` [PATCH 1/9] uapi: General notification ring definitions "
` [PATCH 2/9] security: Add hooks to rule on setting a watch "
` [PATCH 3/9] security: Add a hook for the point of notification insertion "
` [PATCH 4/9] General notification queue with user mmap()'able ring buffer "
` [PATCH 5/9] keys: Add a notification facility "
` [PATCH 6/9] Add a general, global device notification watch list "
` [PATCH 7/9] block: Add block layer notifications "
` [PATCH 8/9] usb: Add USB subsystem "
` [PATCH 9/9] Add sample notification program "
[PATCH 0/6] fsinfo: Add mount topology query [ver #15]
2019-06-28 15:47 UTC (7+ messages)
` [PATCH 1/6] vfs: Allow fsinfo() to look up a mount object by ID "
` [PATCH 2/6] vfs: Introduce a non-repeating system-unique superblock "
` [PATCH 3/6] vfs: Add mount change counter "
` [PATCH 4/6] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 5/6] vfs: fsinfo sample: Mount listing program "
` [PATCH 6/6] fsinfo: Add documentation for mount and sb watches "
[PATCH 00/11] VFS: Introduce filesystem information query syscall [ver #15]
2019-06-28 15:45 UTC (12+ messages)
` [PATCH 01/11] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/11] fsinfo: Add syscalls to other arches "
` [PATCH 03/11] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 04/11] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 05/11] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 06/11] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 07/11] afs: Support "
` [PATCH 08/11] fsinfo: Add API documentation "
` [PATCH 09/11] hugetlbfs: Add support for fsinfo() "
` [PATCH 10/11] kernfs, cgroup: Add fsinfo support "
` [PATCH 11/11] fsinfo: proc - add sb operation fsinfo() "
[PATCH v2] fat: Add nobarrier to workaround the strange behavior of device
2019-06-28 14:32 UTC
[PATCH bpf-next v9 00/10] Landlock LSM: Toward unprivileged sandboxing
2019-06-28 13:17 UTC (6+ messages)
` [PATCH bpf-next v9 05/10] bpf,landlock: Add a new map type: inode
[PATCH 16/39] docs: admin-guide: move sysctl directory to it
2019-06-28 12:30 UTC
[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
2019-06-28 7:25 UTC (9+ messages)
[PATCH v2 00/19] btrfs zoned block device support
2019-06-28 6:52 UTC (5+ messages)
` [PATCH 09/19] btrfs: limit super block locations in HMZONED mode
[PATCH next v2] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl, max_softirq_time_msecs
2019-06-28 6:52 UTC (2+ messages)
[ANNOUNCE] Alpine Linux Persistence and Storage Summit
2019-06-28 6:22 UTC
[RFC] dget_parent() misuse in xfs_filestream_get_parent()
2019-06-28 6:00 UTC
[GIT PULL] AFS fixes
2019-06-28 0:45 UTC (2+ messages)
[PATCH 0/9] keys: Namespacing [ver #4]
2019-06-27 22:07 UTC (4+ messages)
` [PATCH 8/9] keys: Network namespace domain tag "
page: next (older) | prev (newer) | latest
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).