linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-06 21:19:54 to 2016-08-14 12:40:09 UTC [more...]

[PATCHv2, 00/41] ext4: support of huge pages
 2016-08-14 12:40 UTC  (46+ messages)
` [PATCHv2 01/41] tools: Add WARN_ON_ONCE
` [PATCHv2 02/41] radix tree test suite: Allow GFP_ATOMIC allocations to fail
` [PATCHv2 03/41] radix-tree: Add radix_tree_join
` [PATCHv2 04/41] radix-tree: Add radix_tree_split
` [PATCHv2 05/41] radix-tree: Add radix_tree_split_preload()
` [PATCHv2 06/41] radix-tree: Handle multiorder entries being deleted by replace_clear_tags
` [PATCHv2 07/41] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv2 08/41] Revert "radix-tree: implement radix_tree_maybe_preload_order()"
` [PATCHv2 09/41] page-flags: relax page flag policy for few flags
` [PATCHv2 10/41] mm, rmap: account file thp pages
` [PATCHv2 11/41] thp: try to free page's buffers before attempt split
` [PATCHv2 12/41] thp: handle write-protection faults for file THP
` [PATCHv2 13/41] truncate: make sure invalidate_mapping_pages() can discard huge pages
` [PATCHv2 14/41] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv2 15/41] filemap: handle huge pages in do_generic_file_read()
` [PATCHv2 16/41] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv2 17/41] filemap: handle huge pages in filemap_fdatawait_range()
` [PATCHv2 18/41] HACK: readahead: alloc huge pages, if allowed
` [PATCHv2 19/41] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
` [PATCHv2 20/41] mm: make write_cache_pages() work on huge pages
` [PATCHv2 21/41] thp: introduce hpage_size() and hpage_mask()
` [PATCHv2 22/41] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv2 23/41] fs: make block_read_full_page() be able to read huge page
` [PATCHv2 24/41] fs: make block_write_{begin,end}() be able to handle huge pages
` [PATCHv2 25/41] fs: make block_page_mkwrite() aware about "
` [PATCHv2 26/41] truncate: make truncate_inode_pages_range() "
` [PATCHv2 27/41] truncate: make invalidate_inode_pages2_range() "
` [PATCHv2 28/41] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries
` [PATCHv2 29/41] ext4: make ext4_mpage_readpages() hugepage-aware
` [PATCHv2 30/41] ext4: make ext4_writepage() work on huge pages
` [PATCHv2 31/41] ext4: handle huge pages in ext4_page_mkwrite()
` [PATCHv2 32/41] ext4: handle huge pages in __ext4_block_zero_page_range()
` [PATCHv2 33/41] ext4: make ext4_block_write_begin() aware about huge pages
` [PATCHv2 34/41] ext4: handle huge pages in ext4_da_write_end()
` [PATCHv2 35/41] ext4: make ext4_da_page_release_reservation() aware about huge pages
` [PATCHv2 36/41] ext4: handle writeback with "
` [PATCHv2 37/41] ext4: make EXT4_IOC_MOVE_EXT work "
` [PATCHv2 38/41] ext4: fix SEEK_DATA/SEEK_HOLE for "
` [PATCHv2 39/41] ext4: make fallocate() operations work with "
` [PATCHv2 40/41] mm, fs, ext4: expand use of page_mapping() and page_to_pgoff()
` [PATCHv2 41/41] ext4, vfs: add huge= mount option

[GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-08-13 22:48 UTC  (27+ messages)
` [PATCH v4 01/26] vfs: Add current_time() api
` [PATCH v4 02/26] fs: proc: Delete inode time initializations in proc_alloc_inode()
` [PATCH v4 03/26] fs: Replace CURRENT_TIME with current_time() for inode timestamps
` [PATCH v4 04/26] fs: Replace CURRENT_TIME_SEC "
` [PATCH v4 05/26] fs: Replace current_fs_time() with current_time()
` [PATCH v4 06/26] fs: ufs: Use ktime_get_real_ts64() for birthtime
` [PATCH v4 07/26] fs: jfs: Replace CURRENT_TIME_SEC by current_time()
` [PATCH v4 08/26] fs: ext4: Use current_time() for inode timestamps
` [PATCH v4 09/26] fs: ubifs: Replace CURRENT_TIME_SEC with current_time
` [PATCH v4 10/26] fs: btrfs: Use ktime_get_real_ts for root ctime
` [PATCH v4 11/26] fs: udf: Replace CURRENT_TIME with current_time()
` [PATCH v4 12/26] fs: cifs: Replace CURRENT_TIME by current_time()
` [PATCH v4 13/26] fs: cifs: Replace CURRENT_TIME with ktime_get_real_ts()
` [PATCH v4 14/26] fs: cifs: Replace CURRENT_TIME by get_seconds
` [PATCH v4 15/26] fs: f2fs: Use ktime_get_real_seconds for sit_info times
` [PATCH v4 16/26] drivers: staging: lustre: Replace CURRENT_TIME with current_time()
` [PATCH v4 17/26] fs: ocfs2: Use time64_t to represent orphan scan times
` [PATCH v4 18/26] fs: ocfs2: Replace CURRENT_TIME macro
` [PATCH v4 19/26] audit: Use timespec64 to represent audit timestamps
` [PATCH v4 20/26] fs: nfs: Make nfs boot time y2038 safe
` [PATCH v4 21/26] block: Replace CURRENT_TIME with ktime_get_real_ts
` [PATCH v4 22/26] libceph: "
` [PATCH v4 23/26] fs: ceph: Replace current_fs_time for request stamp
` [PATCH v4 24/26] fnic: Use time64_t to represent trace timestamps
` [PATCH v4 25/26] time: Delete current_fs_time() function
` [PATCH v4 26/26] time: Delete CURRENT_TIME_SEC and CURRENT_TIME

[PATCH] quota: fill in Q_XGETQSTAT inode information for inactive quotas
 2016-08-12 22:40 UTC 

[PATCH] kvm-xfstests: explicitly declare format of vd[b-g]
 2016-08-12 18:43 UTC 

[PATCH] befs: return BEFS_ERR if validation of ag_shift fails
 2016-08-12 11:00 UTC  (2+ messages)

[PATCH] fs: remove unnecessary setting of error
 2016-08-12  7:57 UTC 

[PATCH 01/18] autofs: Fix typos in Documentation/filesystems/autofs4.txt
 2016-08-12  2:49 UTC  (18+ messages)
` [PATCH 02/18] autofs: Drop unnecessary extern in autofs_i.h
` [PATCH 03/18] autofs: Test autofs versions first on sb initialization
` [PATCH 04/18] autofs - fix autofs4_fill_super() error exit handling
` [PATCH 05/18] autofs: Add WARN_ON(1) for non dir/link inode case
` [PATCH 06/18] autofs - remove ino free in autofs4_dir_symlink()
` [PATCH 07/18] autofs: Use autofs4_free_ino() to kfree dentry data
` [PATCH 08/18] autofs: Remove obsolete sb fields
` [PATCH 09/18] autofs: Don't fail to free_dev_ioctl(param)
` [PATCH 10/18] autofs: Remove AUTOFS_DEVID_LEN
` [PATCH 11/18] autofs: Fix Documentation regarding devid on ioctl
` [PATCH 12/18] autofs: Update struct autofs_dev_ioctl in Documentation
` [PATCH 13/18] autofs: Fix pr_debug() message
` [PATCH 14/18] autofs - fix dev ioctl number range check
` [PATCH 15/18] autofs: Add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMD
` [PATCH 16/18] autofs: Fix print format for ioctl warning message
` [PATCH 17/18] autofs: Move inclusion of linux/limits.h to uapi
` [PATCH 18/18] autofs4 - move linux/auto_dev-ioctl.h to uapi/linux

