linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-06 18:01:00 to 2016-01-11 15:23:43 UTC [more...]

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

[vfs:asm-exports 1/1] arch/x86/lib/checksum_32.S:255: Error: bad or irreducible absolute expression
 2016-01-11 15:14 UTC 

[vfs:asm-exports 1/1] arch/x86/kernel/head_32.S:682: Error: bad or irreducible absolute expression
 2016-01-11 15:11 UTC 

[PATCH] ovl: Do not leave whiteout during unlink/rmdir if parent does not have merge property
 2016-01-11 13:55 UTC 

[PATCH 0/4] quota: add new quotactl Q_XGETQUOTA2
 2016-01-11 13:26 UTC  (8+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] xfs: get quota inode from mp & flags rather than dqp
` [PATCH 3/4] xfs: Factor xfs_seek_hole_data into helper
` [PATCH 4/4] xfs: wire up Q_XGETQUOTA2 / get_dqblk2
` [PATCH] linux-quota: wire Q_XGETQUOTA2 into generic repquota

[PATCH v2] pipe: limit the per-user amount of pages allocated in pipes
 2016-01-11 12:38 UTC  (3+ messages)

[PATCH v2] pipe: limit the per-user amount of pages allocated in pipes
 2016-01-11 12:26 UTC 

[PATCH v7 0/9] DAX fsync/msync support
 2016-01-11 12:23 UTC  (19+ 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 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: "

[GIT PULL] please pull file locking related changes for v4.5
 2016-01-11 11:49 UTC 

[PATCH] f2fs: should unset atomic flag after successful commit
 2016-01-11  7:25 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 1/2] f2fs: introduce time and interval facility
 2016-01-11  7:15 UTC  (4+ messages)
` [PATCH 2/2] f2fs: detect idle time depending on user behavior
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: introduce time and interval facility

[resend PATCH 0/3] fs, bdev: handle end of life
 2016-01-11  7:15 UTC  (5+ messages)
` [resend PATCH 1/3] block, fs: reliably communicate bdev end-of-life

[PATCH] fs: fix bugs for __generic_block_fiemap()
 2016-01-11  6:41 UTC  (3+ messages)

[PATCH 3/3] fs: rewrite __generic_block_fiemap()
 2016-01-11  6:30 UTC 

[PATCH 2/3] fs: round len up before get mapping
 2016-01-11  6:27 UTC 

[PATCH 1/3] fs: update len properly when search range exceeds isize
 2016-01-11  6:25 UTC 

[git pull] vfs.git, part 3 - xattr stuff
 2016-01-11  1:17 UTC 

[git pull] vfs.git part 2 - the rest of RCU symlink traversal
 2016-01-11  1:13 UTC 

[git pull] vfs.git, part 1 - compat_ioctl fixes
 2016-01-11  1:07 UTC 

[RFC 00/15] Add 64 bit timestamp support
 2016-01-10 23:03 UTC  (19+ 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 v6] fs: clear file privilege bits when mmap writing
 2016-01-10 22:30 UTC  (7+ messages)

[PATCH] pipe: limit the per-user amount of pages allocated in pipes
 2016-01-10 14:40 UTC  (4+ messages)

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-10  7:15 UTC  (24+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [dm-devel] "
` [PATCH 13/35] xfs: set bi_op to REQ_OP
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua

[GIT PULL] aio: a couple of fixes for 4.4
 2016-01-10  4:36 UTC  (5+ messages)

[PATCH] f2fs: fix wrong memory condition check
 2016-01-10  0:15 UTC 

[PATCH] f2fs: monitor the number of background checkpoint
 2016-01-09 21:54 UTC 

xfs over pmem - cp performance
 2016-01-08 22:03 UTC  (2+ messages)

[PATCH v3 0/8] Support for transparent PUD pages for DAX files
 2016-01-08 19:49 UTC  (9+ messages)
` [PATCH v3 1/8] mm: Convert an open-coded VM_BUG_ON_VMA
` [PATCH v3 2/8] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH v3 3/8] mm: Add support for PUD-sized transparent hugepages
` [PATCH v3 4/8] mincore: Add support for PUDs
` [PATCH v3 5/8] procfs: Add support for PUDs to smaps, clear_refs and pagemap
` [PATCH v3 6/8] x86: Add support for PUD-sized transparent hugepages
` [PATCH v3 7/8] dax: Support for transparent PUD pages
` [PATCH v3 8/8] ext4: Support for PUD-sized transparent huge pages

fs: WARNING in locks_free_lock_context()
 2016-01-08 16:26 UTC  (16+ messages)
` [PATCH] locks: fix unlock when fcntl_setlk races with a close
  ` [PATCH v2 0/6] locks: better debugging and fix for setlk/close race handling
    ` [PATCH v2 1/6] locks: fix unlock when fcntl_setlk races with a close
    ` [PATCH v2 2/6] locks: don't check for race with close when setting OFD lock
    ` [PATCH v2 3/6] locks: sprinkle some tracepoints around the file locking code
    ` [PATCH v2 4/6] locks: pass inode pointer to locks_free_lock_context
    ` [PATCH v2 5/6] locks: prink more detail when there are leaked locks
    ` [PATCH v2 6/6] locks: rename __posix_lock_file to posix_lock_inode

Payment
 2016-01-08  9:57 UTC 

[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 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  (5+ messages)
` [PATCH v2 2/4] block: introduce del_gendisk_queue()
` [PATCH v2 3/4] xfs: unmap dax at shutdown (force_failure)

[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 

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  (4+ messages)

[PATCH v6 0/7] DAX fsync/msync support
 2016-01-06 18:10 UTC  (4+ messages)
` [PATCH v6 4/7] dax: add support for fsync/msync


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