linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-07 22:40:47 to 2016-06-16 08:31:08 UTC [more...]

[PATCH] autofs: don't stuck in a loop if vfs_write returns an error
 2016-06-16  8:31 UTC 

[PATCH v2 0/2] copy_mount_options improvements
 2016-06-16  8:20 UTC  (14+ messages)
` [PATCH v2 1/2] fs: Improve and simplify copy_mount_options
` [PATCH v2 2/2] fs: Disallow mount options strings longer than PAGE_SIZE - 1

[PATCHv9 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-16  8:02 UTC  (41+ messages)
` [PATCHv9-rebased2 00/37] "
  ` [PATCHv9-rebased2 01/37] mm, thp: make swapin readahead under down_read of mmap_sem
  ` [PATCHv9-rebased2 02/37] mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix
  ` [PATCHv9-rebased2 03/37] mm, thp: fix locking inconsistency in collapse_huge_page
  ` [PATCHv9-rebased2 04/37] mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix
  ` [PATCHv9-rebased2 05/37] khugepaged: recheck pmd after mmap_sem re-acquired
  ` [PATCHv9-rebased2 06/37] thp, mlock: update unevictable-lru.txt
  ` [PATCHv9-rebased2 07/37] mm: do not pass mm_struct into handle_mm_fault
  ` [PATCHv9-rebased2 08/37] mm: introduce fault_env
  ` [PATCHv9-rebased2 09/37] mm: postpone page table allocation until we have page to map
  ` [PATCHv9-rebased2 10/37] rmap: support file thp
  ` [PATCHv9-rebased2 11/37] mm: introduce do_set_pmd()
  ` [PATCHv9-rebased2 12/37] thp, vmstats: add counters for huge file pages
  ` [PATCHv9-rebased2 13/37] thp: support file pages in zap_huge_pmd()
  ` [PATCHv9-rebased2 14/37] thp: handle file pages in split_huge_pmd()
  ` [PATCHv9-rebased2 15/37] thp: handle file COW faults
  ` [PATCHv9-rebased2 16/37] thp: skip file huge pmd on copy_huge_pmd()
  ` [PATCHv9-rebased2 17/37] thp: prepare change_huge_pmd() for file thp
  ` [PATCHv9-rebased2 18/37] thp: run vma_adjust_trans_huge() outside i_mmap_rwsem
  ` [PATCHv9-rebased2 19/37] thp: file pages support for split_huge_page()
  ` [PATCHv9-rebased2 20/37] thp, mlock: do not mlock PTE-mapped file huge pages
  ` [PATCHv9-rebased2 21/37] vmscan: split file huge pages before paging them out
  ` [PATCHv9-rebased2 22/37] page-flags: relax policy for PG_mappedtodisk and PG_reclaim
  ` [PATCHv9-rebased2 23/37] radix-tree: implement radix_tree_maybe_preload_order()
  ` [PATCHv9-rebased2 24/37] filemap: prepare find and delete operations for huge pages
  ` [PATCHv9-rebased2 25/37] truncate: handle file thp
  ` [PATCHv9-rebased2 26/37] mm, rmap: account shmem thp pages
  ` [PATCHv9-rebased2 27/37] shmem: prepare huge= mount option and sysfs knob
  ` [PATCHv9-rebased2 28/37] shmem: get_unmapped_area align huge page
  ` [PATCHv9-rebased2 29/37] shmem: add huge pages support
  ` [PATCHv9-rebased2 30/37] shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings
  ` [PATCHv9-rebased2 31/37] thp: extract khugepaged from mm/huge_memory.c
  ` [PATCHv9-rebased2 32/37] khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()
  ` [PATCHv9-rebased2 33/37] shmem: make shmem_inode_info::lock irq-safe
  ` [PATCHv9-rebased2 34/37] khugepaged: add support of collapse for tmpfs/shmem pages
  ` [PATCHv9-rebased2 35/37] thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE
  ` [PATCHv9-rebased2 36/37] shmem: split huge pages beyond i_size under memory pressure
  ` [PATCHv9-rebased2 37/37] thp: update Documentation/{vm/transhuge,filesystems/proc}.txt

[GIT PULL] overlayfs fixes for 4.7-rc3
 2016-06-16  7:32 UTC 

[PATCH v2] writeback: inode cgroup wb switch should not call ihold()
 2016-06-16  7:13 UTC  (2+ messages)

mmotm 2016-06-15-16-18 uploaded
 2016-06-15 23:19 UTC 

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-15 21:23 UTC  (58+ messages)
` [PATCH 01/21] fs: Replace CURRENT_TIME_SEC with current_fs_time()
` [PATCH 02/21] fs: ext4: Use current_fs_time() for inode timestamps
    ` [Y2038] "
` [PATCH 03/21] fs: ubifs: "
` [PATCH 04/21] fs: Replace CURRENT_TIME with "
` [PATCH 05/21] fs: jfs: Replace CURRENT_TIME_SEC by current_fs_time()
` [PATCH 06/21] fs: udf: Replace CURRENT_TIME with current_fs_time()
` [PATCH 07/21] fs: cifs: Replace CURRENT_TIME by current_fs_time()
` [PATCH 08/21] fs: cifs: Replace CURRENT_TIME with ktime_get_real_ts()
` [PATCH 09/21] fs: cifs: Replace CURRENT_TIME by get_seconds
` [PATCH 10/21] fs: f2fs: Use ktime_get_real_seconds for sit_info times
` [PATCH 11/21] drivers: staging: lustre: Replace CURRENT_TIME with current_fs_time()
  ` [lustre-devel] "
` [PATCH 12/21] block: rbd: Replace non inode "
` [PATCH 13/21] fs: ocfs2: Use time64_t to represent orphan scan times
` [PATCH 14/21] fs: ocfs2: Replace CURRENT_TIME with ktime_get_real_seconds()
` [PATCH 15/21] time: Add time64_to_tm()
` [PATCH 16/21] fnic: Use time64_t to represent trace timestamps
` [PATCH 17/21] audit: Use timespec64 to represent audit timestamps
` [PATCH 18/21] fs: nfs: Make nfs boot time y2038 safe
` [PATCH 19/21] libceph: Remove CURRENT_TIME references
` [PATCH 20/21] libceph: Replace CURRENT_TIME with ktime_get_real_ts
` [PATCH 21/21] time: Delete CURRENT_TIME_SEC and CURRENT_TIME macro

[PATCH 0/2] fix gfs2 truncate race
 2016-06-15 18:45 UTC  (5+ messages)
` [PATCH 1/2] fs: export __block_write_full_page
` [PATCH 2/2] gfs2: writeout truncated pages
  ` [Cluster-devel] "

[RFC PATCH] coredump: avoid ext4 auto_da_alloc for core file
 2016-06-15 17:42 UTC 

[PATCH 1/2] f2fs: detect host-managed SMR by feature flag
 2016-06-15 16:32 UTC  (4+ messages)
` [PATCH 2/2] f2fs: call update_inode_page for orphan inodes

[PATCH] writeback: inode cgroup wb switch should skip inode with zero i_count
 2016-06-15 14:55 UTC  (3+ messages)

[PATCH] ovl: fix uid/gid when creating over whiteout
 2016-06-15 14:20 UTC  (4+ messages)

Device removal crash problems
 2016-06-15 13:07 UTC  (2+ messages)

efi: split efisubsystem from efivars
 2016-06-15 13:05 UTC 

[ANNOUNCE] autofs 5.1.2 release
 2016-06-15  3:15 UTC 

[RFC 01/18] capabilities: track actually used capabilities
 2016-06-14 15:21 UTC  (13+ messages)
` [RFC 05/18] limits: track and present RLIMIT_NOFILE actual max
` [RFC 07/18] limits: track RLIMIT_FSIZE "
` [RFC 08/18] limits: track RLIMIT_DATA "
` [RFC 09/18] limits: track RLIMIT_CORE "

[PATCH] FUSE: Improve aio directIO write performance for size extending writes
 2016-06-14 11:44 UTC  (3+ messages)

Internal error xfs_trans_cancel
 2016-06-14  4:29 UTC  (2+ messages)

[PATCH 2/6] block: Check GENHD_FL_DAX for DAX capability
 2016-06-13 22:21 UTC 

[PATCH] writeback: inode cgroup wb switch should skip inode with zero i_count
 2016-06-13 22:11 UTC  (2+ messages)

[PATCHv8 00/32] THP-enabled tmpfs/shmem using compound pages
 2016-06-13  9:06 UTC  (5+ messages)

[PATCH RESEND] fs/dcache.c: avoid soft-lockup in dput()
 2016-06-13  6:37 UTC 

[lkp] 64e3f9744b: reaim.jobs_per_min +34.3% improvement
 2016-06-13  1:31 UTC 

[PATCH] aio: Cleanup unnecessary test for nr_pages
 2016-06-12 16:33 UTC 

[PATCH 1/2] f2fs: check only data or node for summary
 2016-06-10 21:01 UTC  (2+ messages)
` [PATCH 2/2] f2fs: report error for f2fs_parent_dir

[PATCH 0/2] fs: copy_mount_options improvements
 2016-06-10 20:11 UTC  (3+ messages)
` [PATCH 1/2] fs: Improve and simplify copy_mount_options
` [PATCH 2/2] fs: Disallow mount options strings longer than PAGE_SIZE - 1

NFS/d_splice_alias breakage
 2016-06-10 16:49 UTC  (9+ messages)

freevxfs: hp-ux support. ( 1cce17017970c07) patchset 4/4
 2016-06-10 14:47 UTC 

freevxfs: hp-ux support. ( 1cce17017970c07) patchset 3/4
 2016-06-10 14:47 UTC 

freevxfs: hp-ux support. ( 1cce17017970c07) patchset 2/4
 2016-06-10 14:47 UTC 

freevxfs: hp-ux support. patchset 1-7/7
 2016-06-10 14:46 UTC  (8+ messages)
` freevxfs: hp-ux support. patchset 1-7/7 rev 2
            ` freevxfs: hp-ux support. ( 1cce17017970c07) patchset 1/4

libfs,xenfs: replace /proc/xen/xenbus with a symlink
 2016-06-10 13:13 UTC  (3+ messages)
` [PATCHv1 1/2] libfs: allow simple_fill_super() to add symlinks
  ` [Xen-devel] "

[PATCH] ioctl_ficlone/clonerange/dedupe: fix licensing
 2016-06-10  8:15 UTC  (2+ messages)

[PATCH] ioctl_ficlonerange.2/ioctl_fideduperange.2: mention same-fs requirement
 2016-06-09 17:34 UTC  (3+ messages)

[PATCH] Code style clean up
 2016-06-09 14:00 UTC 

[PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
 2016-06-09 13:05 UTC 

[PATCH] binfmt_em86: Fix incompatible pointer type
 2016-06-09 12:43 UTC 

mmotm 2016-06-08-15-25 uploaded
 2016-06-08 22:25 UTC 

[PATCH 1/7] f2fs: set mapping error for EIO
 2016-06-08 17:24 UTC  (7+ messages)
` [PATCH 2/7] f2fs: avoid reverse IO order for NODE and DATA
` [PATCH 3/7] f2fs: drop any block plugging
` [PATCH 4/7] f2fs: skip clean segment for gc
` [PATCH 5/7] f2fs: introduce force_lfs mount option
` [PATCH 6/7] f2fs: fix deadlock in add_link failure
` [PATCH 7/7] f2fs: don't need to flush unlinked dentry pages

[PATCH v5 0/2] man-pages: document reflink/dedupe ioctls
 2016-06-08 16:39 UTC  (6+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE
` [PATCH 2/2] man2: document the FIDEDUPERANGE ioctl

[RFC PATCH] mm, memcg: use consistent gfp flags during readahead
 2016-06-08 14:10 UTC  (3+ messages)

[PATCH 4/6] x86/coredump: use core regs, rather that TIF_IA32 flag
 2016-06-08 13:28 UTC  (4+ messages)

[PATCH 1/2] fuse: use list_first_entry_or_null
 2016-06-08 10:48 UTC  (2+ messages)
` [PATCH 2/2] fuse: use list_first_entry

[git pull] vfs fixes
 2016-06-08  2:12 UTC 

[RESEND PATCH 0/5] vfs: Use dlock list for SB's s_inodes list
 2016-06-07 23:53 UTC  (4+ messages)
` [RESEND PATCH 1/5] lib/dlock-list: Distributed and lock-protected lists

[PATCH v2 1/2] mount.2: document MS_REC and shared subtree flags
 2016-06-07 22:40 UTC  (4+ 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).