messages from 2016-01-04 20:46:51 to 2016-01-08 05:27:59 UTC [more...]
[PATCH v8 0/9] DAX fsync/msync support
2016-01-08 5:27 UTC (10+ messages)
` [PATCH v8 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v8 2/9] dax: fix conversion of holes to PMDs
` [PATCH v8 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v8 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v8 5/9] mm: add find_get_entries_tag()
` [PATCH v8 6/9] dax: add support for fsync/msync
` [PATCH v8 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v8 8/9] ext4: "
` [PATCH v8 9/9] xfs: "
[PATCH v7 0/9] DAX fsync/msync support
2016-01-08 4:18 UTC (21+ messages)
` [PATCH v7 1/9] dax: fix NULL pointer dereference in __dax_dbg()
` [PATCH v7 2/9] dax: fix conversion of holes to PMDs
` [PATCH v7 3/9] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v7 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v7 5/9] mm: add find_get_entries_tag()
` [PATCH v7 6/9] dax: add support for fsync/msync
` [PATCH v7 7/9] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v7 8/9] ext4: "
` [PATCH v7 9/9] xfs: "
fs: WARNING in locks_free_lock_context()
2016-01-08 2:22 UTC (2+ messages)
` [PATCH] locks: fix unlock when fcntl_setlk races with a close
[PATCH 1/3] f2fs: avoid unnecessary f2fs_balance_fs calls
2016-01-08 1:36 UTC (3+ messages)
` [PATCH 2/3] f2fs: remove redundant calls
` [PATCH 3/3] f2fs: clean up f2fs_balance_fs
[PATCH v3 0/5] fs, block: handle end of life
2016-01-08 0:43 UTC (6+ messages)
` [PATCH v3 1/5] block: prepare for del_gendisk_queue()
` [PATCH v3 2/5] block: introduce del_gendisk_queue()
` [PATCH v3 3/5] block: introduce force_failure_partition() and unmap_dax_inodes()
` [PATCH v3 4/5] xfs: unmap dax at shutdown (force_failure)
` [PATCH v3 5/5] block, xfs: implement 'force_failure' notifications
[PATCH v5] fs: clear file privilege bits when mmap writing
2016-01-08 0:30 UTC (3+ messages)
[PATCH v2 0/4] fs, block: handle end of life
2016-01-08 0:16 UTC (7+ messages)
` [PATCH v2 1/4] block: prepare for del_gendisk_queue()
` [PATCH v2 2/4] block: introduce del_gendisk_queue()
` [PATCH v2 3/4] xfs: unmap dax at shutdown (force_failure)
` [PATCH v2 4/4] block, xfs: implement 'force_failure' notifications
[PATCH v2 0/2] Expose known poison in SPA ranges to the block layer
2016-01-07 23:22 UTC (6+ messages)
` [PATCH v2 2/2] libnvdimm: Add a poison list and export badblocks
Does the Community use Coverity ?
2016-01-07 22:06 UTC (5+ messages)
[PATCH] nfsd: don't hold i_mutex over userspace upcalls
2016-01-07 21:08 UTC
int overflow in io_getevents
2016-01-07 16:27 UTC (9+ messages)
[PATCH] aio: Fix freeze protection of aio writes
2016-01-07 16:24 UTC (5+ messages)
selective block polling and preadv2/pwritev2 revisited
2016-01-07 14:41 UTC (6+ messages)
[PATCH] fs: Sync block devices via sync_inode()
2016-01-07 13:47 UTC
[RFC 00/15] Add 64 bit timestamp support
2016-01-07 10:42 UTC (18+ messages)
` [RFC 01/15] fs: add Kconfig entry CONFIG_FS_USES_64BIT_TIME
` [RFC 02/15] vfs: Change all structures to support 64 bit time
` [RFC 03/15] kernel: time: Add macros and functions "
` [RFC 04/15] vfs: Add support for vfs code to use "
` [RFC 05/15] fs: cifs: Add support for cifs "
` [RFC 06/15] fs: fat: convert fat to "
` [RFC 07/15] fs: ext4: convert to use "
` [RFC 08/15] fs: Enable "
` [RFC 09/15] fs: cifs: replace inode_timespec with timespec64
` [RFC 10/15] fs: fat: "
` [RFC 11/15] fs: ext4: "
` [RFC 12/15] vfs: remove inode_timespec and timespec references
` [RFC 13/15] kernel: time: change inode_timespec to timespec64
` [RFC 14/15] vfs: Remove inode_timespec aliases
` [RFC 15/15] fs: Drop CONFIG_FS_USES_64BIT_TIME
[PATCH 00/35 v2] separate operations from flags in the bio/request structs
2016-01-07 3:13 UTC (45+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [dm-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
lazytime implementation questions
2016-01-07 2:21 UTC (5+ messages)
[PATCH 1/2] compat_ioctl: don't look up the fd twice
2016-01-07 0:13 UTC (7+ messages)
` [PATCH 2/2] compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
[PATCH v6 0/7] DAX fsync/msync support
2016-01-06 18:10 UTC (13+ messages)
` [PATCH v6 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v6 4/7] dax: add support for fsync/msync
a configfs update for 4.5, and the configfs tree question
2016-01-06 17:31 UTC (2+ messages)
[PATCH] poll: plug an unused argument to do_poll
2016-01-06 5:41 UTC
[PATCH 1/3] f2fs: check the page status filled from disk
2016-01-06 5:20 UTC (11+ messages)
` [PATCH 2/3] f2fs: cover more area with nat_tree_lock
` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/3] f2fs: check the page status filled from disk
` [PATCH 1/3 v2] "
` [f2fs-dev] "
[f2fs-dev] [PATCH 1/3] f2fs: check the page status filled from disk
2016-01-06 4:02 UTC (2+ messages)
Charity/Donation
2016-01-06 0:34 UTC
mmotm 2016-01-05-15-24 uploaded
2016-01-05 23:25 UTC
[resend PATCH 0/3] fs, bdev: handle end of life
2016-01-05 22:32 UTC (12+ messages)
` [resend PATCH 1/3] block, fs: reliably communicate bdev end-of-life
` [resend PATCH 2/3] xfs: handle shutdown notifications
` [resend PATCH 3/3] writeback: fix false positive WARN in __mark_inode_dirty
[PATCH] fs/coredump: Prevent "" / "." / ".." core path components
2016-01-05 22:12 UTC (4+ messages)
Orangefs: the war on some drugs
2016-01-05 21:31 UTC
[PATCH] fuse: implement cuse mmap
2016-01-05 21:19 UTC (3+ messages)
[PATCH v2 0/8] Support for transparent PUD pages for DAX files
2016-01-05 18:30 UTC (9+ messages)
` [PATCH v2 1/8] mm: Convert an open-coded VM_BUG_ON_VMA
` [PATCH v2 2/8] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v2 3/8] mm: Add optional support for PUD-sized transparent hugepages
` [PATCH v2 4/8] mincore: Add support for PUDs
` [PATCH v2 5/8] procfs: Add support for PUDs to smaps, clear_refs and pagemap
` [PATCH v2 6/8] x86: Add support for PUD-sized transparent hugepages
` [PATCH v2 7/8] dax: Support for transparent PUD pages
` [PATCH v2 8/8] ext4: Support for PUD-sized transparent huge pages
[PATCH] Remove I_WILL_FREE
2016-01-05 17:08 UTC (5+ messages)
[RFC] ->get_link(), ->put_link() and cookies
2016-01-05 16:27 UTC (3+ messages)
` [PATCH 03/13] udf: don't duplicate page_symlink_inode_operations
__vmalloc() vs. GFP_NOIO/GFP_NOFS
2016-01-05 15:35 UTC (4+ messages)
a configfs update for 4.5, and the configfs tree question
2016-01-05 4:04 UTC (4+ messages)
[vfs:work.csum 2/6] include/linux/export.h:46:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
2016-01-05 0:00 UTC
[PATCH 0/8] Support for transparent PUD pages
2016-01-04 22:01 UTC (7+ messages)
` [PATCH 7/8] xfs: "
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).