linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-18 10:21:27 to 2016-02-25 08:29:21 UTC [more...]

fs: NULL deref in atime_needs_update
 2016-02-25  8:29 UTC  (21+ messages)

[PATCH v3 0/3] vfs: Use per-cpu list for SB's s_inodes list
 2016-02-25  8:06 UTC  (13+ messages)
` [PATCH v3 1/3] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [PATCH v3 2/3] fsnotify: Simplify inode iteration on umount
` [PATCH v3 3/3] vfs: Use per-cpu list for superblock's inode list

JFFS2 deadlock
 2016-02-25  7:46 UTC  (5+ messages)

[PATCH 00/35 v4] separate operations from flags in the bio/request structs
 2016-02-25  0:54 UTC  (38+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "
` [PATCH 13/35] xfs: "
` [PATCH 14/35] hfsplus: "
` [PATCH 15/35] mpage: "
` [PATCH 16/35] nilfs: "
` [PATCH 17/35] ocfs2: "
` [PATCH 18/35] pm: "
` [PATCH 19/35] dm: "
` [PATCH 20/35] dm: pass dm stats data dir instead of bi_rw
` [PATCH 21/35] bcache: set bi_op to REQ_OP
` [PATCH 22/35] drbd: "
` [PATCH 23/35] md/raid: "
` [PATCH 24/35] xen: "
` [PATCH 25/35] target: "
` [PATCH 26/35] block: set op "
` [PATCH 27/35] drivers: set request "
` [PATCH 28/35] blktrace: get op from req->op/bio->bi_op
` [PATCH 29/35] ide cd: do not set REQ_WRITE on requests
` [PATCH 30/35] block, fs, drivers: do not test bi_rw for REQ_OPs
` [PATCH 31/35] block, fs: remove old REQ definitions
` [PATCH 32/35] block: shrink bi_rw and bi_op
` [PATCH 33/35] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 34/35] block: add QUEUE_FLAGs for flush and fua
` [PATCH 35/35] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

mmotm 2016-02-24-16-18 uploaded
 2016-02-25  0:19 UTC 

[GIT PULL] dax-fixes for 4.5-rc6
 2016-02-24 22:57 UTC  (4+ messages)

[RFC] hpfs_unlink() deadlock
 2016-02-24 20:29 UTC  (2+ messages)

[PATCH 0/8] Support multi-order entries in the radix tree
 2016-02-24 20:24 UTC  (2+ messages)

[PATCH RFC] ext4: use __GFP_NOFAIL in ext4_free_blocks()
 2016-02-24 17:09 UTC 

[PATCH 0/8] Remove CURRENT_TIME and CURRENT_TIME_SEC - PART 2
 2016-02-24 15:08 UTC  (13+ messages)
` [PATCH 1/8] fs: debugfs: Replace CURRENT_TIME by current_fs_time()
` [PATCH 2/8] fs: logfs: "
` [PATCH 3/8] fs: devpts: "
` [PATCH 4/8] fs: configfs: "
` [PATCH 5/8] fs: proc: "
` [PATCH 6/8] fs: ramfs: "
` [PATCH 7/8] fs: kernfs: "
` [PATCH 8/8] net: sunrpc: "
    ` [Y2038] "

[RFC v2] vfs 64 bit time transition proposals
 2016-02-24 13:56 UTC  (5+ messages)
` [Y2038] "

[PATCH][v3.13.y-ckt]umount: Do not allow unmounting rootfs
 2016-02-24 10:52 UTC  (2+ messages)

call_usermodehelper in containers
 2016-02-24  0:55 UTC  (22+ messages)

[PATCH 0/6] DAX cleanups
 2016-02-23 23:37 UTC  (3+ messages)
` [PATCH 1/6] dax: Use vmf->gfp_mask

Orangefs ABI documentation
 2016-02-23 21:58 UTC  (31+ messages)

[PATCH v2 0/3] vfs: Use per-cpu list for SB's s_inodes list
 2016-02-23 19:01 UTC  (13+ messages)
` [PATCH v2 1/3] lib/percpu-list: Per-cpu list with associated per-cpu locks
` [PATCH v2 2/3] vfs: Refactor sb->s_inodes iteration functions
` [PATCH v2 3/3] vfs: Use per-cpu list for superblock's inode list

RichACLs man-pages review
 2016-02-23 19:01 UTC  (14+ messages)
` richacl(7) man page review comments

[PATCH] staging/lustre: proper support of NFS anonymous dentries
 2016-02-23  2:34 UTC  (3+ messages)

[PATCH 1/2] vfs: make sure struct filename->iname is word-aligned
 2016-02-22 23:59 UTC  (5+ messages)

[PATCH] fs: crypto: add CONFIG_BLOCK dependency
 2016-02-22 21:51 UTC 

ubifs+overlayfs
 2016-02-22 20:44 UTC  (5+ messages)

[PATCH v4 0/5] DAX fixes, move flushing calls to FS
 2016-02-22 18:59 UTC  (6+ messages)
` [PATCH v4 1/5] block: disable block device DAX by default
` [PATCH v4 2/5] ext2, ext4: only set S_DAX for regular inodes
` [PATCH v4 3/5] ext4: Online defrag not supported with DAX
` [PATCH v4 4/5] dax: give DAX clearing code correct bdev
` [PATCH v4 5/5] dax: move writeback calls into the filesystems

[PATCH] f2fs: remain last victim segment number ascending order
 2016-02-22 17:44 UTC 

selective block polling and preadv2/pwritev2 revisited V2
 2016-02-22 17:07 UTC  (8+ messages)
` [PATCH 1/7] vfs: pass a flags argument to vfs_readv/vfs_writev
` [PATCH 2/7] vfs: vfs: Define new syscalls preadv2,pwritev2
` [PATCH 3/7] x86: wire up preadv2 and pwritev2
` [PATCH 4/7] vfs: add the RWF_HIPRI flag for preadv2/pwritev2
` [PATCH 5/7] direct-io: only use block polling if explicitly requested
` [PATCH 6/7] blk-mq: enable polling support by default
` [PATCH 7/7] block, directio: set a REQ_POLL flag when submitting polled bios

[PATCH] overlayfs: Ensure upper filesystem supports d_type
 2016-02-22 14:28 UTC 

[PATCH 0/3 v2] Q_GETNEXTQUOTA support
 2016-02-22  8:01 UTC  (6+ messages)
` [PATCH 1/3] quota: Add support for ->get_nextdqblk() for VFS quota

xfs trace in 4.4.2
 2016-02-20 18:02 UTC  (3+ messages)

[git pull] vfs.git fixes for -rc5
 2016-02-20  9:14 UTC 

orangefs d_revalidate
 2016-02-19 22:41 UTC 

[RFC PATCH 0/2] vfs: Use per-cpu list for SB's s_inodes list
 2016-02-19 21:04 UTC  (3+ messages)

[PATCH][RESEND] fdinfo: handle large fdinfo buffers
 2016-02-19 20:10 UTC 

[PATCH 0/5] Fix races & improve the radix tree iterator patterns
 2016-02-19 18:02 UTC  (3+ messages)
` [PATCH 4/5] mm: Use radix_tree_iter_retry()

[PATCH v7 0/2] improve sync efficiency with sb inode wb list
 2016-02-19 16:15 UTC  (2+ messages)

[PATCH] vfs: forbid write access when reading a file into memory
 2016-02-19 13:39 UTC  (3+ messages)

[PATCH] vfs: show_vfsstat: do not ignore errors from show_devname method
 2016-02-19  1:56 UTC  (4+ messages)
` [RESEND PATCH] "
  ` [RESEND v2 "
    ` [RESEND v3 "

[PATCH 0/2] fix RLIMIT_CORE accounting for sparse dumps
 2016-02-19  0:32 UTC  (3+ messages)
` [PATCH 1/2] coredump: get rid of coredump_params->written
` [PATCH 2/2] coredump: only charge written data against RLIMIT_CORE

[PATCH] bugfix of access a invalid addr
 2016-02-18 22:35 UTC  (2+ messages)

[LSF/MM ATTEND] attendence request
 2016-02-18 19:32 UTC 

[PATCH] f2fs: set flush_merge by default
 2016-02-18 18:51 UTC 

[Lsf-pc] [LSF/MM TOPIC] multi-stream IO hint implementation proposal for LSF/MM 2016
 2016-02-18 10:21 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).