messages from 2017-04-05 01:44:15 to 2017-04-08 02:16:56 UTC [more...]
[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
2017-04-08 2:16 UTC (15+ messages)
` [PATCH 01/12] fs: f2fs: Use ktime_get_real_seconds for sit_info times
` [PATCH 02/12] trace: Make trace_hwlat timestamp y2038 safe
` [PATCH 03/12] fs: cifs: Replace CURRENT_TIME by other appropriate apis
` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()
` [PATCH 05/12] fs: ufs: Use ktime_get_real_ts64() for birthtime
` [PATCH 06/12] audit: Use timespec64 to represent audit timestamps
` [PATCH 07/12] fs: btrfs: Use ktime_get_real_ts for root ctime
` [PATCH 08/12] fs: ubifs: Replace CURRENT_TIME_SEC with current_time
` [PATCH 09/12] lustre: Replace CURRENT_TIME macro
` [PATCH 10/12] apparmorfs: Replace CURRENT_TIME with current_time()
` [PATCH 11/12] time: Delete CURRENT_TIME_SEC and CURRENT_TIME
` [PATCH 12/12] time: Delete current_fs_time() function
mmotm 2017-04-07-15-53 uploaded
2017-04-07 22:54 UTC
[PATCH 00/10] orangefs changes for 4.12
2017-04-07 21:17 UTC (11+ messages)
` [PATCH 01/10] orangefs: remove unused get_fsid_from_ino
` [PATCH 02/10] orangefs: fix bounds check for listxattr
` [PATCH 03/10] orangefs: clean up oversize xattr validation
` [PATCH 04/10] orangefs: do not set getattr_time on orangefs_lookup
` [PATCH 05/10] orangefs: rewrite readdir to fix several bugs
` [PATCH 06/10] orangefs: support llseek on directories
` [PATCH 07/10] orangefs: support very large directories
` [PATCH 08/10] orangefs: remove ORANGEFS_READDIR macros
` [PATCH 09/10] orangefs: implement statx
` [PATCH 10/10] orangefs: do not check possibly stale size on truncate
[PATCH] fstests: add orangefs (pvfs2) support
2017-04-07 20:09 UTC (4+ messages)
[PATCH] orangefs: move features validation to fix filesystem hang
2017-04-07 20:01 UTC (2+ messages)
overlayfs NFS export
2017-04-07 18:53 UTC (15+ messages)
[PATCH 0/4] fscrypt context consistency check fixes
2017-04-07 17:58 UTC (5+ messages)
` [PATCH 1/4] fscrypt: fix context consistency check when key(s) unavailable
` [PATCH 2/4] ext4: remove "nokey" check from ext4_lookup()
` [PATCH 3/4] f2fs: sync f2fs_lookup() with ext4_lookup()
` [PATCH 4/4] ubifs: check for consistent encryption contexts in ubifs_lookup()
[PATCH 1/2] f2fs: count writeback pages correctly
2017-04-07 17:46 UTC (4+ messages)
` [PATCH 2/2] Revert "f2fs: put allocate_segment after refresh_sit_entry"
` [f2fs-dev] [PATCH 1/2] f2fs: count writeback pages correctly
[PATCH] iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
2017-04-07 16:25 UTC (2+ messages)
[PATCH v2 0/3] ovl: fix IS_APPEND() checks
2017-04-07 16:19 UTC (10+ messages)
` [PATCH v2 1/3] vfs: ftruncate check IS_APPEND() on real inode
` [PATCH v2 2/3] vfs: truncate "
` [PATCH v2 3/3] ovl: check IS_APPEND() on real upper inode
[PATCH 0/8 v4] No wait AIO
2017-04-07 15:08 UTC (6+ messages)
` [PATCH 7/8] nowait aio: xfs
[PATCH v5 0/6] Skipped unlocks
2017-04-07 13:34 UTC (13+ messages)
` [PATCH 1/6] NFS4: remove a redundant lock range check
` [PATCH 2/6] NFS: Move the flock open mode check into nfs_flock()
` [PATCH 3/6] locks: Set FL_CLOSE when removing flock locks on close()
` [PATCH 4/6] NFS: Add an iocounter wait function for async RPC tasks
` [PATCH 5/6] lockd: Introduce nlmclnt_operations
` [PATCH 6/6] NFS: Always wait for I/O completion before unlock
[RFC PATCH 0/4] fs: introduce new writeback error tracking infrastructure and convert ext4 to use it
2017-04-07 13:12 UTC (29+ messages)
[PATCH v2] fscrypt: Remove __packed from fscrypt_policy
2017-04-07 9:22 UTC (2+ messages)
[RFC PATCH] iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_size
2017-04-07 7:17 UTC (2+ messages)
[PATCH v2] fscrypt: Move key structure and constants to uapi
2017-04-06 23:14 UTC
[PATCH] dax: fix radix tree insertion race
2017-04-06 21:29 UTC
[PATCH] fscrypt: remove unnecessary checks for NULL operations
2017-04-06 19:24 UTC (2+ messages)
[PATCH] fscrypt: remove fscrypt_symlink_data_len()
2017-04-06 19:22 UTC (2+ messages)
[PATCH] fs: Handle register_shrinker failure
2017-04-06 19:21 UTC (2+ messages)
[PATCH] fscrypt: Move key structure and constants to uapi
2017-04-06 19:21 UTC (2+ messages)
[PATCH] fscrypt: Remove __packed from fscrypt_policy
2017-04-06 19:17 UTC (2+ messages)
[PATCH 0/3 V3] xfs_io: hook up statx
2017-04-06 18:53 UTC (4+ messages)
` [PATCH 1/3] xfs_io: move stat functions to new file
` [PATCH 2/3] xfs_io: refactor stat functions, add raw dump
` [PATCH 3/3] xfs_io: hook up statx
[PATCH 0/6] RFC add blkdev tests v2
2017-04-06 18:22 UTC (16+ messages)
` [PATCH 1/6] add lio-target helpers
` [PATCH 2/6] add: blockdev/001 check page-cache coherency after BLKDISCARD
` [PATCH 3/6] new: blockdev/002 check information leak for lio-fileio
` [PATCH 4/6] new: blockdev/003 basic blockdev T10-DIF-TYPE1 integrity checks
` [PATCH 5/6] new: blockdev/004 Check that live fs survives blkdev page truncation
` [PATCH 6/6] new: blockdev/005 Check that busy "
[LSF/MM TOPIC] new mount(2) userspace api
2017-04-06 17:46 UTC (6+ messages)
[PATCH 0/4] ovl: fix IS_APPEND() checks
2017-04-06 15:42 UTC (6+ messages)
` [PATCH 1/4] vfs: ftruncate freeze protect backing inode
` [PATCH 2/4] vfs: ftruncate check IS_APPEND() on "
` [PATCH 3/4] vfs: truncate "
` [PATCH 4/4] vfs: open "
[RFC PATCH] tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
2017-04-06 15:27 UTC (4+ messages)
` [tpmdd-devel] "
statx.2 manpage
2017-04-06 14:15 UTC
(unknown),
2017-04-06 13:49 UTC
[PATCH 0/35 v7] fsnotify: Avoid SRCU stalls with fanotify permission events
2017-04-06 11:51 UTC (5+ messages)
` [PATCH 05/35] audit_tree: Use mark flags to check whether mark is alive
[PATCH v4 0/6] Skipped unlocks
2017-04-06 11:19 UTC (5+ messages)
` [PATCH 5/6] lockd: Introduce nlmclnt_operations
[PATCH 1/4] xfstests: Add an auxiliary program to create an AF_UNIX socket [ver #7]
2017-04-06 9:28 UTC (11+ messages)
` [PATCH 2/4] xfstests: Add first statx test "
` [PATCH 3/4] xfstests: Partially expand the documentation "
` [PATCH 4/4] xfstests: Check the stx_attributes settable by chattr "
[PATCH 1/4] xfstests: Add an auxiliary program to create an AF_UNIX socket [ver #10]
2017-04-06 8:36 UTC (4+ messages)
` [PATCH 2/4] xfstests: Add first statx test "
` [PATCH 3/4] xfstests: Partially expand the documentation "
` [PATCH 4/4] xfstests: Check the stx_attributes settable by chattr "
[PATCH 1/4] xfstests: Add an auxiliary program to create an AF_UNIX socket [ver #9]
2017-04-06 8:19 UTC (5+ messages)
` [PATCH 2/4] xfstests: Add first statx test "
` [PATCH 3/4] xfstests: Partially expand the documentation "
` [PATCH 4/4] xfstests: Check the stx_attributes settable by chattr "
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2017-04-06 7:22 UTC (17+ messages)
[PATCH 1/4] xfstests: Add an auxiliary program to create an AF_UNIX socket [ver #8]
2017-04-06 7:06 UTC (4+ messages)
` [PATCH 2/4] xfstests: Add first statx test "
` [PATCH 3/4] xfstests: Partially expand the documentation "
` [PATCH 4/4] xfstests: Check the stx_attributes settable by chattr "
[PATCH 1/4] xfstests: Add an auxiliary program to create an AF_UNIX socket [ver #5]
2017-04-06 3:17 UTC (19+ messages)
` [PATCH 2/4] xfstests: Add first statx test "
` Does btrfs get nlink on directories wrong? -- was "
` [PATCH 3/4] xfstests: Partially expand the documentation "
` Should xfstest generic/388 be using _require_command for fsstress?
` [PATCH 4/4] xfstests: Check the stx_attributes settable by chattr [ver #5]
[PATCH v3 0/6] ovl: concurrent copy up
2017-04-05 19:36 UTC (4+ messages)
` [PATCH v3 4/6] ovl: copy up regular file using O_TMPFILE
[PATCH 1/4] xfstests: Add an auxiliary program to create an AF_UNIX socket [ver #6]
2017-04-05 16:34 UTC (7+ messages)
` [PATCH 2/4] xfstests: Add first statx test "
` [PATCH 3/4] xfstests: Partially expand the documentation "
` [PATCH 4/4] xfstests: Check the stx_attributes settable by chattr "
42970 linux-fsdevel
2017-04-05 12:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).