linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-15 17:13:31 to 2017-08-18 05:24:57 UTC [more...]

Do we really need d_weak_revalidate???
 2017-08-18  5:24 UTC  (10+ messages)

[RFC][PATCH 00/27] VFS: Introduce filesystem context [ver #5]
 2017-08-18  3:09 UTC  (3+ messages)
` [PATCH 06/27] Provide supplementary error message facility "

[PATCH v3 48/49] block: enable multipage bvecs
 2017-08-18  1:24 UTC  (2+ messages)
` [lkp-robot] [block] 434f2ea20d: fileio.requests_per_sec -3.1% regression

mmotm 2017-08-17-16-29 uploaded
 2017-08-17 23:30 UTC 

[PATCH v2] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-17 23:23 UTC  (12+ messages)

[PATCH] block: reintroduce discard_zeroes_data sysfs file and BLKDISCARDZEROES
 2017-08-17 20:39 UTC  (12+ messages)

[PATCH 0/27 v1] Quota scalability patches
 2017-08-17 20:08 UTC  (54+ messages)
` [PATCH 01/27] quota: Convert dqio_mutex to rwsem
` [PATCH 02/27] quota: Do more fine-grained locking in dquot_acquire()
` [PATCH 03/27] quota: Acquire dqio_sem for reading in dquot_get_next_id()
` [PATCH 04/27] quota: Acquire dqio_sem for reading in vfs_load_quota_inode()
` [PATCH 05/27] quota: Protect dquot writeout with dq_lock
` [PATCH 06/27] quota: Push dqio_sem down to ->read_dqblk()
` [PATCH 07/27] quota: Remove locking for reading from the old quota format
` [PATCH 08/27] quota: Push dqio_sem down to ->write_dqblk()
` [PATCH 09/27] quota: Do not acquire dqio_sem for dquot overwrites in v2 format
` [PATCH 10/27] quota: Remove locking for writing to the old quota format
` [PATCH 11/27] quota: Push dqio_sem down to ->release_dqblk()
` [PATCH 12/27] quota: Push dqio_sem down to ->get_next_id()
` [PATCH 13/27] quota: Push dqio_sem down to ->write_file_info()
` [PATCH 14/27] quota: Push dqio_sem down to ->read_file_info()
` [PATCH 15/27] quota: Fix error codes in v2_read_file_info()
` [PATCH 16/27] quota: Fix possible corruption of dqi_flags
` [PATCH 17/27] quota: Drop return value of mark_all_dquot_dirty()
` [PATCH 18/27] quota: Do not dirty bad dquots
` [PATCH 19/27] quota: Move locking into clear_dquot_dirty()
` [PATCH 20/27] quota: Remove dq_wait_unused from dquot
` [PATCH 21/27] quota: Allow disabling tracking of dirty dquots in a list
` [PATCH 22/27] ext4: Disable dirty list tracking of dquots when journalling quotas
` [PATCH 23/27] quota: Inline functions into their callsites
` [PATCH 24/27] quota: Inline inode_{incr,decr}_space() into callsites
` [PATCH 25/27] quota: Inline dquot_[re]claim_reserved_space() into callsite
` [PATCH 26/27] fs: Provide __inode_get_bytes()
` [PATCH 27/27] quota: Reduce contention on dq_data_lock

[GIT PULL] Quota fix for 4.13-rc6
 2017-08-17 16:18 UTC 

[RFC PATCH 0/7] dax, ext4: Synchronous page faults
 2017-08-17 16:08 UTC  (11+ messages)

[RFC PATCH 0/13 v2] dax, ext4: Synchronous page faults
 2017-08-17 16:08 UTC  (14+ messages)
` [PATCH 01/13] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 02/13] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 03/13] dax: Factor out getting of pfn out of iomap
` [PATCH 04/13] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 05/13] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 06/13] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 07/13] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 08/13] dax: Fix comment describing dax_iomap_fault()
` [PATCH 09/13] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 10/13] mm: Wire up MAP_SYNC
` [PATCH 11/13] dax, iomap: Add support for synchronous faults
` [PATCH 12/13] dax: Implement dax_insert_pfn_mkwrite()
` [PATCH 13/13] ext4: Support for synchronous DAX faults

[PATCH] dax: explain how read(2)/write(2) addresses are validated
 2017-08-17 15:20 UTC  (3+ messages)

[PATCH v3 0/5] fs/dcache: Limit # of negative dentries
 2017-08-17 13:04 UTC  (6+ messages)

[PATCH v6 0/6] define new fs integrity_read method
 2017-08-17 11:00 UTC  (15+ messages)
` [PATCH v6 1/6] libfs: define simple_read_iter_from_buffer
` [PATCH v6 2/6] efivarfs: replaces the read file operation with read_iter
` [PATCH v6 4/6] ima: use fs method to read integrity data

