linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-09 18:11:06 to 2015-01-14 20:17:10 UTC [more...]

[PATCH v8 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-14 20:17 UTC  (14+ messages)
` [PATCH v8 1/11] fs: Add support "
` [PATCH v8 2/11] xfs: "
` [PATCH v8 3/11] ext4: "
` [PATCH v8 4/11] xfsprogs: xfs_io: add finsert command for insert range
` [PATCH v8 5/11] xfstests: generic/039: Standard insert range tests
` [PATCH v8 6/11] xfstests: generic/040: Delayed allocation insert range
` [PATCH v8 7/11] xfstests: generic/041: Multi insert range tests
` [PATCH v8 8/11] xfstests: generic/042: Delayed allocation multi insert
` [PATCH v8 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
` [PATCH v8 10/11] xfstests: fsstress: Add fallocate insert range operation
` [PATCH v8 11/11] xfstests: fsx: "

[ANNOUNCE] util-linux v2.26-rc1
 2015-01-14 19:46 UTC 

[PATCH 0/4] Quota cleanups
 2015-01-14 18:27 UTC  (5+ messages)
` [PATCH 1/4] quota: Don't store flags for v2 quota format
` [PATCH 2/4] ocfs2: Move OLQF_CLEAN flag out of generic quota flags
` [PATCH 3/4] quota: Cleanup flags definitions
` [PATCH 4/4] quota: Verify flags passed to Q_SETINFO

[LSF/MM ATTEND] Richacls
 2015-01-14 17:21 UTC  (25+ messages)
    ` [Lsf-pc] "

fs: locks: WARNING: CPU: 16 PID: 4296 at fs/locks.c:236 locks_free_lock_context+0x10d/0x240()
 2015-01-14 14:27 UTC  (7+ messages)

backing_dev_info cleanups & lifetime rule fixes V2
 2015-01-14 14:05 UTC  (23+ messages)
` [PATCH 01/12] fs: deduplicate noop_backing_dev_info
` [PATCH 02/12] fs: kill BDI_CAP_SWAP_BACKED
` [PATCH 03/12] fs: introduce f_op->mmap_capabilities for nommu mmap support
` [PATCH 04/12] block_dev: only write bdev inode on close
` [PATCH 05/12] block_dev: get bdev inode bdi directly from the block device
` [PATCH 06/12] nilfs2: set up s_bdi like the generic mount_bdev code
` [PATCH 07/12] fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
` [PATCH 08/12] fs: remove mapping->backing_dev_info
  ` [PATCH 09/12] ceph: remove call to bdi_unregister
` [PATCH 10/12] nfs: don't call bdi_unregister
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info
` [PATCH 12/12] fs: remove default_backing_dev_info

[GIT PULL] please pull file-locking related bugfix for v3.19 (and v3.18 stable)
 2015-01-14 12:46 UTC 

a simple and scalable pNFS block layout server
 2015-01-14 10:08 UTC  (21+ messages)
` [PATCH 03/18] nfsd: factor out a helper to decode nfstime4 values
` [PATCH 09/18] nfsd: implement pNFS operations
` [PATCH 14/18] nfsd: pNFS block layout driver
` [PATCH 17/18] xfs: implement pnfs export operations

[LSF/MM ATTEND] Btrfs and filesystems in general
 2015-01-14 10:00 UTC 

nvme patches?
 2015-01-14  9:17 UTC  (2+ messages)

[PATCH] hostfs: Use noop_fsync for directories
 2015-01-14  8:43 UTC  (5+ messages)

[PATCH -mm] fs: shrinker: always scan at least one object of each type
 2015-01-14  7:36 UTC  (3+ messages)

[PATCH v2 0/5] clean up and generalize swap-over-NFS
 2015-01-14  3:18 UTC  (2+ messages)

[PATCH 1/2] f2fs: avoid infinite loop on cp_error
 2015-01-14  0:33 UTC  (2+ messages)
` [PATCH 2/2] f2fs: update memory footprint information

[Lsf-pc] [LSF/MM TOPIC] - SMR Modifications to EXT4 (and other generic file systems)
 2015-01-13 23:26 UTC  (5+ messages)
`  "

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2015-01-13 22:47 UTC  (33+ messages)
` [PATCH v12 03/20] mm: Fix XIP fault vs truncate race
` [PATCH v12 04/20] mm: Allow page fault handlers to perform the COW
` [PATCH v12 06/20] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v12 07/20] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v12 08/20] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v12 09/20] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v12 10/20] dax: Replace XIP documentation with DAX documentation
` [PATCH v12 18/20] dax: Add dax_zero_page_range
        ` pread2/ pwrite2

