linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-21 15:37:27 to 2018-11-26 09:49:59 UTC [more...]

[PATCH v2 0/5] autofs updates
 2018-11-25 22:57 UTC  (8+ messages)
` [PATCH v2 1/5] autofs - improve ioctl sbi checks
` [PATCH v2 2/5] autofs - fix possible inode leak in autofs_fill_super()
` [PATCH v2 3/5] autofs - simplify parse_options() function call
` [PATCH v2 4/5] autofs - change catatonic setting to a bit flag
` [PATCH v2 5/5] autofs - add strictexpire mount option

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-26  8:17 UTC  (22+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
 2018-11-25 20:59 UTC  (2+ messages)

[PATCH v3 00/13] fanotify: add support for more event types
 2018-11-25 13:43 UTC  (14+ messages)
` [PATCH v3 01/13] fsnotify: annotate directory entry modification events
` [PATCH v3 02/13] fsnotify: send all event types to super block marks
` [PATCH v3 03/13] fanotify: rename struct fanotify_{,perm_}event_info
` [PATCH v3 04/13] fanotify: define the structures to report a unique file identifier
` [PATCH v3 05/13] fanotify: classify events that hold a "
` [PATCH v3 06/13] fanotify: encode file identifier for FAN_REPORT_FID
` [PATCH v3 07/13] fanotify: copy event fid info to user
` [PATCH v3 08/13] fanotify: enable FAN_REPORT_FID init flag
` [PATCH v3 09/13] fanotify: cache fsid in fsnotify_mark_connector
` [PATCH v3 10/13] fanotify: check FS_ISDIR flag instead of d_is_dir()
` [PATCH v3 11/13] fanotify: support events with data type FSNOTIFY_EVENT_INODE
` [PATCH v3 12/13] fanotify: add support for create/attrib/move/delete events
` [PATCH v3 13/13] fanotify: report FAN_ONDIR to listener with FAN_REPORT_FID

[LKP] [NFS] be11360100: BUG:unable_to_handle_kernel
 2018-11-26  0:20 UTC 

[PATCH V2] namei: free new_dentry late
 2018-11-25  0:15 UTC 

[PATCH] namei: free new_dentry late
 2018-11-25  0:11 UTC  (3+ messages)

[PATCH V2] hfs: do not free node before using
 2018-11-24 20:03 UTC  (2+ messages)

WARNING: syz-executor still has locks held!
 2018-11-24 17:40 UTC 

[PATCH] f2fs: make "f2fs_fault_name[]" const char *
 2018-11-24 10:25 UTC  (2+ messages)

[PATCH 1/1] hfsplus: do not free node before using
 2018-11-24  9:57 UTC 

dad4f140ed ("Merge branch 'xarray' of .."): Mem-Info:
 2018-11-24  9:04 UTC  (3+ messages)

[PATCH] hfs: do not free node before using
 2018-11-24  1:54 UTC  (4+ messages)

[RFC][PATCH] fs: set xattrs in initramfs from regular files
 2018-11-24  2:07 UTC  (5+ messages)

[PATCH v2 0/5] fsnotify prep work for fanotify dentry events
 2018-11-23 17:53 UTC  (24+ messages)
` [PATCH v2 1/5] fsnotify: pass dentry instead of inode when available
                  ` Btrfs and fanotify filesystem watches
` [PATCH v2 2/5] fsnotify: annotate filename events

[PATCH v4 0/4] namei: O_* flags to restrict path resolution
 2018-11-23 16:58 UTC  (7+ messages)
` [PATCH v4 2/4] namei: O_BENEATH-style path resolution flags

[PATCH] procfs: fix the output format in /proc/PID/wchan
 2018-11-23  9:57 UTC  (6+ messages)

dcache_readdir NULL inode oops
 2018-11-23 18:05 UTC  (7+ messages)

[PATCH 0/2] Better support for THP in page cache
 2018-11-23 17:59 UTC  (8+ messages)