[PATCH 08/12] ima: added parser for RPM data type
 2017-08-17  9:15 UTC  (10+ messages)
` [PATCH, RESEND "
      ` [Linux-ima-devel] "

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-08-17  8:49 UTC  (13+ messages)
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags
` [PATCH v4 3/3] fs, xfs: introduce MAP_DIRECT for creating block-map-sealed file ranges

[PATCH 00/12] ima: measure digest lists instead of individual files
 2017-08-17  8:32 UTC  (4+ messages)
` [PATCH 11/12] ima: don't report measurements if digests are included in the loaded lists
  ` [Linux-ima-devel] "

[RFC PATCH 0/4] ima: filesystems not mounted with i_version
 2017-08-17  2:39 UTC  (8+ messages)
` [RFC PATCH 1/4] security: define new LSM sb_post_new_mount hook
` [RFC PATCH 2/4] ima: define new ima_sb_post_new_mount hook
      ` [Linux-ima-devel] "
` [RFC PATCH 3/4] security: define a new LSM sb_post_remount hook
` [RFC PATCH 4/4] ima: define a new ima_sb_post_remount hook

[PATCH 0/5] cramfs refresh for embedded usage
 2017-08-17  1:17 UTC  (13+ messages)

[PATCH] binfmt_elf_fdpic: fix crash on MMU system with dynamic binaries
 2017-08-17  1:09 UTC 

[PATCH v5 0/5] MAP_DIRECT and block-map-atomic files
 2017-08-16 23:42 UTC  (15+ messages)
` [PATCH v5 1/5] vfs: add flags parameter to ->mmap() in 'struct file_operations'
` [PATCH v5 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v5 3/5] mm: introduce mmap3 for safely defining new mmap flags
` [PATCH v5 4/5] fs, xfs: introduce MAP_DIRECT for creating block-map-atomic file ranges
` [PATCH v5 5/5] fs, fcntl: add F_MAP_DIRECT

[RFC][PATCH 0/9] Make containers kernel objects
 2017-08-16 22:21 UTC  (4+ messages)
` [PATCH 2/9] Implement containers as "

[PATCH] binfmt_elf: don't attempt to load FDPIC binaries
 2017-08-16 20:55 UTC 

CrashMonkey: A Framework to Systematically Test File-System Crash Consistency
 2017-08-16 20:36 UTC  (10+ messages)

[PATCH v2 0/5] cramfs refresh for embedded usage
 2017-08-16 19:44 UTC  (10+ messages)
` [PATCH v2 1/5] cramfs: direct memory access support
` [PATCH v2 2/5] cramfs: make cramfs_physmem usable as root fs
` [PATCH v2 3/5] cramfs: implement uncompressed and arbitrary data block positioning
` [PATCH v2 4/5] cramfs: add mmap support
` [PATCH v2 5/5] cramfs: rehabilitate it

[PATCH] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-16 19:26 UTC  (9+ messages)

[PATCH v6] fs: Fix page cache inconsistency when mixing buffered and AIO DIO
 2017-08-16 16:01 UTC  (4+ messages)
` [PATCH v7] "

[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-16 13:57 UTC  (13+ messages)

[PATCH 1/3] xfs: clear MS_ACTIVE after finishing log recovery
 2017-08-16 11:57 UTC  (4+ messages)
` [PATCH 3/3] xfs: evict all inodes involved with log redo item

[PATCH RESEND] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
 2017-08-16  3:00 UTC 

[PATCH 1/5] autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECT
 2017-08-16  2:31 UTC  (5+ messages)
` [PATCH 2/5] autofs: non functional header inclusion cleanup
` [PATCH 3/5] autofs: use AUTOFS_DEV_IOCTL_SIZE
` [PATCH 4/5] autofs: drop wrong comment
` [PATCH 5/5] autofs: use unsigned int/long instead of uint/ulong for ioctl args

[PATCH] f2fs: let fill_super handle roll-forward errors
 2017-08-16  1:17 UTC  (6+ messages)

[PATCH 1/1] Fanotify: Introduce a permissive mode
 2017-08-15 19:19 UTC  (2+ 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).