messages from 2017-09-26 04:10:25 to 2017-10-02 12:10:10 UTC [more...]
[RFC PATCH 0/3] define new read_iter file operation rwf flag
2017-10-02 12:09 UTC (26+ messages)
` [RFC PATCH 1/3] fs: define new read_iter "
` [RFC PATCH 2/3] integrity: use call_read_iter to calculate the file hash
` [RFC PATCH 3/3] fs: detect that the i_rwsem has already been taken exclusively
[PATCH RFC] mm: implement write-behind policy for sequential file writes
2017-10-02 11:55 UTC (3+ messages)
[PATCH v2 0/4] dax: require 'struct page' and other fixups
2017-10-01 23:15 UTC (12+ messages)
` [PATCH v2 1/4] dax: quiet bdev_dax_supported()
` [PATCH v2 2/4] dax: disable filesystem dax on devices that do not map pages
` [PATCH v2 3/4] dax: stop using VM_MIXEDMAP for dax
` [PATCH v2 4/4] dax: stop using VM_HUGEPAGE "
[PATCH v4 0/5] cramfs refresh for embedded usage
2017-10-01 22:29 UTC (10+ messages)
` [PATCH v4 1/5] cramfs: direct memory access support
` [PATCH v4 2/5] cramfs: make cramfs_physmem usable as root fs
` [PATCH v4 3/5] cramfs: implement uncompressed and arbitrary data block positioning
` [PATCH v4 4/5] cramfs: add mmap support
` [PATCH v4 5/5] cramfs: rehabilitate it
[PATCH v4] Return bytes transferred for partial direct I/O
2017-10-01 19:51 UTC
[PATCH] fs: make fiemap work from compat_ioctl
2017-10-01 8:22 UTC (2+ messages)
[PATCH v3] Return bytes transferred for partial direct I/O
2017-10-01 8:22 UTC (2+ messages)
[RESEND PATCH] fs: add RWF_APPEND
2017-10-01 8:20 UTC (3+ messages)
[PATCH 0/7] re-enable XFS per-inode DAX
2017-10-01 8:17 UTC (42+ messages)
` [PATCH 1/7] xfs: always use DAX if mount option is used
` [PATCH 2/7] xfs: validate bdev support for DAX inode flag
` [PATCH 3/7] xfs: protect S_DAX transitions in XFS read path
` [PATCH 5/7] xfs: introduce xfs_is_dax_state_changing
` [PATCH 6/7] mm, fs: introduce file_operations->post_mmap()
` [PATCH 7/7] xfs: re-enable XFS per-inode DAX
(unknown),
2017-09-30 14:07 UTC
mounting with lazytime doesn't work on ext4
2017-09-30 7:10 UTC (5+ messages)
` [PATCH] VFS: Handle lazytime in do_mount()
` [PATCH v2] "
[PATCH v6 1/1] audit: Record fanotify access control decisions
2017-09-30 0:09 UTC (3+ messages)
[PATCH 0/7 v2] More graceful flusher thread memory reclaim wakeup
2017-09-29 23:20 UTC (8+ messages)
` [PATCH 7/7] fs-writeback: only allow one inflight and pending full flush
Read-only `slaves` with shared subtrees?
2017-09-29 23:02 UTC (7+ messages)
[PATCH 0/15 v2] Ranged pagevec tagged lookup
2017-09-29 21:46 UTC (22+ messages)
` [PATCH 01/15] mm: Implement find_get_pages_range_tag()
` [PATCH 02/15] btrfs: Use pagevec_lookup_range_tag()
` [PATCH 03/15] ceph: "
` [PATCH 04/15] ext4: "
` [PATCH 05/15] f2fs: "
` [PATCH 06/15] f2fs: Simplify page iteration loops
` [PATCH 07/15] f2fs: Use find_get_pages_tag() for looking up single page
` [PATCH 08/15] gfs2: Use pagevec_lookup_range_tag()
` [PATCH 09/15] nilfs2: "
` [PATCH 10/15] mm: Use pagevec_lookup_range_tag() in __filemap_fdatawait_range()
` [PATCH 11/15] mm: Use pagevec_lookup_range_tag() in write_cache_pages()
` [PATCH 12/15] mm: Add variant of pagevec_lookup_range_tag() taking number of pages
` [PATCH 13/15] ceph: Use pagevec_lookup_range_nr_tag()
` [PATCH 14/15] mm: Remove nr_pages argument from pagevec_lookup_{,range}_tag()
` [PATCH 15/15] afs: Use find_get_pages_range_tag()
(unknown),
2017-09-29 15:21 UTC
[PATCH v3] mm, sysctl: make NUMA stats configurable
2017-09-29 7:27 UTC (6+ messages)
[PATCH 0/12 v3] Writeback improvements
2017-09-29 5:21 UTC (25+ messages)
` [PATCH 01/12] buffer: have alloc_page_buffers() use __GFP_NOFAIL
` [PATCH 02/12] buffer: grow_dev_page() should use __GFP_NOFAIL for all cases
` [PATCH 03/12] buffer: eliminate the need to call free_more_memory() in __getblk_slow()
` [PATCH 04/12] fs: kill 'nr_pages' argument from wakeup_flusher_threads()
` [PATCH 05/12] writeback: switch wakeup_flusher_threads() to cyclic writeback
` [PATCH 06/12] writeback: provide a wakeup_flusher_threads_bdi()
` [PATCH 07/12] writeback: pass in '0' for nr_pages writeback in laptop mode
` [PATCH 08/12] writeback: make wb_start_writeback() static
` [PATCH 09/12] writeback: move nr_pages == 0 logic to one location
` [PATCH 10/12] writeback: only allow one inflight and pending full flush
` [PATCH 11/12] writeback: make sync_inodes_sb() use range cyclic writeback
` [PATCH 12/12] writeback: kill off ->range_cycle option
mmotm 2017-09-28-15-33 uploaded
2017-09-28 22:34 UTC
[PATCH v2 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
2017-09-28 17:57 UTC (3+ messages)
` [PATCH v2 3/4] ext4: Add iomap support for inline data
OOPS: linux-4.9.33/fs/pnode.c:propagate_one()
2017-09-28 17:00 UTC (2+ messages)
[PATCH 0/3] dax: require 'struct page' and other fixups
2017-09-28 16:41 UTC (9+ messages)
` [PATCH 1/3] dax: disable filesystem dax on devices that do not map pages
` [PATCH 2/3] dax: stop using VM_MIXEDMAP for dax
` [PATCH 3/3] dax: stop using VM_HUGEPAGE "
[PATCH] nfs: track writeback errors with errseq_t
2017-09-28 16:19 UTC (20+ messages)
` [RFC PATCH manpages] write.2, fsync.2, close.2: update description of error codes
(unknown),
2017-09-28 0:21 UTC
[PATCH 1/1] docs: Update binfmt_misc links
2017-09-27 22:02 UTC (3+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH] coda: fix 'kernel memory exposure attempt' in fsync
2017-09-27 19:52 UTC
[GIT PULL] Quota fixes and isofs fix for 4.14-rc3
2017-09-27 15:57 UTC
[SECOND RESEND] vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
2017-09-26 20:45 UTC (4+ messages)
[PATCH V2 1/1] audit: Record fanotify access control decisions
2017-09-26 19:15 UTC (2+ messages)
[RFC v2 0/2] Restrict dangerous open in sticky directories
2017-09-26 15:13 UTC (5+ messages)
` [RFC v2 1/2] Protected FIFOs and regular files
` [RFC v2 2/2] Protected O_CREAT open in sticky directory
` [kernel-hardening] "
[PATCH 0/3] nfs_common: misc patchs
2017-09-26 13:25 UTC (6+ messages)
` [PATCH 1/3] nfs_common: fix build warning in grace.c
` [PATCH 2/3] nfs_common: move locks_in_grace comment at the right place
` [PATCH 3/3] nfs_common: convert int to bool
[PATCH v5 1/1] audit: Record fanotify access control decisions
2017-09-26 13:19 UTC (2+ messages)
[PATCH 0/2] 9p: Fixes for hard-to-hit bugs
2017-09-26 13:10 UTC (2+ messages)
[PATCH] Revert "f2fs: node segment is prior to data segment selected victim"
2017-09-26 10:44 UTC (3+ messages)
false positive lockdep splat with loop device
2017-09-26 8:35 UTC (3+ messages)
[fuse] getattr() results ignored when writeback cache is active
2017-09-26 6:55 UTC (14+ messages)
` [fuse-devel] "
[PATCH v4 1/1] audit: Record fanotify access control decisions
2017-09-26 4:16 UTC (2+ messages)
[PATCH v3 1/1] audit: Record fanotify access control decisions
2017-09-26 4:10 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).