linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-20 18:40:18 to 2016-03-22 20:16:10 UTC [more...]

[PATCH 00/71] get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-22 20:16 UTC  (80+ messages)
` [PATCH 01/71] arc: "
` [PATCH 11/71] mmc: "
` [PATCH 12/71] mtd: "
` [PATCH 13/71] nvdimm: "
` [PATCH 14/71] oprofile: "
` [PATCH 15/71] scsi: "
` [PATCH 16/71] lustre: "
` [PATCH 17/71] usb: "
` [PATCH 18/71] fbdev: "
` [PATCH 19/71] 9p: "
` [PATCH 20/71] affs: "
` [PATCH 21/71] afs: "
` [PATCH 22/71] btrfs: "
` [PATCH 23/71] cachefiles: "
` [PATCH 24/71] ceph: "
` [PATCH 25/71] cifs: "
` [PATCH 26/71] configfs: "
` [PATCH 27/71] cramfs: "
` [PATCH 28/71] dlm: "
` [PATCH 29/71] ecryptfs: "
` [PATCH 30/71] efivarfs: "
` [PATCH 31/71] exofs: "
` [PATCH 32/71] ext2: "
` [PATCH 33/71] ext4: "
` [PATCH 34/71] f2fs: "
` [PATCH 35/71] freevxfs: "
` [PATCH 36/71] fscache: "
` [PATCH 37/71] fuse: "
` [PATCH 38/71] gfs2: "
` [PATCH 39/71] hfs: "
` [PATCH 40/71] hfsplus: "
` [PATCH 41/71] hostfs: "
` [PATCH 42/71] isofs: "
` [PATCH 43/71] jbd2: "
` [PATCH 44/71] jffs2: "
` [PATCH 45/71] jfs: "
` [PATCH 46/71] kernfs: "
` [PATCH 47/71] logfs: "
` [PATCH 48/71] minix: "
` [PATCH 49/71] ncpfs: "
` [PATCH 50/71] nfs: "
` [PATCH 51/71] nilfs2: "
` [PATCH 52/71] ntfs: "
` [PATCH 53/71] ocfs2: "
` [PATCH 54/71] proc: "
` [PATCH 55/71] pstore: "
` [PATCH 56/71] qnx6: "
` [PATCH 57/71] ramfs: "
` [PATCH 58/71] reiserfs: "
` [PATCH 59/71] "
` [PATCH 60/71] sysv: "
` [PATCH 61/71] ubifs: "
` [PATCH 62/71] udf: "
` [PATCH 63/71] ufs: "
` [PATCH 64/71] xfs: "
` [PATCH 65/71] binfmt: "
` [PATCH 66/71] hugetlb: "
` [PATCH 67/71] mqueue: "
` [PATCH 68/71] uprobes: "
` [PATCH 69/71] vfs: "
` [PATCH 70/71] mm: "
` [PATCH 71/71] mm: drop PAGE_CACHE_* and page_cache_{get,release} definition

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-22 21:07 UTC  (21+ messages)
` [PATCH 01/10] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 02/10] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 03/10] dax: Remove complete_unwritten argument
` [PATCH 04/10] dax: Fix data corruption for written and mmapped files
` [PATCH 05/10] dax: Allow DAX code to replace exceptional entries
` [PATCH 06/10] dax: Remove redundant inode size checks
` [PATCH 07/10] dax: Disable huge page handling
` [PATCH 08/10] dax: New fault locking
` [PATCH 09/10] dax: Use radix tree entry lock to protect cow faults
` [PATCH 10/10] dax: Remove i_mmap_lock protection

Making an interface for alternative data streams
 2016-03-22 20:13 UTC  (15+ messages)

[PATCHSET][RFC] Make background writeback not suck
 2016-03-22 20:12 UTC  (12+ messages)
` [PATCH 1/6] block: ensure we don't truncate top bits of the request command flags
` [PATCH 2/6] writeback: wb_start_writeback() should use WB_SYNC_ALL for WB_REASON_SYNC
` [PATCH 3/6] block: add ability to flag write back caching on a device
` [PATCH 4/6] sd: inform block layer of write cache state
` [PATCH 5/6] NVMe: "
` [PATCH 6/6] writeback: throttle buffered writeback

