linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-03 15:29:22 to 2013-03-12 20:00:36 UTC [more...]

[PATCH 00/13] overlay filesystem: request for inclusion (v16)
 2013-03-12 20:00 UTC  (17+ messages)
` [PATCH 01/13] vfs-add-i_op-dentry_open
` [PATCH 02/13] vfs-export-do_splice_direct-to-modules
` [PATCH 03/13] vfs-introduce-clone_private_mount
` [PATCH 04/13] overlay filesystem
` [PATCH 05/13] overlayfs-add-statfs-support
` [PATCH 06/13] overlayfs-implement-show_options
` [PATCH 07/13] overlay-overlay-filesystem-documentation
` [PATCH 08/13] fs-limit-filesystem-stacking-depth
` [PATCH 09/13] overlayfs-fix-possible-leak-in-ovl_new_inode
` [PATCH 10/13] overlayfs-create-new-inode-in-ovl_link
` [PATCH 11/13] vfs-export-inode_permission-to-modules
` [PATCH 12/13] ovl-switch-to-inode_permission
` [PATCH 13/13] overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode

Status of union-mount?
 2013-03-12 17:19 UTC  (3+ messages)

[PATCH v3 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2013-03-12 12:35 UTC  (31+ messages)
` [PATCH v3 2/7] vfs: Add O_DENYREAD/WRITE flags support for open syscall
` [PATCH v3 3/7] CIFS: Add O_DENY* open flags support
` [PATCH v3 4/7] CIFS: Use NT_CREATE_ANDX command for forcemand mounts
` [PATCH v3 5/7] CIFS: Translate SHARING_VIOLATION to -ETXTBSY error code for SMB2
` [PATCH v3 6/7] NFSv4: Add O_DENY* open flags support
` [PATCH v3 7/7] NFSD: Pass share reservations flags to VFS

JOB OFFER ON DYNAMIC AIRLINE CANADA
 2013-03-12 10:22 UTC 

Re : Urgent Responds Needed !!!
 2013-03-12 10:41 UTC 

[PATCH v3] fat: editions to support fat_fallocate
 2013-03-12  9:38 UTC  (9+ messages)

Better support for (desktop) file search / indexing applications
 2013-03-12  2:55 UTC  (7+ messages)
        ` Fwd: [Nepomuk] "
            `  "

epoll: possible bug from wakeup_source activation
 2013-03-12  0:44 UTC  (13+ messages)
              ` [PATCH] epoll: use RCU protect wakeup_source in epitem

[PATCH] vfs: use list_move instead of list_del/list_add
 2013-03-11 16:10 UTC 

[PATCH 1/2] fs: remove dentry_lru_prune()
 2013-03-11 12:42 UTC 

Hi my Dear
 2013-03-11 12:09 UTC 

New copyfile system call - discuss before LSF?
 2013-03-11  9:31 UTC  (11+ messages)

[PATCH] epoll: fix sparse error on RCU assignment
 2013-03-10 18:23 UTC  (2+ messages)

2013....... Compensation.....You have been granted an award of $200.000,00 USD from Coca Cola Company. Contact Mr.David Moore for further instructions
 2013-03-10 18:08 UTC 

[GIT PULL] namespace bug fixes
 2013-03-09 23:44 UTC 

[PATCH 2/2] fs: fix dentry_lru_prune()
 2013-03-09  9:35 UTC  (6+ messages)

