Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-10 19:16:58 to 2015-02-18 17:45:33 UTC [more...]

[PATCH v2 0/2] Add epoll round robin wakeup mode
 2015-02-18 17:45 UTC  (12+ messages)
` [PATCH v2 1/2] sched/wait: add "
` [PATCH v2 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN

commit "usb: gadget: ffs: add eventfd notification about ffs events"
 2015-02-18 17:36 UTC 

[PATCH 0/8 v5] quota: Unify VFS and XFS quota interfaces
 2015-02-18 17:20 UTC  (17+ messages)
` [PATCH 1/8] quota: Make VFS quotas use new interface for getting quota info
` [PATCH 2/8] quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
` [PATCH 3/8] xfs: Convert to using ->get_state callback
  ` [Cluster-devel] "
` [PATCH 4/8] gfs2: "
  ` [Cluster-devel] "
` [PATCH 5/8] quota: Remove ->get_xstate and ->get_xstatev callbacks
` [PATCH 6/8] quota: Make ->set_info use structure with neccesary info to VFS and XFS
  ` [Cluster-devel] "
` [PATCH 7/8] xfs: Add support for Q_SETINFO
  ` [Cluster-devel] "
` [PATCH 8/8] quota: Hook up Q_XSETQLIM for id 0 to ->set_info
  ` [Cluster-devel] "

[GIT PULL] please pull file-locking related changes for v3.20 (pile #2)
 2015-02-18 16:19 UTC  (5+ messages)

[PATCH] dcache: return -ESTALE not -EBUSY on distributed fs race
 2015-02-18 15:03 UTC  (2+ messages)

How to handle TIF_MEMDIE stalls?
 2015-02-18 14:25 UTC  (4+ messages)

Lazytime feature bugs
 2015-02-18 13:19 UTC 

[PATCH] coredump: Fix typo in comment
 2015-02-18 12:28 UTC  (3+ messages)

[GIT PULL] multi-layer support for overlay filesystem
 2015-02-18 10:59 UTC  (2+ messages)

[PATCH] fs: record task name which froze superblock
 2015-02-18 10:18 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] ASLR: fix stack randomization on 64-bit systems
 2015-02-18  9:15 UTC  (4+ messages)

[PATCH] locks: fix list insertion when lock is split in two
 2015-02-18  0:55 UTC 

[PATCH 0/4] locks: flock and lease related bugfixes, and remove i_flctx counters
 2015-02-17 22:29 UTC  (14+ messages)
` [PATCH 1/4] Revert "locks: keep a count of locks on the flctx lists"
` [PATCH 2/4] locks: remove conditional lock release in middle of flock_lock_file
` [PATCH 3/4] locks: when upgrading, don't remove old flock lock until replacing with new one
` [PATCH 4/4] locks: only remove leases associated with the file being closed

[PATCH] Add myself (Bob Peterson) as a maintainer of GFS2
 2015-02-17 21:06 UTC  (5+ messages)
  ` [Cluster-devel] "

[GIT PULL] please pull file-locking related changes for v3.20
 2015-02-17 20:17 UTC  (17+ messages)

[PATCH] proc: get a reference to the owning module when opening file
 2015-02-17 20:14 UTC  (2+ messages)

[git pull] lazytime stuff
 2015-02-17 17:42 UTC 

[git pull] iov_iter primitives
 2015-02-17 17:40 UTC 

[git pull] getname/putname stuff
 2015-02-17 17:34 UTC 

[git pull] debugfs stuff
 2015-02-17 17:29 UTC 

[git pull] vfs.git part 1
 2015-02-17 17:15 UTC 

[PATCH] fs/binfmt_som: Drop kernel support for HP-UX SOM binaries
 2015-02-17 15:11 UTC 

[PATCH v10 11/12] xfstests: fsx: Add fallocate insert range operation
 2015-02-17  9:22 UTC 

[PATCH v10 2/12] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-17  9:22 UTC 

[PATCH v10 1/12] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-17  9:22 UTC 

[PATCH RESEND 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-17  1:49 UTC  (21+ messages)
` [PATCH RESEND 1/12] fs: Add support "
` [PATCH RESEND 2/12] xfs: "
` [PATCH RESEND 3/12] ext4: "
  ` [PATCH RESEND 4/12] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
` [PATCH RESEND 5/12] xfstests: generic/042: Standard insert range tests
` [PATCH RESEND 6/12] xfstests: generic/043: Delayed allocation insert range
` [PATCH RESEND 7/12] xfstests: generic/044: Multi insert range tests
` [PATCH RESEND 8/12] xfstests: generic/045: Delayed allocation multi insert
` [PATCH RESEND 9/12] xfstests: generic/046: Test multiple fallocate insert/collapse range calls
` [PATCH RESEND 10/12] xfstests: fsstress: Add fallocate insert range operation
` [PATCH RESEND 11/12] xfstests: fsx: "
` [PATCH RESEND 12/12] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate

[GIT] nfsd changes for 3.20 merge window
 2015-02-16 20:38 UTC  (2+ messages)
` [GIT] nfsd bugfixes "

[RFC PATCH RESEND] vfs: Move security_inode_killpriv() after permission checks
 2015-02-16 19:50 UTC  (2+ messages)

[PATCH] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate
 2015-02-16  9:49 UTC 

[PATCH RFC v3 0/7] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
 2015-02-16  8:12 UTC  (14+ messages)
` [PATCH RFC v3 2/7] epoll: Specify clockid explicitly
` [PATCH RFC v3 3/7] epoll: Extract ep_ctl_do
  ` [PATCH RFC v3 1/7] epoll: Extract epoll_wait_do and epoll_pwait_do
  ` [PATCH RFC v3 4/7] epoll: Add implementation for epoll_ctl_batch
` [PATCH RFC v3 5/7] x86: Hook up epoll_ctl_batch syscall
` [PATCH RFC v3 6/7] epoll: Add implementation for epoll_pwait1
` [PATCH RFC v3 7/7] x86: Hook up epoll_pwait1 syscall

work with
 2015-02-16  6:28 UTC 

[LSF/MM TOPIC] - SMR Modifications to EXT4 (and other generic file systems)
 2015-02-16  5:02 UTC  (5+ messages)

[PATCH 19/20] xfs: implement pNFS export operations
 2015-02-15 23:25 UTC  (14+ messages)

[RFC] test_bit before clear files_struct bits
 2015-02-15  8:27 UTC  (7+ messages)
` [RFC V2] "
  ` [RFC V3] test bit "

er. In the nex
 2015-02-13 23:19 UTC 

[RESEND] [PATCH] block: create ioctl to discard-or-zeroout a range of blocks
 2015-02-13  8:51 UTC  (2+ messages)

[GIT PULL] f2fs updates for v3.20
 2015-02-12 21:56 UTC 

[PATCH v2] quota: reorder flags in quota state
 2015-02-12 16:42 UTC  (2+ messages)

[PATCH 1/2] quota: reorder flags in quota state
 2015-02-12 15:46 UTC  (6+ messages)
` [PATCH 2/2] quota: merge sb->s_quota_types into sb->s_dquot.flags

[PATCH] quota: paranoia: check quota tree root
 2015-02-12 14:04 UTC  (2+ messages)

[PATCH] quota: optimize i_dquot access
 2015-02-12 14:03 UTC  (2+ messages)

[PATCH 1/1] export symbol kobject_move()
 2015-02-12 10:47 UTC  (4+ messages)
` [PATCH 1/1 V2] "

[PATCH 1/2] xfs: introduce a generic shutdown ioctl
 2015-02-12  1:40 UTC  (2+ messages)
` [PATCH 1/2 v2] "

a simple and scalable pNFS block layout server V2
 2015-02-11 22:54 UTC  (10+ messages)
` [PATCH 16/20] xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten

[PATCH] f2fs: fix accessing wrong indexed data blocks
 2015-02-11 20:05 UTC 

shared/032 is broken on Fedora
 2015-02-11 17:36 UTC  (7+ messages)
` [PATCH] fstests: shared/032 handle mkfs.* in either /sbin or /usr/sbin
  ` [PATCH V2] "

[PATCH RFC 1/6] fs: new interface and behavior for file project id
 2015-02-11 15:11 UTC  (6+ messages)
` [PATCH RFC 2/6] quota: adds generic code for enforcing project quota limits
` [PATCH RFC 3/6] quota: mangle statfs result according to project quota usage and limits
` [PATCH RFC 4/6] ext4: add project id support
` [PATCH RFC 5/6] ext4: adds project quota support
` [PATCH RFC 6/6] tools/quota/project_quota: sample tool for early adopters

[RFC] shmem: Add eventfd notification on utlilization level
 2015-02-11 14:50 UTC  (2+ messages)

[PATCH 1/2] f2fs: fix sparse warnings
 2015-02-11  1:25 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid variable length array

[PATCH 1/4] f2fs: check node page contents all the time
 2015-02-10 21:58 UTC  (4+ messages)
` [PATCH 2/4] f2fs: call set_buffer_new for get_block
` [PATCH 3/4] f2fs: introduce macros to convert bytes and blocks in f2fs
` [PATCH 4/4] f2fs: allocate data blocks in advance for f2fs_direct_IO

New ioctl - FSCTL_DUPLICATE_EXTENTS_TO_FILE
 2015-02-10 21:35 UTC  (2+ messages)

Support for filesystems with d_revalidate (NFS)
 2015-02-10 20:28 UTC 

[PATCH 0/2] Add epoll round robin wakeup mode
 2015-02-10 19:32 UTC  (9+ messages)
` [PATCH 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN


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 read-only IMAP folder(s) and NNTP newsgroup(s).