linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 00:06:50 to 2022-08-29 12:24:58 UTC [more...]

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-08-29 12:07 UTC  (21+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

[PATCH] seq_file: use iov_iter_ubuf() to simplify the code
 2022-08-29 11:52 UTC 

[PATCH 0/6] Track minimal size per filesystem
 2022-08-29 11:42 UTC  (16+ messages)
` [PATCH 1/6] tst_fs_type: Add nsfs, vfat, squashfs to tst_fs_type_name()
` [PATCH 2/6] API: tst_device: Track minimal size per filesystem
` [PATCH 3/6] tst_test: Use 16 MB also for tmpfs
` [PATCH 4/6] tst_device: Use getopts
  ` [Automated-testing] "
` [PATCH 5/6] tst_device: Add support -f filesystem
` [PATCH 6/6] tst_test.sh: Pass used filesystem to tst_device
` [Automated-testing] [PATCH 0/6] Track minimal size per filesystem

[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
 2022-08-29 10:39 UTC  (23+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [PATCH v3 2/7] ext4: fix i_version handling in ext4
` [PATCH v3 3/7] ext4: unconditionally enable the i_version counter
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
` [PATCH v3 5/7] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v3 6/7] nfs: report the inode version in statx if requested
` [PATCH v3 7/7] ceph: fill in the change attribute in statx requests

[PATCH v4 1/3] ext4: don't increase iversion counter for ea_inodes
 2022-08-29 10:16 UTC  (5+ messages)
` [PATCH v4 3/3] ext4: unconditionally enable the i_version counter

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-29 10:02 UTC  (3+ messages)

Votre demande : Forbes: Werden Sie in einem Monat einer der Krypto-Millionare
 2022-08-29  7:47 UTC 

[PATCH 0/4] mm, xfs, dax: Fixes for memory_failure() handling
 2022-08-29  5:42 UTC  (7+ messages)
` [PATCH 1/4] xfs: Quiet notify_failure EOPNOTSUPP cases
` [PATCH 2/4] xfs: Fix SB_BORN check in xfs_dax_notify_failure()
` [PATCH 3/4] mm/memory-failure: Fix detection of memory_failure() handlers
` [PATCH 4/4] mm/memory-failure: Fall back to vma_address() when ->notify_failure() fails

[PATCH 0/5] smb3: Fix missing locks and invalidation in fallocate
 2022-08-29  5:06 UTC  (3+ messages)
` [PATCH 1/5] smb3: Move the flush out of smb2_copychunk_range() into its callers

[PATCH/RFC 00/10 v5] Improve scalability of directory operations
 2022-08-29  3:15 UTC  (30+ messages)
` [PATCH 05/10] VFS: export done_path_update()
` [PATCH 10/10] NFS: support parallel updates in the one directory
` [PATCH 07/10] VFS: hold DCACHE_PAR_UPDATE lock across d_revalidate()
` [PATCH 02/10] VFS: move EEXIST and ENOENT tests into lookup_hash_update()
` [PATCH 06/10] VFS: support concurrent renames
` [PATCH 01/10] VFS: support parallel updates in the one directory
` [PATCH 08/10] NFSD: allow parallel creates from nfsd
` [PATCH 03/10] VFS: move want_write checks into lookup_hash_update()
` [PATCH 09/10] VFS: add LOOKUP_SILLY_RENAME
` [PATCH 04/10] VFS: move dput() and mnt_drop_write() into done_path_update()

[PATCH v4 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-28 18:42 UTC  (3+ messages)
` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process

[syzbot] usb-testing boot error: BUG: unable to handle kernel paging request in path_init
 2022-08-28 17:53 UTC 

[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
 2022-08-28 15:22 UTC  (2+ messages)

Bild: Millionen von Dollar in Kryptowahrung in nur wenigen Monaten
 2022-08-28 11:59 UTC 

[PATCHSET v2 for-6.1] kernfs, cgroup: implement kernfs_show() and cgroup_file_show()
 2022-08-28  8:33 UTC  (11+ messages)
` [PATCH 1/9] kernfs: Simply by replacing kernfs_deref_open_node() with of_on()
` [PATCH 2/9] kernfs: Drop unnecessary "mutex" local variable initialization
` [PATCH 3/9] kernfs: Refactor kernfs_get_open_node()
` [PATCH 4/9] kernfs: Skip kernfs_drain_open_files() more aggressively
` [PATCH 5/9] kernfs: Improve kernfs_drain() and always call on removal
` [PATCH 6/9] kernfs: Add KERNFS_REMOVING flags
` [PATCH 7/9] kernfs: Factor out kernfs_activate_one()
` [PATCH 8/9] kernfs: Implement kernfs_show()
` [PATCH 9/9] cgroup: Implement cgroup_file_show()

[RFC 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-08-28  6:46 UTC  (9+ messages)
` [RFC 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [RFC 2/8] ext4: Refactor code related to freeing PAs
` [RFC 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [RFC 4/8] ext4: Move overlap assert logic into a separate function
` [RFC 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [RFC 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [RFC 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [RFC 8/8] ext4: Remove the logic to trim inode PAs

Crash using kmod-hfsplus on cp -a from one memory stick to another
 2022-08-27 20:29 UTC 

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-08-27 15:34 UTC  (10+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "

[PATCH] fs/inode.c: change the order of initialization in inode_init_always()
 2022-08-27 14:09 UTC 

[syzbot] usb-testing boot error: BUG: unable to handle kernel paging request in kernel_execve
 2022-08-27 10:22 UTC 

[PATCH] vfs: report an inode version in statx for IS_I_VERSION inodes
 2022-08-27  7:38 UTC  (6+ messages)

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-27  7:07 UTC  (3+ messages)

[PATCH 0/7] smb3: Add iter helpers and use iov_iters down to the network transport
 2022-08-26 21:35 UTC  (5+ messages)
` [PATCH 1/7] iov_iter: Add a function to extract an iter's buffers to a bvec iter
` [PATCH 2/7] iov_iter: Add a general purpose iteration function

[syzbot] BUG: unable to handle kernel NULL pointer dereference in set_page_dirty
 2022-08-26 19:02 UTC  (3+ messages)

[PATCH v1 net-next 00/13] tcp/udp: Introduce optional per-netns hash table
 2022-08-26 17:26 UTC  (23+ messages)
` [PATCH v1 net-next 01/13] fs/lock: Revive LOCK_MAND
` [PATCH v1 net-next 03/13] selftest: sysctl: Add test for flock(LOCK_MAND)
` [PATCH v1 net-next 04/13] net: Introduce init2() for pernet_operations
` [PATCH v1 net-next 05/13] tcp: Clean up some functions
` [PATCH v1 net-next 06/13] tcp: Set NULL to sk->sk_prot->h.hashinfo
` [PATCH v1 net-next 07/13] tcp: Access &tcp_hashinfo via net
` [PATCH v1 net-next 08/13] tcp: Introduce optional per-netns ehash
` [PATCH v1 net-next 09/13] udp: Clean up some functions
` [PATCH v1 net-next 10/13] udp: Set NULL to sk->sk_prot->h.udp_table
` [PATCH v1 net-next 11/13] udp: Set NULL to udp_seq_afinfo.udp_table
` [PATCH v1 net-next 12/13] udp: Access &udp_table via net
` [PATCH v1 net-next 13/13] udp: Introduce optional per-netns hash table

[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-08-26 17:11 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-26 15:19 UTC  (6+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v4] cachefiles: fix error return code in cachefiles_ondemand_copen()
 2022-08-26 11:31 UTC  (4+ messages)

[syzbot] BUG: Dentry still in use in unmount
 2022-08-26 10:50 UTC 

[PATCH] fs: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH] fs/afs: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH] exfat: fix overflow for large capacity partition
 2022-08-26  9:06 UTC 

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-26  8:43 UTC  (4+ messages)

[PATCH] ntfs: fix acl handling
 2022-08-26  8:41 UTC  (4+ messages)

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-08-26  8:22 UTC  (6+ messages)
` [PATCH v3 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v3 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty "
` [PATCH v3 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v3 4/4] mm: add documentation of the new ioctl on pagemap

[PATCHES] struct path constification
 2022-08-26  8:14 UTC  (2+ messages)

[PATCHES] file_inode() and ->f_mapping cleanups
 2022-08-26  8:03 UTC  (2+ messages)

[PATCH v2 2/8] dentry: Use preempt_[dis|en]able_nested()
 2022-08-26  7:52 UTC  (2+ messages)

[PATCH 1/5] dynamic_dname(): drop unused dentry argument
 2022-08-26  7:45 UTC  (3+ messages)
` [PATCH 3/5] ->getprocattr(): attribute name is const char *, TYVM

[PATCH] cachefiles: make on-demand request distribution fairer
 2022-08-26  1:37 UTC  (5+ messages)
  ` [External] "

[PATCH v3] cachefiles: fix error return code in cachefiles_ondemand_copen()
 2022-08-26  1:11 UTC  (6+ messages)
      ` [Linux-cachefs] "


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