[patch] dax: silence an uninitialized variable warning
 2016-03-22 17:26 UTC  (2+ messages)

[PATCH 0/3] fs, mm: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-22 15:20 UTC  (16+ messages)
` [PATCH 1/3] mm, fs: "
` [PATCH 2/3] mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
` [PATCH 3/3] mm: drop PAGE_CACHE_* and page_cache_{get,release} definition

[PATCH 1/2] vfs: export lookup_hash() to modules
 2016-03-22 13:23 UTC  (2+ messages)
` [PATCH 2/2] ovl: ignore permissions on underlying lookup

[PATCH] vfs: rename: check backing inode being equal
 2016-03-22 13:17 UTC 

[GIT PULL] overlayfs update for 4.6
 2016-03-22 13:10 UTC 

[GIT PULL] fuse update for 4.6
 2016-03-22 13:03 UTC 

[RFC PATCH] dcache: give a chance to yield in shrink_dentry_list
 2016-03-22 12:53 UTC 

[RFC PATCH 0/9] dm-thin/xfs: prototype a block reservation allocation model
 2016-03-22 12:06 UTC  (10+ messages)
` [RFC PATCH 1/9] block: add block_device_operations methods to set and get reserved space
` [RFC PATCH 2/9] dm: add "

[PATCH 1/4] vfs: add file_dentry()
 2016-03-22  6:24 UTC  (6+ messages)

[PATCH 1/2] f2fs: cover large section in sanity check of super
 2016-03-22  3:39 UTC  (3+ messages)
` [PATCH 2/2] f2fs: show current mount status
` [f2fs-dev] [PATCH 1/2] f2fs: cover large section in sanity check of super

[PATCH v6 0/4] vfs: Use per-cpu list for SB's s_inodes list
 2016-03-22  2:31 UTC  (4+ messages)
` [PATCH v6 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks

[LSF/MM ATTEND] block: multipage bvecs
 2016-03-22  0:12 UTC  (7+ messages)
` [Lsf-pc] "

[PATCH v7 0/3] fallocate for block devices to provide zero-out
 2016-03-21 20:59 UTC  (10+ messages)
` [PATCH 3/3] block: implement (some of) fallocate for block devices

Page migration issue with UBIFS
 2016-03-21 23:06 UTC  (11+ messages)

open(2) manpage and O_NONBLOCK
 2016-03-21 20:23 UTC 

[patch] direct-io: propagate -ENOSPC errors
 2016-03-21 20:22 UTC  (3+ messages)

[GIT PULL] f2fs updates for v4.6
 2016-03-21 18:45 UTC  (3+ messages)

FOR YOUR INFORMATION DEAR BENEFICIARY,
 2016-03-21 19:11 UTC 

[PATCH v18 00/22] Richacls (Core and Ext4)
 2016-03-21 18:20 UTC  (13+ messages)
` [PATCH v18 19/22] richacl: Add richacl xattr handler

[PATCHv4 00/25] THP-enabled tmpfs/shmem
 2016-03-21 16:42 UTC  (7+ messages)
` [PATCHv4 08/25] thp: support file pages in zap_huge_pmd()

[PATCH] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
 2016-03-21 15:46 UTC  (2+ messages)

[PATCH] f2fs: support access control via key management
 2016-03-21 15:39 UTC  (4+ messages)

[GIT PULL] UDF and quota changes for 4.6-rc1
 2016-03-21 14:52 UTC 

[PATCH] fs/namei.c: Hard link and rename should check same device instead of same mount
 2016-03-21 13:35 UTC  (5+ messages)

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-21 13:21 UTC 

∨ oi
 2016-03-21 11:38 UTC 

[PATCH RESEND] bfs: fix i_blocks accounting
 2016-03-21 11:31 UTC 

[PATCH v5 0/2] man-pages: document reflink/dedupe ioctls
 2016-03-20 19:13 UTC  (4+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE


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