[LSF/MM TOPIC] [ATTEND] [RESEND] Generic defragmentation strategies
 2015-01-13 19:30 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH] VFS: Convert file->f_dentry->d_inode to file_inode() [ver #2]
 2015-01-13 17:57 UTC 

[PATCH] VFS: Convert file->f_dentry->d_inode to file_inode()
 2015-01-13 17:51 UTC  (4+ messages)

[LSF/MM TOPIC] Working towards better power fail testing
 2015-01-13 17:17 UTC  (3+ messages)

[PATCH RFC] fs/aio: fix sleeping while TASK_INTERRUPTIBLE
 2015-01-13 16:20 UTC  (3+ messages)

[PATCH v2 1/4] aio: add aio_kernel_() interface
 2015-01-13 15:44 UTC  (2+ messages)
` [PATCH v2 2/4] fd/direct-io: introduce should_dirty for kernel aio

[LSF/MM ATTEND] Generic defragmentation strategies
 2015-01-13 12:24 UTC 

[PATCH] locks: fix NULL-deref in generic_delete_lease
 2015-01-13 12:04 UTC  (2+ messages)

[LSF/MM ATTEND] simplifying block layer & rewriting direct IO etc
 2015-01-13 11:19 UTC 

[PATCH] fs: namespace: Simplify function commit_tree()
 2015-01-13  5:33 UTC  (3+ messages)

[PATCH v2 00/17] locks: internal lease API overhaul
 2015-01-13  2:14 UTC  (5+ messages)
` [PATCH v2 05/17] locks: generic_delete_lease doesn't need a file_lock at all

[RFC PATCH 0/5] Overhaul the audit filename handling
 2015-01-12 21:03 UTC  (2+ messages)

[PATCH RESEND] nfs: prevent truncate on active swapfile
 2015-01-12 19:43 UTC  (3+ messages)

[RFC PATCH 0/6] xfs: truncate vs page fault IO exclusion
 2015-01-12 17:42 UTC  (3+ messages)

[v8 0/5] ext4: add project quota support
 2015-01-12 17:01 UTC  (7+ messages)
` [v8 2/5] ext4: adds project ID support

Can one file system be R/W mounted multiple times in Linux?
 2015-01-12 16:47 UTC  (10+ messages)

[LSF/MM ATTEND] all things local fs
 2015-01-12 16:16 UTC 

[ATTEND] Filesystem topics
 2015-01-12 14:57 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH 0/3] epoll: Add epoll_pwait1 syscall
 2015-01-12 13:23 UTC  (11+ messages)

backing_dev_info cleanups & lifetime rule fixes
 2015-01-12 12:36 UTC  (23+ messages)
` [PATCH 01/12] fs: deduplicate noop_backing_dev_info
` [PATCH 02/12] fs: kill BDI_CAP_SWAP_BACKED
` [PATCH 03/12] fs: introduce f_op->mmap_capabilities for nommu mmap support
` [PATCH 04/12] block_dev: only write bdev inode on close
` [PATCH 05/12] block_dev: get bdev inode bdi directly from the block device
` [PATCH 06/12] nilfs2: set up s_bdi like the generic mount_bdev code
` [PATCH 07/12] fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
` [PATCH 08/12] fs: remove mapping->backing_dev_info
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info
` [PATCH 12/12] fs: remove default_backing_dev_info

[PATCH v2 8/9] fs: use helper bio_add_page() instead of open coding on bi_io_vec
 2015-01-12 11:49 UTC 

[PATCH v2 6/7] fs: make _submit_bh consistent with generic bio chaining
 2015-01-12 11:44 UTC 

[PATCHSET 0/4 v4] brd: partition fixes
 2015-01-11  9:30 UTC  (3+ messages)

[PATCH review 0/11 Call for testing and review of mount detach fixes (take 2)
 2015-01-11  2:50 UTC  (16+ messages)
` [PATCH review 11/11] mnt: Honor MNT_LOCKED when detaching mounts

[PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
 2015-01-10 16:51 UTC  (8+ messages)

[PATCHSET RFC block/for-next] writeback: cgroup writeback support
 2015-01-10 16:05 UTC  (9+ messages)

[PATCH] f2fs: add adaptive ssr/ipu policy as valid blocks in dirty segments
 2015-01-10  0:56 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH 0/4] uio hotplug support
 2015-01-09 23:45 UTC  (5+ messages)
` [PATCH 1/4] staging: uio: Simplify the lifetime logic of struct uio_device

[RFC][PATCH] fstests: add dm-log-writes test and supporting code
 2015-01-09 22:18 UTC 

[PATCH] libata: Whitelist SSDs that are known to properly return zeroes after TRIM
 2015-01-09 21:39 UTC  (5+ messages)

[PATCH] ovl: Fix condition check for workdir
 2015-01-09 18:11 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).