[PATCH] epoll: trim epitem by one cache line on x86_64
 2013-03-09  0:41 UTC  (5+ messages)
      ` [PATCH] epoll: comment + BUILD_BUG_ON to prevent epitem bloat

[PATCH] hfsplus: fix warnings in fs/hfsplus/bfind.c: In function 'hfs_find_1st_rec_by_cnid'
 2013-03-09  0:28 UTC  (5+ messages)

[PATCH V7 -next 00/33] loop: Issue O_DIRECT aio using bio_vec
 2013-03-08 22:52 UTC  (34+ messages)
` [PATCH V7 -next 01/33] iov_iter: move into its own file
` [PATCH V7 -next 02/33] iov_iter: iov_iter_copy_from_user() should use non-atomic copy
` [PATCH V7 -next 03/33] iov_iter: add copy_to_user support
` [PATCH V7 -next 04/33] iov_iter: add __iovec_copy_to_user()
  ` [PATCH V7 -next 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
` [PATCH V7 -next 06/33] iov_iter: hide iovec details behind ops function pointers
` [PATCH V7 -next 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
` [PATCH V7 -next 08/33] iov_iter: add bvec support
` [PATCH V7 -next 09/33] iov_iter: add a shorten call
` [PATCH V7 -next 10/33] iov_iter: let callers extract iovecs and bio_vecs
` [PATCH V7 -next 11/33] dio: Convert direct_IO to use iov_iter
` [PATCH V7 -next 12/33] dio: add bio_vec support to __blockdev_direct_IO()
` [PATCH V7 -next 13/33] fs: pull iov_iter use higher up the stack
` [PATCH V7 -next 14/33] aio: add aio_kernel_() interface
` [PATCH V7 -next 15/33] aio: add aio support for iov_iter arguments
` [PATCH V7 -next 16/33] bio: add bvec_length(), like iov_length()
` [PATCH V7 -next 17/33] loop: use aio to perform io on the underlying file
` [PATCH V7 -next 18/33] fs: create file_readable() and file_writable() functions
` [PATCH V7 -next 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
` [PATCH V7 -next 20/33] fs: add read_iter and write_iter to several file systems
` [PATCH V7 -next 21/33] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
` [PATCH V7 -next 22/33] ext4: add support for read_iter and write_iter
` [PATCH V7 -next 23/33] nfs: add support for read_iter, write_iter
` [PATCH V7 -next 24/33] nfs: simplify swap
` [PATCH V7 -next 25/33] btrfs: add support for read_iter and write_iter
` [PATCH V7 -next 26/33] block_dev: add support for read_iter, write_iter
` [PATCH V7 -next 27/33] xfs: add support for read_iter and write_iter
` [PATCH V7 -next 28/33] gfs2: Convert aio_read/write ops to read/write_iter
` [PATCH V7 -next 29/33] udf: convert file ops from aio_read/write "
` [PATCH V7 -next 30/33] afs: add support for read_iter and write_iter
` [PATCH V7 -next 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
` [PATCH V7 -next 32/33] ubifs: convert file ops from aio_read/write "
` [PATCH V7 -next 33/33] tmpfs: add support for read_iter and write_iter

[PATCH resend v5] fs: imgdafs: Add IMG DAFS filesystem for metag
 2013-03-08 13:02 UTC 

Re-Activate Your Account
 2013-03-08  6:52 UTC 

Re-mounting a non-bind mountpoint with MS_BIND
 2013-03-08  4:34 UTC 

[PATCH 4/5] f2fs: align f2fs maximum name length to linux based filesystem
 2013-03-08  4:15 UTC  (5+ messages)

[PATCH 3/5] f2fs: move f2fs_balance_fs to correct place in unlink
 2013-03-08  4:13 UTC  (5+ messages)

Duplicated LBA request in Block Layer
 2013-03-08  3:31 UTC 

[PATCH] epoll: preserve ordering of events from ovflist
 2013-03-08  1:32 UTC  (5+ messages)
  ` [PATCH 1/2] epoll: hoist out duplicated wake up logic
    ` [PATCH 2/2] epoll: add tracepoints for epitem enqueue/dequeue

mmotm 2013-03-07-15-45 uploaded
 2013-03-07 23:46 UTC 

[jbd2 or mm BUG]: crash while flush JBD2's the pages, that owned Slab flag
 2013-03-07 12:17 UTC  (2+ messages)

[PATCH] block: modify __bio_add_page check to accept pages that don't start a new segment
 2013-03-07 11:23 UTC  (2+ messages)

Fw: GOOD DAY
 2013-03-07  9:16 UTC 

[jbd2 or mm BUG]: crash while flush JBD2's the pages, that owned Slab flag
 2013-03-07  7:55 UTC 

[PATCH] cifs: remove the sockopt= mount option
 2013-03-06 15:24 UTC  (3+ messages)

[PATCH V3 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-03-06 11:29 UTC  (5+ messages)
` [PATCH V3 1/2] mm: hotplug: implement non-movable version of get_user_pages() called get_user_pages_non_movable()

[PATCH review 00/85] userns changes for 9p, afs, ceph, cifs, coda, gfs2, ncpfs, nfs, nfsd, and ocfs2
 2013-03-05 23:43 UTC  (7+ messages)
` [PATCH review 01/85] ceph: Only allow mounts in the initial network namespace
  ` [PATCH review 49/85] sunrpc: Update svcgss xdr handle to rpsec_contect cache

[RFC][PATCH] fs: Limit sys_mount to only loading filesystem modules
 2013-03-05 23:24 UTC  (11+ messages)
            ` [PATCH 0/2] userns bug fixes for v3.9-rc2 for review
                ` [PATCH 1/2] userns: Stop oopsing in key_change_session_keyring
                ` [PATCH 2/2] fs: Limit sys_mount to only request filesystem modules

From Capt: Mohamed Habbash
 2013-03-05 18:15 UTC 

[PATCH v3 2/3] hfsplus: add implementation of the ACLs support
 2013-03-05 16:32 UTC  (4+ messages)

[PATCH 00/10] xfstests: Stress tests improments v5
 2013-03-04 23:44 UTC  (11+ messages)
` [PATCH 09/10] xfstest: add defragmentation stress tests for ext4
` [PATCH 10/10] xfstests: add disk failure simulation test

[PATCH] Do not check ocfs2
 2013-03-04 22:57 UTC  (12+ messages)

[PATCH v3 resend] procfs: Improve Scaling in proc
 2013-03-04 22:00 UTC  (4+ messages)

[PATCH] xfs: Fix possible truncation of log data in xlog_bread_noalign()
 2013-03-04 21:03 UTC  (11+ messages)

[LSF/MM TOPIC][ATTEND] Improving async io, specifically io_submit latencies
 2013-03-04 19:55 UTC  (3+ messages)

[PATCH v4] procfs: Improve Scaling in proc
 2013-03-04 19:49 UTC  (2+ messages)
` [PATCH v5] "

[OCFS2] Crash at o2net_shutdown_sc()
 2013-03-04 18:56 UTC  (4+ messages)
` [Ocfs2-users] "

[PATCH v7 7/7] Documentation: update nfs option in filesystem/vfat.txt
 2013-03-04 12:44 UTC  (2+ messages)

[PATCH v7 0/7] fat (exportfs): support stale_rw and nostale_ro mount option
 2013-03-04  7:23 UTC  (3+ messages)

[LSF/MM TOPIC][ATTEND] Btrfs Over reservation
 2013-03-04  7:19 UTC 

security_inode_init_security() inode field requirements
 2013-03-03 19:12 UTC  (2+ messages)

[git pull] more vfs bits
 2013-03-03 16:04 UTC 

[PATCH v2 2/3] hfsplus: add implementation of the ACLs support
 2013-03-03 16:47 UTC  (4+ messages)

[PATCH v3 3/3] hfsplus: integrate of implemented ACLs support into driver
 2013-03-03 15:29 UTC 

[PATCH v3 1/3] hfsplus: add all necessary declarations for ACLs support
 2013-03-03 15:29 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).