linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 03:10:44 to 2022-09-23 17:50:29 UTC [more...]

[PATCH v6 0/5] landlock: truncate support
 2022-09-23 17:50 UTC  (10+ messages)
` [PATCH v6 2/5] landlock: Support file truncation
` [PATCH v6 3/5] selftests/landlock: Selftests for file truncation support
` [PATCH v6 5/5] landlock: Document Landlock's "

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-09-23 17:42 UTC  (28+ messages)
` [PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
` [PATCH v2 10/18] fsdax: Manage pgmap references at entry insertion and deletion

[RFC PATCH 00/29] acl: add vfs posix acl api
 2022-09-23 17:35 UTC  (64+ messages)
` [PATCH 01/29] fs: pass dentry to set acl method
` [PATCH 02/29] fs: rename current get "
` [PATCH 03/29] fs: add new "
` [PATCH 04/29] cifs: implement "
` [PATCH 05/29] cifs: implement set "
` [PATCH 06/29] 9p: implement get "
` [PATCH 07/29] 9p: implement set "
` [PATCH 08/29] acl: add vfs_set_acl()
` [PATCH 09/29] security: add set acl hook
` [PATCH 10/29] selinux: implement "
` [PATCH 11/29] smack: "
` [PATCH 12/29] evm: "
` [PATCH 13/29] acl: use "
` [PATCH 14/29] evm: add post "
` [PATCH 15/29] acl: add vfs_get_acl()
` [PATCH 16/29] acl: add vfs_remove_acl()
` [PATCH 17/29] evm: simplify evm_xattr_acl_change()
` [PATCH 18/29] ksmbd: use vfs_remove_acl()
` [PATCH 19/29] ecryptfs: implement get acl method
` [PATCH 20/29] ecryptfs: implement set "
` [PATCH 21/29] ovl: implement get "
` [PATCH 22/29] ovl: implement set "
` [PATCH 23/29] ovl: use posix acl api
` [PATCH 24/29] xattr: "
` [PATCH 25/29] ecryptfs: use stub posix acl handlers
` [PATCH 26/29] ovl: "
` [PATCH 27/29] cifs: "
` [PATCH 28/29] 9p: "
` [PATCH 29/29] acl: remove a slew of now unused helpers

[PATCH] libfs: fix negative value support in simple_attr_write()
 2022-09-23 16:59 UTC  (2+ messages)

[PATCH v2 0/7] convert most filesystems to pin_user_pages_fast()
 2022-09-23 16:13 UTC  (30+ messages)
` [PATCH v2 4/7] iov_iter: new iov_iter_pin_pages*() routines

[PATCH v4 00/10] fuse tmpfile
 2022-09-23 15:42 UTC  (18+ messages)
` [PATCH v4 01/10] vfs: add vfs_tmpfile_open() helper
` [PATCH v4 02/10] hugetlbfs: cleanup mknod and tmpfile
` [PATCH v4 03/10] cachefiles: tmpfile error handling cleanup
` [PATCH v4 04/10] cachefiles: only pass inode to *mark_inode_inuse() helpers
` [PATCH v4 05/10] cachefiles: use vfs_tmpfile_open() helper
` [PATCH v4 06/10] ovl: "
` [PATCH v4 07/10] vfs: make vfs_tmpfile() static
` [PATCH v4 08/10] vfs: move open right after ->tmpfile()
` [PATCH v4 09/10] vfs: open inside ->tmpfile()
` [PATCH v4 10/10] fuse: implement ->tmpfile()

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-23 15:20 UTC  (13+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-23 14:58 UTC  (18+ messages)

[PATCH v2 RESEND] namei: clear nd->root.mnt before O_CREAT unlazy
 2022-09-23 14:03 UTC 

[PATCH v3 0/3] Check content after reading from quota file
 2022-09-23 13:45 UTC  (4+ messages)
` [PATCH v3 1/3] quota: Check next/prev free block number "
` [PATCH v3 2/3] quota: Replace all block number checking with helper function
` [PATCH v3 3/3] quota: Add more checking after reading from quota file

[PATCH 0/2] fs/ntfs3: Add option "nocase" and refactoring
 2022-09-23 12:04 UTC  (3+ messages)
` [PATCH 1/2] fs/ntfs3: Add option "nocase"
` [PATCH 2/2] fs/ntfs3: Rename variables and add comment

[PATCH v2 0/3] Check content after reading from quota file
 2022-09-23 11:48 UTC  (6+ messages)
` [PATCH v2 1/3] quota: Check next/prev free block number "
` [PATCH v2 2/3] quota: Replace all block number checking with helper function
` [PATCH v2 3/3] quota: Add more checking after reading from quota file

thoughts about fanotify and HSM
 2022-09-23 11:22 UTC  (13+ messages)

[bug report] disk quota exceed after multiple write/delete loops
 2022-09-23 10:28 UTC  (4+ messages)

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-23  9:07 UTC  (31+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] skbuff: Proactively round up to kmalloc bucket size
` [PATCH 03/12] net: ipa: "
` [PATCH 04/12] btrfs: send: "
` [PATCH 05/12] dma-buf: "
` [PATCH 06/12] coredump: "
` [PATCH 07/12] igb: "
` [PATCH 08/12] openvswitch: "
` [PATCH 09/12] x86/microcode/AMD: Track patch allocation size explicitly
` [PATCH 10/12] iwlwifi: Track scan_cmd "
` [PATCH 11/12] slab: Remove __malloc attribute from realloc functions
` [PATCH 12/12] slab: Restore __alloc_size attribute to __kmalloc_track_caller

[PATCH RFC] VFS: lock source directory for link to avoid rename race
 2022-09-23  3:02 UTC  (2+ messages)
` [VFS] 3fb4ec6faa: ltp.linkat02.fail

[RFC PATCH 0/2] iomap/xfs: fix data corruption due to stale cached iomaps
 2022-09-23  0:04 UTC  (9+ messages)
` [PATCH 1/2] iomap: write iomap validity checks
` [PATCH 2/2] xfs: use iomap_valid method to detect stale cached iomaps

[PATCH v2] proc: report open files as size in stat() for /proc/pid/fd
 2022-09-22 22:40 UTC 

[syzbot] possible deadlock in lock_two_nondirectories
 2022-09-22 22:24 UTC 

[PATCH] fs: drop useless condition from inode_needs_update_time
 2022-09-22 17:25 UTC 

[PATCH 0/3] Check content after reading from quota file
 2022-09-22 12:58 UTC  (6+ messages)
` [PATCH 1/3] quota: Check next/prev free block number "

[PATCH] xfs: take shared inode lock on single page buffered writes
 2022-09-22  9:55 UTC 

[PATCH 0/3] fix error when writing negative value to simple attribute files
 2022-09-22  8:06 UTC  (2+ messages)

[PATCH] filemap: Fix error propagation in do_read_cache_page()
 2022-09-22  8:06 UTC  (3+ messages)

[PATCH v3 0/9] fuse tmpfile
 2022-09-22  8:04 UTC  (5+ messages)
` [PATCH v3 4/9] cachefiles: use tmpfile_open() helper

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2022-09-22  7:27 UTC  (2+ messages)
` [fs/exec.c] 0a276ae2d2: BUG:workqueue_lockup-pool

[PATCH v2] erofs: clean up .read_folio() and .readahead() in fscache mode
 2022-09-22  6:24 UTC 


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).