linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-07 10:08:18 to 2019-11-11 21:46:28 UTC [more...]

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (6+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-11 20:46 UTC  (23+ messages)

[PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-11-11 20:28 UTC  (3+ messages)

[PATCH 00/19] nfs, nfsd: avoid 32-bit time_t
 2019-11-11 20:16 UTC  (20+ messages)
` [PATCH 01/19] sunrpc: convert to time64_t for expiry
` [PATCH 02/19] nfs: use time64_t internally
` [PATCH 03/19] nfs: use timespec64 in nfs_fattr
` [PATCH 04/19] nfs: callback: use timespec64 in cb_getattrres
` [PATCH 05/19] nfs: fscache: use timespec64 in inode auxdata
` [PATCH 06/19] nfs: remove timespec from xdr_encode_nfstime
` [PATCH 07/19] nfs: encode nfsv4 timestamps as 64-bit
` [PATCH 08/19] nfsd: use ktime_get_seconds() for timestamps
` [PATCH 09/19] nfsd: print 64-bit timestamps in client_info_show
` [PATCH 10/19] nfsd: handle nfs3 timestamps as unsigned
` [PATCH 11/19] nfsd: use timespec64 in encode_time_delta
` [PATCH 12/19] nfsd: make 'boot_time' 64-bit wide
` [PATCH 13/19] nfsd: pass a 64-bit guardtime to nfsd_setattr()
` [PATCH 14/19] nfsd: use time64_t in nfsd_proc_setattr() check
` [PATCH 15/19] nfsd: fix delay timer on 32-bit architectures
` [PATCH 16/19] nfsd: fix jiffies/time_t mixup in LRU list
` [PATCH 17/19] nfsd: use boottime for lease expiry alculation
` [PATCH 18/19] nfsd: use ktime_get_real_seconds() in nfs4_verifier
` [PATCH 19/19] nfsd: remove nfs4_reset_lease() declarations

LTP: diotest4.c:476: read to read-only space. returns 0: Success
 2019-11-11 18:26 UTC  (9+ messages)
        ` [PATCH] iomap: fix return value of iomap_dio_bio_actor on 32bit systems

[PATCH v3 0/7] Add quota support to UBIFS
 2019-11-11 16:34 UTC  (6+ messages)
` [PATCH 7/7] ubifs: Add quota support

[PATCH] fs/splice: ignore flag SPLICE_F_GIFT in syscall vmsplice
 2019-11-11 16:25 UTC  (2+ messages)

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-11-11 16:07 UTC  (8+ messages)
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[PATCH] Add prctl support for controlling mem reclaim V3
 2019-11-11 15:34 UTC  (5+ messages)

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-11 13:24 UTC  (2+ messages)

[PATCH 00/23] y2038 cleanups
 2019-11-11 12:44 UTC  (6+ messages)
` [PATCH 01/23] y2038: remove CONFIG_64BIT_TIME
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
` [PATCH 15/23] y2038: elfcore: Use __kernel_old_timeval for process times
` [PATCH 16/23] y2038: timerfd: Use timespec64 internally

[PATCH -next] virtiofs: Fix old-style declaration
 2019-11-11 12:23 UTC 

[PATCH v2] virtiofs: Use static const, not const static
 2019-11-11 12:15 UTC 

[PATCH] virtiofs: Use static const, not const static
 2019-11-11 11:37 UTC  (2+ messages)

[PATCH v2 00/10] Add quota support to UBIFS
 2019-11-11 11:14 UTC  (6+ messages)
` [PATCH 04/10] quota: Allow to pass mount path to quotactl

[PATCH] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-11 11:00 UTC 

syzkaller for uffd-wp
 2019-11-11 10:28 UTC 

[PATCH v2] fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
 2019-11-11 10:06 UTC  (2+ messages)

[PATCH RESEND 1/1] vfs: Really check for inode ptr in lookup_fast
 2019-11-11  9:16 UTC  (13+ messages)
                ` [PATCH][RFC] race in exportfs_decode_fh()

WARNING in iov_iter_pipe
 2019-11-11  8:16 UTC  (3+ messages)

[PATCH] ovl: fix timestamp limits
 2019-11-11  7:30 UTC 

[GIT PULL] configfs regression fix for 5.4-rc
 2019-11-10 21:35 UTC  (2+ messages)

KASAN: invalid-free in io_sqe_files_unregister
 2019-11-10 15:46 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 186/191] fuse: use READ_ONCE on congestion_threshold and max_background
 2019-11-10  2:40 UTC 

[PATCH AUTOSEL 4.14 107/109] fuse: use READ_ONCE on congestion_threshold and max_background
 2019-11-10  2:45 UTC 

[PATCH AUTOSEL 4.9 65/66] fuse: use READ_ONCE on congestion_threshold and max_background
 2019-11-10  2:48 UTC 

[PATCH AUTOSEL 4.4 40/40] fuse: use READ_ONCE on congestion_threshold and max_background
 2019-11-10  2:50 UTC 

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-09 23:08 UTC  (20+ messages)

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-09 19:34 UTC  (9+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
    ` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY

[PATCH v2] hugetlbfs: add O_TMPFILE support
 2019-11-09  7:50 UTC 

[PATCH 1/3] fs/userfaultfd.c: remove a redundant check on end
 2019-11-09  1:29 UTC  (2+ messages)

[PATCH 00/16] drivers: y2038 updates
 2019-11-08 21:32 UTC  (2+ messages)
` [PATCH 13/16] hfs/hfsplus: use 64-bit inode timestamps

[RFC v2] writeback: add elastic bdi in cgwb bdp
 2019-11-08 21:00 UTC 

KASAN: use-after-free Read in ep_scan_ready_list
 2019-11-08 18:53 UTC  (2+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-11-08 18:26 UTC  (14+ messages)
` [PATCH ghak90 V7 04/21] audit: convert to contid list to check for orch/engine ownership
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS
` [PATCH ghak90 V7 08/21] audit: add contid support for signalling the audit daemon

[PATCH for linux 4.4.y/3.16.y] fs/dcache: move security_d_instantiate() behind attaching dentry to inode
 2019-11-08 17:36 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to 2b91b28e29f6
 2019-11-08 16:17 UTC 

[PATCH] iomap: iomap_bmap should check iomap_apply return value
 2019-11-08 16:11 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 161/205] media: dvb: fix compat ioctl translation
 2019-11-08 11:37 UTC 

[PATCH AUTOSEL 4.14 081/103] media: dvb: fix compat ioctl translation
 2019-11-08 11:42 UTC 

[PATCH AUTOSEL 4.9 48/64] media: dvb: fix compat ioctl translation
 2019-11-08 11:45 UTC 

Deprecated mandatory file locking
 2019-11-08 10:37 UTC  (7+ messages)

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #2]
 2019-11-08  6:42 UTC  (22+ messages)
` [RFC PATCH 01/14] uapi: General notification queue definitions "
` [RFC PATCH 02/14] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/14] security: Add a hook for the point of notification insertion "
` [RFC PATCH 04/14] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/14] pipe: Add general notification queue support "
` [RFC PATCH 06/14] keys: Add a notification facility "
` [RFC PATCH 07/14] Add sample notification program "
` [RFC PATCH 08/14] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/14] pipe: Add notification lossage handling "
` [RFC PATCH 10/14] Add a general, global device notification watch list "
` [RFC PATCH 11/14] block: Add block layer notifications "
` [RFC PATCH 12/14] usb: Add USB subsystem "
` [RFC PATCH 13/14] selinux: Implement the watch_key security hook "
` [RFC PATCH 14/14] smack: Implement the watch_key and post_notification hooks "

BUG: Dentry still in use [unmount of hugetlbfs hugetlbfs] (2)
 2019-11-08  6:05 UTC  (2+ messages)

[PATCH 0/2 V2] avoid softlockups in various s_inodes iterators
 2019-11-07 20:52 UTC  (3+ messages)
` [PATCH 1/2] fs: avoid softlockups in "
` [PATCH 2/2] fs: call fsnotify_sb_delete after evict_inodes

[PATCH] Documentation: atomic_open called with shared lock on non-O_CREAT open
 2019-11-07 20:03 UTC  (2+ messages)

[PATCH 0/2] avoid softlockups in various s_inodes iterators
 2019-11-07 19:58 UTC  (4+ messages)
` [PATCH 1/2] fs: avoid softlockups in "
` [PATCH 2/2] fs: call fsnotify_sb_delete after evict_inodes

[PATCH] fs/quota: use unsigned int helper for sysctl fs.quota.*
 2019-11-07 17:59 UTC  (3+ messages)

[PATCH] iomap: Fix overflow in iomap_page_mkwrite
 2019-11-07 17:54 UTC  (5+ messages)

[RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length [ver #3]
 2019-11-07 17:42 UTC  (3+ messages)
  ` [pipe] d60337eff1: phoronix-test-suite.noise-level.0.activity_level 144.0% improvement

Can fanotify OPEN_PERM work with CIFS?
 2019-11-07 15:47 UTC 

[ANNOUNCE] xfs-linux: iomap-5.5-merge updated to add66fcbd3fb
 2019-11-07 15:42 UTC 

Investment opportunity
 2019-11-07 15:08 UTC 

[PATCH v7 0/1] ns: introduce binfmt_misc namespace
 2019-11-07 14:03 UTC  (2+ messages)
` [PATCH v7 1/1] ns: add binfmt_misc to the user namespace

INFO: task hung in fuse_reverse_inval_entry
 2019-11-07 13:42 UTC  (2+ messages)

KASAN: slab-out-of-bounds Write in end_requests
 2019-11-07 13:42 UTC  (2+ messages)

WARNING in request_end
 2019-11-07 13:42 UTC  (2+ messages)

possible deadlock in flush_workqueue (2)
 2019-11-07 13:42 UTC 

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-11-07 11:15 UTC  (3+ 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).