messages from 2015-11-13 21:36:04 to 2015-11-18 15:05:12 UTC [more...]
[PATCH v3 0/7] User namespace mount updates
2015-11-18 15:05 UTC (39+ messages)
` [PATCH v3 1/7] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v3 2/7] block_dev: Check permissions towards block device inode when mounting
` [PATCH v3 3/7] mtd: Check permissions towards mtd "
` [PATCH v3 4/7] fs: Treat foreign mounts as nosuid
` [PATCH v3 5/7] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v3 6/7] userns: Replace in_userns with current_in_userns
` [PATCH v3 7/7] Smack: Handle labels consistently in untrusted mounts
[PATCH] locks: use list_first_entry_or_null()
2015-11-18 14:22 UTC (2+ messages)
[v15 0/4] ext4: add project quota support
2015-11-18 14:14 UTC (6+ messages)
[PATCH] vfs: use list_{first,next}_entry
2015-11-18 14:05 UTC
[PATCH v2 00/11] DAX fsynx/msync support
2015-11-18 10:40 UTC (37+ messages)
` [PATCH v2 01/11] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v2 02/11] mm: add pmd_mkclean()
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling
` [PATCH v2 04/11] dax: support dirty DAX entries in radix tree
` [PATCH v2 05/11] mm: add follow_pte_pmd()
` [PATCH v2 06/11] mm: add pgoff_mkclean()
` [PATCH v2 07/11] mm: add find_get_entries_tag()
` [PATCH v2 08/11] dax: add support for fsync/sync
` [PATCH v2 09/11] ext2: add support for DAX fsync/msync
` [PATCH v2 10/11] ext4: "
` [PATCH v2 11/11] xfs: "
[PATCH v10 0/5] Add initial configfs support for IIO
2015-11-18 7:33 UTC (8+ messages)
` [PATCH v10 1/5] configfs: Allow dynamic group creation
[PATCH v3] block: create ioctl to discard-or-zeroout a range of blocks
2015-11-18 4:38 UTC (3+ messages)
clone ioctl return values
2015-11-18 3:01 UTC (10+ messages)
[PATCHSET] ->follow_link() without dropping from RCU mode
2015-11-17 23:00 UTC (11+ messages)
` [PATCH 01/10] switch befs long symlinks to page_symlink_operations
` [PATCH 02/10] logfs: don't duplicate page_symlink_inode_operations
` [PATCH 03/10] udf: "
` [PATCH 04/10] ufs: get rid of ->setattr() for symlinks
` [PATCH 05/10] namei: page_getlink() and page_follow_link_light() are the same thing
` [PATCH 06/10] [vfs] don't put symlink bodies in pagecache into highmem
` [PATCH 07/10] [vfs] replace ->follow_link() with new method that could stay in RCU mode
` [PATCH 08/10] teach page_get_link() to work "
` [PATCH 09/10] teach shmem_get_link() "
` [PATCH 10/10] teach proc_self_get_link()/proc_thread_self_get_link() "
[PATCH v1 00/38] Allow NFS filesystems to be reexported via knfsd
2015-11-17 22:53 UTC (40+ messages)
` [PATCH v1 01/38] nfsd: add new io class tracepoint
` [PATCH v1 02/38] fs: have flush_delayed_fput flush the workqueue job
` [PATCH v1 03/38] fs: add a kerneldoc header to fput
` [PATCH v1 04/38] fs: rename "delayed_fput" infrastructure to "fput_global"
` [PATCH v1 05/38] fs: add fput_global
` [PATCH v1 06/38] fsnotify: fix a sparse warning
` [PATCH v1 07/38] fsnotify: export several symbols
` [PATCH v1 08/38] fsnotify: destroy marks with call_srcu instead of dedicated thread
` [PATCH v1 09/38] fsnotify: add a srcu barrier for fsnotify
` [PATCH v1 10/38] locks: create a new notifier chain for lease attempts
` [PATCH v1 11/38] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH v1 12/38] nfsd: add a new struct file caching facility to nfsd
` [PATCH v1 13/38] nfsd: keep some rudimentary stats on nfsd_file cache
` [PATCH v1 14/38] nfsd: allow filecache open to skip fh_verify check
` [PATCH v1 15/38] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH v1 16/38] nfsd: hook up nfsd_read to the "
` [PATCH v1 17/38] nfsd: hook nfsd_commit up "
` [PATCH v1 18/38] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v1 19/38] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v1 20/38] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH v1 21/38] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v1 22/38] nfsd: rip out the raparms cache
` [PATCH v1 23/38] nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
` [PATCH v1 24/38] nfsd: allow lockd to be forcibly disabled
` [PATCH v1 25/38] nfsd: add errno mapping for EREMOTEIO
` [PATCH v1 26/38] nfsd: return EREMOTE if we find an S_AUTOMOUNT inode
` [PATCH v1 27/38] nfsd: allow filesystems to opt out of subtree checking
` [PATCH v1 28/38] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
` [PATCH v1 29/38] nfsd: retry once in nfsd_open on an -EOPENSTALE return
` [PATCH v1 30/38] nfsd: close cached file when underlying file systems says no such file
` [PATCH v1 31/38] nfs: replace d_add with d_splice_alias in atomic_open
` [PATCH v1 32/38] nfs: add encode_fh export op
` [PATCH v1 33/38] nfs: add fh_to_dentry "
` [PATCH v1 34/38] nfs: nfs_fh_to_dentry() make use of inode cache
` [PATCH v1 35/38] nfs4: add NFSv4 LOOKUPP handlers
` [PATCH v1 36/38] nfs: add a get_parent export operation for NFS
` [PATCH v1 37/38] nfs: set export ops
` [PATCH v1 38/38] nfs: add a Kconfig option for NFS reexporting and documentation
Use-after-free in ep_remove_wait_queue
2015-11-17 22:48 UTC (21+ messages)
` [PATCH] unix: avoid use-after-free "
` [PATCH] unix: avoid use-after-free in ep_remove_wait_queue (w/ Fixes:)
[RFC PATCH] xfs: support for non-mmu architectures
2015-11-17 22:46 UTC
[vfs:work.symlinks 6/10] include/linux/fs.h:3031:2: error: implicit declaration of function 'mapping_set_gfp_mask'
2015-11-17 21:23 UTC
request_queue use-after-free - inode_detach_wb()
2015-11-17 20:56 UTC (2+ messages)
[PATCH 0/8] dax fixes / cleanups: pmd vs thp, lifetime, and locking
2015-11-17 20:51 UTC (10+ messages)
` [PATCH 1/8] ext2, ext4: warn when mounting with dax enabled
` [PATCH 2/8] dax: disable pmd mappings
` [PATCH 3/8] mm, dax: fix DAX deadlocks (COW fault)
` [PATCH 4/8] mm, dax: truncate dax mappings at bdev or fs shutdown
` [PATCH 5/8] pmem, dax: clean up clear_pmem()
` [PATCH 6/8] dax: increase granularity of dax_clear_blocks() operations
` [PATCH 7/8] dax: guarantee page aligned results from bdev_direct_access()
` [PATCH 8/8] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
[PATCH] ndctl: dax pmd tests
2015-11-17 20:50 UTC
Asterisk deadlocks since Kernel 4.1
2015-11-17 19:43 UTC (4+ messages)
[PATCH 1/5] fs/block_dev.c: make sb_is_blkdev_sb return bool when CONFIG_BLOCK undefined
2015-11-17 14:25 UTC (4+ messages)
` [PATCH 2/5] fs/namespace.c: path_is_under can be boolean
` [PATCH 3/5] fs/dcache.c: is_subdir "
[RFC 1/1] memremap: devm_memremap_pages has wrong nid
2015-11-17 13:15 UTC (11+ messages)
` [PATCH] nvdimm: proper NID in e820_pmem_probe
AIO read returns negative number for bytes read
2015-11-17 12:52 UTC (2+ messages)
[PATCH] mm, dax: fix DAX deadlocks (COW fault)
2015-11-17 10:40 UTC (4+ messages)
You have new fax, document 00233478
2015-11-17 1:09 UTC
[git pull] fs-cache regression
2015-11-17 1:44 UTC
[PATCH v4] block: create ioctl to discard-or-zeroout a range of blocks
2015-11-16 22:56 UTC (2+ messages)
[RFC][PATCH] locks: Allow disabling mandatory locking at compile time
2015-11-16 21:34 UTC (6+ messages)
updated orangefs tree at kernel.org
2015-11-16 20:01 UTC
[PATCH 1/2] fs/stat.c: drop the last new_valid_dev check
2015-11-14 2:54 UTC (2+ messages)
` [PATCH 2/2] include/linux/kdev_t.h: remove new_valid_dev()
[GIT PULL] target updates for v4.4-rc1 (-v2)
2015-11-13 21:56 UTC
[PATCH] block: create ioctl to discard-or-zeroout a range of blocks
2015-11-13 21:36 UTC (5+ 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).