Weird writev() behaviour on EFAULT - also successfully modifying the file
 2016-08-11 23:13 UTC  (6+ messages)

mmotm 2016-08-11-15-29 uploaded
 2016-08-11 22:30 UTC 

[PATCH 0/4] POSIX ACL patches for 4.9
 2016-08-11 21:55 UTC  (5+ messages)
` [PATCH 1/4] posix_acl: Improve xattr fixup code
` [PATCH 2/4] posix_acl: Better uncached ACL markers
` [PATCH 3/4] posix_acl: get_acl: Cleanups
` [PATCH 4/4] posix_acl: get_acl: Synchronize readers

[RFC PATCH] seq_puts: Optimize seq_puts for compile-time known constant string lengths
 2016-08-11 19:14 UTC 

[RFC PATCH 0/9][V3] Overlayfs SELinux Support
 2016-08-11 14:06 UTC  (13+ messages)

[ANNOUNCE] util-linux v2.28.1
 2016-08-11 10:42 UTC 

[PATCH] fs/char_dev: fix cdev_put() vs f_op->release() use-after-free
 2016-08-11  7:24 UTC  (3+ messages)

[PATCH 0/2][RFC] Provide accounting for dirty metadata
 2016-08-10 21:39 UTC  (15+ messages)
` [PATCH 1/2] remove mapping from balance_dirty_pages*()
` [PATCH 2/2] writeback: allow for dirty metadata accounting

