linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-17 01:30:12 to 2016-06-22 15:44:08 UTC [more...]

xfs: untangle the direct I/O and DAX path, fix DAX locking
 2016-06-22 15:27 UTC  (4+ messages)
` [PATCH 1/8] xfs: don't pass ioflags around in the ioctl path
` [PATCH 6/8] xfs: direct calls in the direct I/O path
` [PATCH 7/8] xfs: split direct I/O and DAX path

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

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-22 15:18 UTC  (51+ messages)
` [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 003/119] xfs: check offsets of variable length structures
` [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace
` [PATCH 005/119] xfs: check for a valid error_tag in errortag_add
` [PATCH 006/119] xfs: port differences from xfsprogs libxfs
` [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters
` [PATCH 008/119] xfs: separate freelist fixing into a separate helper
` [PATCH 009/119] xfs: convert list of extents to free into a regular list
` [PATCH 010/119] xfs: create a standard btree size calculator code
` [PATCH 011/119] xfs: refactor btree maxlevels computation
` [PATCH 012/119] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 013/119] xfs: support btrees with overlapping intervals for keys
` [PATCH 014/119] xfs: introduce interval queries on btrees
` [PATCH 113/119] xfs: scrub btree records and pointers while querying
` [PATCH 114/119] xfs: create sysfs hooks to scrub various files
` [PATCH 115/119] xfs: support scrubbing free space btrees
` [PATCH 116/119] xfs: support scrubbing inode btrees
` [PATCH 117/119] xfs: support scrubbing rmap btree
` [PATCH 118/119] xfs: support scrubbing refcount btree
` [PATCH 119/119] xfs: add btree scrub tracepoints

[PATCH 0/8] remove d_time from dentry
 2016-06-22 14:35 UTC  (9+ messages)
` [PATCH 1/8] vfs: new d_allocate method
` [PATCH 2/8] ceph: don't use ->d_time
` [PATCH 3/8] cifs: "
` [PATCH 4/8] vfat: "
` [PATCH 5/8] fuse: "
` [PATCH 6/8] nfs: "
` [PATCH 7/8] ncpfs: "
` [PATCH 8/8] vfs: remove ->d_time

[PATCH v8 0/2] improve sync efficiency with sb inode wb list
 2016-06-22 13:12 UTC  (5+ messages)
` [PATCH v8 1/2] sb: add a new writeback list for sync
` [PATCH v8 2/2] wb: inode writeback list tracking tracepoints

What happened to the sb writeback list (aka sync efficiency) fix?
 2016-06-22 12:28 UTC  (8+ messages)

[PATCH] compat: remove compat_printk
 2016-06-22 10:15 UTC  (3+ messages)

[PATCH] fix error: a bin file can truncate itself while running on overlayfs
 2016-06-22 10:13 UTC 

[PATCH v2] fs/dcache.c: avoid soft-lockup in dput()
 2016-06-22  6:51 UTC  (2+ messages)

[PATCH] aio: Cleanup unnecessary test for nr_pages
 2016-06-22  6:06 UTC  (4+ messages)

[PATCH] hfs: Change structure initialisation to C99 style
 2016-06-22  5:34 UTC 

[ANNOUNCE] xfs: for-next branch updated to f477ced
 2016-06-22  0:29 UTC 

[4.7-rc3 June 16th code][EXT4] Rename file corruption?
 2016-06-21 23:20 UTC  (2+ messages)

[PATCH 0/3 v1] dax: Clear dirty bits after flushing caches
 2016-06-21 20:59 UTC  (6+ messages)
` [PATCH 1/3] dax: Make cache flushing protected by entry lock
` [PATCH 2/3] mm: Export follow_pte()
` [PATCH 3/3] dax: Clear dirty entry tags on cache flush

[PATCH review 0/13] Adding a userns owner to struct super_block
 2016-06-21 19:09 UTC  (19+ messages)
` [PATCH review 01/13] mnt: Account for MS_RDONLY in fs_fully_visible
  ` [PATCH review 02/13] mnt: Refactor fs_fully_visible into mount_too_revealing
  ` [PATCH review 03/13] ipc: Initialize ipc_namespace->user_ns early
  ` [PATCH review 04/13] vfs: Pass data, ns, and ns->userns to mount_ns
  ` [PATCH review 05/13] proc: Convert proc_mount to use mount_ns
  ` [PATCH review 06/13] fs: Add user namespace member to struct super_block
  ` [PATCH review 07/13] mnt: Move the FS_USERNS_MOUNT check into sget_userns
  ` [PATCH review 08/13] kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
  ` [PATCH review 09/13] ipc/mqueue: The mqueue filesystem should never contain executables
  ` [PATCH review 10/13] vfs: Generalize filesystem nodev handling
  ` [PATCH review 11/13] mnt: Simplify mount_too_revealing
  ` [PATCH review 12/13] userns: Remove implicit MNT_NODEV fragility
  ` [PATCH review 13/13] userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag

fs: GPF in locked_inode_to_wb_and_lock_list
 2016-06-21 12:58 UTC  (13+ messages)
              ` [PATCH] block: flush writeback dwork before detaching a bdev inode from it

[PATCH] fat: fix typo s/supeblock/superblock/
 2016-06-21  3:51 UTC 

[PATCH v2 0/2] fix gfs2 truncate race
 2016-06-20 18:22 UTC  (3+ messages)
` [PATCH v2 1/2] fs: export __block_write_full_page
` [PATCH v2 2/2] gfs2: writeout truncated pages

Q. hlist_bl_add_head_rcu() in d_alloc_parallel()
 2016-06-20 17:14 UTC  (9+ messages)
            ` [git pull] vfs fixes

[PATCH] Remove stale d_splice_alias comment
 2016-06-20 15:22 UTC 

[PATCH 0/4] Patches for gfs2_lookup_by_inum deadlock
 2016-06-20 15:55 UTC  (5+ messages)
` [PATCH 1/4] gfs2: Fix gfs2_lookup_by_inum lock inversion
` [PATCH 2/4] gfs2: Get rid of gfs2_ilookup
` [PATCH 3/4] gfs2: Large-filesystem fix for 32-bit systems
` [PATCH 4/4] gfs2: Lock holder cleanup

NFS/d_splice_alias breakage
 2016-06-20 15:47 UTC  (13+ messages)

[PATCH v9 0/3] fallocate for block devices
 2016-06-20 12:37 UTC  (5+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size

iomap infrastructure and multipage writes V5
 2016-06-20 12:22 UTC  (6+ messages)
` [PATCH 02/14] fs: introduce iomap infrastructure

Reported regressions for 4.7 as of Sunday, 2016-06-19
 2016-06-20 10:21 UTC 

[RFC PATCH] btrfs: fix free space calculation in dump_space_info()
 2016-06-20 10:47 UTC 

[PATCH] FUSE: Improve aio directIO write performance for size extending writes
 2016-06-20  9:20 UTC  (8+ messages)

[PATCH] fix error: a bin file can truncate itself while running at overlayfs
 2016-06-20  7:05 UTC  (2+ messages)

[PATCH] quota: use time64_t internally
 2016-06-19 16:20 UTC  (2+ messages)

[GIT PULL] UDF fixes and a reiserfs fix for 4.7
 2016-06-19 16:08 UTC 

[PATCH 1/3] f2fs: produce more nids and reduce readahead nats
 2016-06-18  1:03 UTC  (3+ messages)
` [PATCH 2/3] f2fs: avoid writing node/metapages during writes
` [PATCH 3/3] f2fs: avoid latency-critical readahead of node pages

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-17 21:06 UTC  (7+ messages)
` [PATCH 15/21] time: Add time64_to_tm()

[PATCH 0/2] [RFC] fs: allow to use dirfd as root for openat and other *at syscalls
 2016-06-17 20:20 UTC  (3+ messages)
` [PATCH 1/2] namei: add LOOKUP_DFD_ROOT to use dfd as root
` [PATCH 2/2] fs: allow to use dirfd as root for openat and other *at syscalls

[PATCH] procfs: avoid 32-bit time_t in /proc/*/stat
 2016-06-17 20:12 UTC 

[PATCH] initramfs: use vfs_stat/lstat directly
 2016-06-17 20:10 UTC 

Remove page migration fallback (was: UBIFS and page migration)
 2016-06-17 20:03 UTC  (9+ messages)
` [PATCH 1/3] mm: Don't blindly assign fallback_migrate_page()

More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes
 2016-06-17  4:29 UTC  (2+ messages)

[PATCH v2 1/2] fs: Improve and simplify copy_mount_options
 2016-06-17  3:12 UTC  (12+ 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).