linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-10 21:40:41 to 2016-08-17 19:20:06 UTC [more...]

[glibc PATCH] fcntl: put F_OFD_* constants under #ifdef __USE_FILE_OFFSET64
 2016-08-17 19:20 UTC  (13+ messages)

[PATCH 0/7] re-enable DAX PMD support
 2016-08-17 17:21 UTC  (19+ messages)
` [PATCH 1/7] ext2: tell DAX the size of allocation holes
` [PATCH 2/7] ext4: "
` [PATCH 3/7] dax: remove buffer_size_valid()
` [PATCH 4/7] dax: rename 'ret' to 'entry' in grab_mapping_entry
` [PATCH 5/7] dax: lock based on slot instead of [mapping, index]
` [PATCH 6/7] dax: re-enable DAX PMD support
` [PATCH 7/7] dax: remove "depends on BROKEN" from FS_DAX_PMD

[PATCH] do_generic_file_read(): Fail immediately if killed
 2016-08-17 17:20 UTC  (5+ messages)

[RFC v3 0/2] Support for posix acls in fuse
 2016-08-17 12:01 UTC  (5+ messages)
` [RFC v3 2/2] fuse: Add posix acl support

mmotm 2016-08-16-14-54 uploaded
 2016-08-16 21:55 UTC 

[PATCH] FUSE: add the async option for the flush/release operation
 2016-08-16 19:53 UTC  (5+ messages)

[GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-08-16 18:53 UTC  (31+ 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

[LKP] [lkp] [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression
 2016-08-16 13:25 UTC 

[PATCH v25 00/22] Richacls (Core and Ext4)
 2016-08-16 11:03 UTC  (23+ messages)
` [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v25 06/22] richacl: In-memory representation and helper functions
` [PATCH v25 07/22] richacl: Permission mapping functions
` [PATCH v25 08/22] richacl: Permission check algorithm
` [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v25 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v25 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v25 12/22] vfs: Cache richacl in struct inode
` [PATCH v25 13/22] richacl: Update the file masks in chmod()
` [PATCH v25 14/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v25 15/22] richacl: Create-time inheritance
` [PATCH v25 16/22] richacl: Automatic Inheritance
` [PATCH v25 17/22] richacl: xattr mapping functions
` [PATCH v25 18/22] richacl: Add richacl xattr handler
` [PATCH v25 19/22] vfs: Add richacl permission checking
` [PATCH v25 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v25 21/22] ext4: Add richacl support
` [PATCH v25 22/22] ext4: Add richacl feature flag

[fuse-devel] Patches for FIEMAP support in fuse and ntfs-3g
 2016-08-16 10:19 UTC 

[PATCH] befs: return BEFS_ERR if validation of ag_shift fails
 2016-08-16  7:53 UTC  (3+ messages)

[PATCH 0/7] dax: unified host inode for device-dax mappings
 2016-08-16  3:25 UTC  (8+ messages)
` [PATCH 1/7] dax: cleanup needlessly global symbol warnings
` [PATCH 2/7] dax: reorder dax_fops function definitions
` [PATCH 3/7] dax: rename fops from dax_dev_ to dax_
` [PATCH 4/7] dax: embed a struct device in dax_dev
` [PATCH 5/7] dax: convert to the cdev api
` [PATCH 6/7] dax: define a unified inode/address_space for device-dax mappings
` [PATCH 7/7] dax: unmap/truncate on device shutdown

[PATCH] quota: fill in Q_XGETQSTAT inode information for inactive quotas
 2016-08-15 13:51 UTC  (3+ messages)

[PATCH] kvm-xfstests: explicitly declare format of vd[b-g]
 2016-08-15  5:57 UTC  (2+ messages)

[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

[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  (9+ 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  (5+ messages)
` [PATCH 2/2] writeback: allow for dirty metadata accounting


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