[PATCH] FUSE: add the async option for the flush/release operation
 2016-08-10 16:50 UTC  (3+ messages)

[PATCHv1, RFC 00/33] ext4: support of huge pages
 2016-08-10  0:54 UTC  (2+ messages)
` [PATCH] mm, hugetlb: switch hugetlbfs to multi-order radix-tree entries

[RFC v3 0/2] Support for posix acls in fuse
 2016-08-09 22:44 UTC  (18+ messages)
` [RFC v3 2/2] fuse: Add posix acl support
    ` [fuse-devel] [RFC v3 0/2] Support for posix acls in fuse

[PATCH v5 0/5] vfs: Use dlock list for SB's s_inodes list
 2016-08-09 19:46 UTC  (10+ messages)
` [PATCH v5 1/5] lib/dlock-list: Distributed and lock-protected lists
` [PATCH v5 2/5] fsnotify: Simplify inode iteration on umount
` [PATCH v5 3/5] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH v5 4/5] vfs: Use dlock list for superblock's inode list
` [PATCH v5 5/5] lib/dlock-list: Make sibling CPUs share the same linked list

[RESEND PATCH v5 5/5] lib/dlock-list: Make sibling CPUs share the same linked list
 2016-08-09 19:44 UTC 

[lkp] [fs] 6141b4d642: xfstests.generic.079.fail
 2016-08-09 16:45 UTC  (3+ messages)

[PATCH] cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]
 2016-08-09 16:41 UTC 

[PATCH 13/15] mm: Provide helper for finishing mkwrite faults
 2016-08-09 14:50 UTC  (2+ messages)
` [lkp] [mm] 0c649028cd: vm-scalability.throughput 343.9% improvement

[vfs:work.asm-exports 8/12] (___ksymtab+clear_pages+0x0): undefined reference to `clear_pages'
 2016-08-09 14:11 UTC  (2+ messages)

[PATCH] cachefiles: Fix attempt to read i_blocks after deleting file
 2016-08-09 13:16 UTC  (2+ messages)

[PATCH 0/5 v2] fs: Avoid premature clearing of file capabilities
 2016-08-09  9:35 UTC  (9+ messages)
` [PATCH 1/5] xfs: Propagate dentry down to inode_change_ok()
` [PATCH 4/5] fs: Give dentry to inode_change_ok() instead of inode
` [PATCH 5/5] fs: Avoid premature clearing of capabilities

add RWF_(D)SYNC flag to preadv2/pwritev2 V2
 2016-08-09  8:15 UTC  (4+ messages)
` [PATCH 09/10] fs: add RWF_DSYNC aand RWF_SYNC

[PATCH 0/2] iomap: fixes for fiemap interface
 2016-08-09  7:34 UTC  (5+ messages)
` [PATCH 1/2] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
` [PATCH 2/2] iomap: add fiemap support for attribute mappings

Subtle races between DAX mmap fault and write path
 2016-08-09  5:58 UTC  (20+ messages)

[PATCH v4 0/5] vfs: Use dlock list for SB's s_inodes list
 2016-08-09  3:26 UTC  (5+ messages)

[PATCH] seq/proc: Modify seq_put_decimal_[u]ll to take a const char *, not char
 2016-08-09  3:02 UTC 

[PATCH v2 00/10] userns: sysctl limits for namespaces
 2016-08-08 21:16 UTC  (2+ messages)

[PATCH] ovl: whiteout of lower dir should't dispaly in merge dir
 2016-08-08  9:28 UTC  (2+ messages)

Charity Project !!!
 2016-08-07 17:45 UTC 

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2016-08-07 17:47 UTC  (5+ messages)
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs

[git pull] vfs pile 3
 2016-08-07 14:00 UTC  (2+ messages)

[PATCH v7 00/47] xfs: add reverse mapping support
 2016-08-05 22:39 UTC  (9+ messages)


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