` [PATCH 1/2] mm: Remove redundant test from find_get_pages_contig
` [PATCH 2/2] page cache: Store only head pages in i_pages

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-23 13:41 UTC  (11+ messages)
` [PATCH v2 1/8] mm: balloon: update comment about isolation/migration/compaction
` [PATCH v2 2/8] mm: convert PG_balloon to PG_offline
` [PATCH v2 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v2 4/8] xen/balloon: mark inflated pages PG_offline
` [PATCH v2 5/8] hv_balloon: "
` [PATCH v2 6/8] vmw_balloon: "
` [PATCH v2 7/8] PM / Hibernate: use pfn_to_online_page()
` [PATCH v2 8/8] PM / Hibernate: exclude all PageOffline() pages
` [PATCH v2] makedumpfile: exclude pages that are logically offline

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-23 10:50 UTC  (40+ messages)
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs

[PATCHSET v2] Support for polled aio
 2018-11-22 21:01 UTC  (10+ messages)
` [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
` [PATCH 8/8] aio: support for IO polling

[RFC][PATCH v4 04/09] ext2: use common file type conversion
 2018-11-22 14:42 UTC  (4+ messages)

[PATCH v2] UAPI: move RENAME_* definitions to separated file
 2018-11-22 12:16 UTC  (3+ messages)

[RFC][PATCH v4 09/09] btrfs: use common file type conversion
 2018-11-22 11:48 UTC  (2+ messages)

[RFC][PATCH v4 08/09] nilfs2: use common file type conversion
 2018-11-22 11:46 UTC  (2+ messages)

[RFC][PATCH v4 07/09] f2fs: use common file type conversion
 2018-11-22 11:45 UTC  (2+ messages)

[RFC][PATCH v4 06/09] ocfs2: use common file type conversion
 2018-11-22 11:43 UTC  (2+ messages)

[RFC][PATCH v4 05/09] ext4: use common file type conversion
 2018-11-22 11:42 UTC  (2+ messages)

[RFC][PATCH v4 02/09] ufs: use fs_umode_to_dtype() helper
 2018-11-22 11:41 UTC  (2+ messages)

[RFC][PATCH v4 03/09] hfsplus: use fs_umode_to_dtype() helper
 2018-11-22 11:40 UTC  (2+ messages)

[PATCH] fuse: Add bad inode check in fuse_destroy_inode()
 2018-11-22  9:20 UTC  (2+ messages)

[PATCH v2] signal: add procfd_signal() syscall
 2018-11-22  8:23 UTC  (3+ messages)

[PATCH v1 0/2] proc: allow signaling processes via file descriptors
 2018-11-22  7:48 UTC  (16+ messages)
` [PATCH v1 2/2] signal: add procfd_signal() syscall

[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write
 2018-11-22  7:06 UTC  (7+ messages)
` [PATCH v1 3/4] f2fs: "

[PATCH resend] eventfd: make eventfd files distinguishable in /proc/$PID/fd
 2018-11-22  4:15 UTC 

[PATCH v2] mm: don't break integrity writeback on ->writepage() error
 2018-11-22 12:06 UTC  (2+ messages)

[PATCH v2] exec: make de_thread() freezable
 2018-11-21 23:35 UTC  (3+ messages)

possible deadlock in mnt_want_write
 2018-11-21 20:22 UTC  (6+ messages)

[PATCH] fs: add a comment explaining how MNT_NS_INTERNAL affects mnt_may_suid()
 2018-11-21 19:58 UTC 

[RFC][PATCH v4 01/09] fs: common implementation of file type
 2018-11-21 19:06 UTC 

[RFC][PATCH v4 00/09] common implementation of dirent file types
 2018-11-21 19:06 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 8c110d43c6bc
 2018-11-21 18:36 UTC 

[PATCH 0/5] iomap: data corruption fixes and more
 2018-11-21 16:34 UTC  (5+ messages)
` [PATCH 6/5] iomap: readpages doesn't zero page tail beyond EOF properly
  ` [PATCH 6/5 V2] "

[PATCH] selinux: always allow mounting submounts
 2018-11-21 15:38 UTC  (4+ messages)

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22  1:33 UTC 

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-21 22:06 UTC  (5+ 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).