linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-15 19:57:32 to 2012-04-19 19:20:18 UTC [more...]

[PATCH, RFC 0/3] Introduce new O_HOT and O_COLD flags
 2012-04-19 19:20 UTC  (4+ messages)
` [PATCH, RFC 1/3] fs: add new open flags O_HOT and O_COLD
` [PATCH, RFC 2/3] fs: propagate the open_flags structure down to the low-level fs's create()
` [PATCH, RFC 3/3] ext4: use the O_HOT and O_COLD open flags to influence inode allocation

Integrated IO controller for buffered+direct writes
 2012-04-19 19:12 UTC  (2+ messages)

[RFC] writeback and cgroup
 2012-04-19 18:31 UTC  (33+ messages)
              ` [Lsf] "

[PATCH 0/6] Extended file stat system call
 2012-04-19 17:11 UTC  (12+ messages)
` [PATCH 3/6] xstat: AFS: Return extended attributes
` [PATCH 4/6] xstat: NFS: "
` [PATCH 5/6] xstat: CIFS: "
  ` [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available
  ` [PATCH 2/6] xstat: Ext4: Return extended attributes
  ` [PATCH 6/6] xstat: eCryptFS: "

[PATCH 0/7, v3] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
 2012-04-19 15:04 UTC  (6+ messages)
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests

[git pull] vfs and fs fixes
 2012-04-19 14:50 UTC  (17+ messages)

[PATCH] fs: eventfd - Removed redundant initialization of res in BLOCKing mode
 2012-04-19 14:34 UTC 

[PATCH] fs: print warning when mount flags was ignored
 2012-04-19 11:49 UTC  (3+ messages)

[REGRESSION] NFSv4: open(O_TRUNC) hangs
 2012-04-19 11:27 UTC  (5+ messages)

[RFC][PATCH 0/3] add FALLOC_FL_NO_HIDE_STALE flag in fallocate
 2012-04-18 23:37 UTC  (26+ messages)
` [RFC][PATCH 1/3] vfs: "
` [RFC][PATCH 2/3] vfs: add security check for _NO_HIDE_STALE flag
` [RFC][PATCH 3/3] ext4: add FALLOC_FL_NO_HIDE_STALE support

[PULL REQUEST] : ima-appraisal patches
 2012-04-18 20:56 UTC  (5+ messages)

[REVIEW][PATCH 0/43] Completing the user namespace
 2012-04-18 19:10 UTC  (37+ messages)
` [PATCH 16/43] userns: Simplify the user_namespace by making userns->creator a kuid
` [PATCH 17/43] userns: Rework the user_namespace adding uid/gid mapping support
` [PATCH 18/43] userns: Convert group_info values from gid_t to kgid_t
` [PATCH 19/43] userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
` [PATCH 20/43] userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
` [PATCH 21/43] userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
` [PATCH 22/43] userns: Convert capabilities related permsion checks
` [PATCH 24/43] userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
` [PATCH 25/43] userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
` [PATCH 26/43] userns: Convert in_group_p and in_egroup_p to use kgid_t
` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
` [PATCH 28/43] userns: Convert user specfied uids and gids in chown into kuids and kgid
` [PATCH 29/43] userns: Convert stat to return values mapped from kuids and kgids
` [PATCH 30/43] userns: Fail exec for suid and sgid binaries with ids outside our user namespace
` [PATCH 31/43] userns: Teach inode_capable to understand inodes whose uids map to other namespaces
` [PATCH 32/43] userns: signal remove unnecessary map_cred_ns
` [PATCH 33/43] userns: Convert binary formats to use kuid/kgid where appropriate

osd_req_encode_op() breakage?
 2012-04-18 15:56 UTC  (4+ messages)
` [PATCH] ceph: osd_client: fix endianness bug in osd_req_encode_op()

[PATCH RFC] vfs: make fstatat retry on ESTALE errors from getattr call
 2012-04-18 15:16 UTC  (40+ messages)
` [PATCH RFC v2] "
  ` [PATCH RFC v3] vfs: make fstatat retry once "

[GIT PULL] fuse updates for 3.4
 2012-04-18 14:23 UTC 

[PATCH 00/19 v5] Fix filesystem freezing deadlocks
 2012-04-18  0:46 UTC  (41+ messages)
` [PATCH 01/27] fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()
` [PATCH 02/27] fs: Push file_update_time() into __block_page_mkwrite()
` [PATCH 03/27] ceph: Push file_update_time() into ceph_page_mkwrite()
` [PATCH 04/27] 9p: Push file_update_time() into v9fs_vm_page_mkwrite()
` [PATCH 05/27] gfs2: Push file_update_time() into gfs2_page_mkwrite()
` [PATCH 06/27] sysfs: Push file_update_time() into bin_page_mkwrite()
` [PATCH 07/27] mm: Update file times from fault path only if .page_mkwrite is not set
` [PATCH 08/27] mm: Make default vm_ops provide ->page_mkwrite handler
` [PATCH 09/27] fs: Push mnt_want_write() outside of i_mutex
` [PATCH 10/27] fat: "
` [PATCH 11/27] btrfs: "
` [PATCH 12/27] nfsd: "
` [PATCH 13/27] fs: Improve filesystem freezing handling
` [PATCH 14/27] fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
` [PATCH 15/27] fs: Skip atime update on frozen filesystem
` [PATCH 16/27] fs: Protect write paths by sb_start_write - sb_end_write
` [PATCH 17/27] ext4: Convert to new freezing mechanism
` [PATCH 18/27] xfs: Convert to new freezing code
` [PATCH 19/27] ocfs2: Convert to new freezing mechanism
` [PATCH 20/27] gfs2: "
` [PATCH 22/27] ntfs: "
` [PATCH 23/27] nilfs2: "
` [PATCH 24/27] btrfs: "
` [PATCH 25/27] fs: Remove old "
` [PATCH 26/27] fs: Refuse to freeze filesystem with open but unlinked files
` [PATCH 27/27] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs
  ` [PATCH 21/27] fuse: Convert to new freezing mechanism

[PATCH] fs: fix inode.c kernel-doc warnings
 2012-04-18  0:11 UTC  (2+ messages)

[PATCH] nextfd(2)
 2012-04-17 18:12 UTC  (13+ messages)

[PATCH] fs/bio: fix checkpatch errors
 2012-04-17 15:12 UTC 

[RFC]jbd2: use GFP_NOFS for blkdev_issue_flush
 2012-04-17  9:58 UTC  (3+ messages)

[PATCH V4 00/22] ext4: Add inline data support
 2012-04-17  3:55 UTC  (5+ messages)
` [PATCH V4 01/22] ext4: Move extra inode read to a new function
  ` [PATCH V4 17/22] ext4: let empty_dir handle inline dir

TRANSFER INFORMATION!
 2012-04-17  1:26 UTC 

[PATCH V2] hfsplus: Fix bless ioctl when used with hardlinks
 2012-04-16 20:57 UTC 

exofs/ore: allocation of _ore_get_io_state()
 2012-04-16 14:53 UTC 

Is this enough for us to have triple-parity RAID?
 2012-04-16 12:55 UTC 


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