Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-18 17:45:33 to 2015-02-25 23:41:38 UTC [more...]

[RFC 00/21] Richacls
 2015-02-25 23:41 UTC  (16+ messages)
` [RFC 01/21] vfs: Minor documentation fix
` [RFC 02/21] vfs: Shrink struct posix_acl
` [RFC 03/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC 04/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC 05/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC 06/21] vfs: Make the inode passed to inode_change_ok non-const
` [RFC 08/21] richacl: In-memory representation and helper functions
` [RFC 10/21] richacl: Compute maximum file masks from an acl
` [RFC 11/21] richacl: Update the file masks in chmod()
` [RFC 12/21] richacl: Permission check algorithm
  ` [RFC 13/21] richacl: Create-time inheritance
` [RFC 14/21] richacl: Check if an acl is equivalent to a file mode
` [RFC 15/21] richacl: Automatic Inheritance
` [RFC 16/21] richacl: xattr mapping functions
` [RFC 17/21] vfs: Cache base_acl objects in inodes

ramdisk problems in 4.0-rc1? (was Re: [PATCH 1/4] xfs/104: log size too small for 4k sector drives)
 2015-02-25 23:31 UTC  (2+ messages)

[RFC 00/21] Richacls
 2015-02-25 23:31 UTC 

[PATCH 1/2] f2fs: remove obsolete code
 2015-02-25 21:47 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid wrong error during recovery

[patch] hfsplus: add missing curly braces in hfsplus_delete_cat()
 2015-02-25 18:50 UTC  (8+ messages)

[RFC] split struct kiocb
 2015-02-25 17:13 UTC  (21+ messages)
` [PATCH 01/12] new helper: dup_iter()
` [PATCH 02/12] move iov_iter.c from mm/ to lib/
` [PATCH 03/12] gadget/function/f_fs.c: close leaks
` [PATCH 04/12] gadget/function/f_fs.c: use put iov_iter into io_data
` [PATCH 05/12] gadget/function/f_fs.c: switch to ->{read,write}_iter()
` [PATCH 06/12] gadgetfs: use-after-free in ->aio_read()
` [PATCH 07/12] gadget: switch ep_io_operations to ->read_iter/->write_iter
` [PATCH 08/12] fs: remove ki_nbytes
` [PATCH 09/12] fuse: handle synchronous iocbs internally
` [PATCH 10/12] fs: don't allow to complete sync iocbs through aio_complete
` [PATCH 11/12] fs: split generic and aio kiocb
` [PATCH 12/12] fs: move struct kiocb to fs.h

[PATCH v3 0/3] epoll: introduce round robin wakeup mode
 2015-02-25 16:27 UTC  (6+ messages)
` [PATCH v3 1/3] sched/wait: add __wake_up_rotate()
` [PATCH v3 2/3] epoll: restrict wakeups to the overflow list
` [PATCH v3 3/3] epoll: Add EPOLL_ROTATE mode

Lazytime feature bugs
 2015-02-25 16:25 UTC  (5+ messages)

[PATCH v2 0/2] Add epoll round robin wakeup mode
 2015-02-25 15:48 UTC  (13+ messages)
` [PATCH v2 2/2] epoll: introduce EPOLLEXCLUSIVE and EPOLLROUNDROBIN

[PATCH] vfs: avoid recopying filename in getname_flags
 2015-02-25 12:31 UTC 

[PATCH v10 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-02-25  4:15 UTC  (15+ messages)
` [PATCH v10 3/12] ext4: Add support "
` [PATCH v10 4/12] xfsprog: xfsio: update xfs_io manpage for FALLOC_FL_INSERT_RANGE
` [PATCH v10 5/12] xfstests: generic/058: Standard insert range tests
  ` [PATCH v10 1/12] fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
  ` [PATCH v10 2/12] xfs: "
  ` [PATCH v10 6/12] xfstests: generic/060: Delayed allocation insert range
` [PATCH v10 7/12] xfstests: generic/061: Multi insert range tests
` [PATCH v10 8/12] xfstests: generic/063: Delayed allocation multi insert
` [PATCH v10 9/12] xfstests: generic/064: Test multiple fallocate insert/collapse range calls
` [PATCH v10 10/12] xfstests: fsstress: Add fallocate insert range operation
` [PATCH v10 11/12] xfstests: fsx: "
` [PATCH v10 12/12] manpage: update FALLOC_FL_INSERT_RANGE flag in fallocate

[PATCH RFC v3 0/7] epoll: Introduce new syscalls, epoll_ctl_batch and epoll_pwait1
 2015-02-25  3:30 UTC  (5+ messages)

[PATCH] dcache: return -ESTALE not -EBUSY on distributed fs race
 2015-02-24 21:22 UTC  (3+ messages)

[RFC v1 0/5] fs/locks: Use plain percpu spinlocks instead of lglock to protect file_lock
 2015-02-24 21:06 UTC  (9+ messages)
` [RFC v1 1/5] locks: Remove unnecessary IS_POSIX test
` [RFC v1 2/5] locks: Split insert/delete block functions into flock/posix parts
` [RFC v1 3/5] seq_file: Add percpu seq_hlist helpers with locking iterators
` [RFC v1 4/5] locks: Use percpu spinlocks to protect file_lock_list
` [RFC v1 5/5] locks: Use blocked_lock_lock only to protect blocked_hash

[PATCH] binfmt_misc: simplify entry_status()
 2015-02-24 16:27 UTC 

[PATCH] fs: avoid locking sb_lock in grab_super_passive()
 2015-02-24 10:41 UTC  (7+ messages)

Bug 93651 - access to /proc/<pid> of a process does hang
 2015-02-24  8:46 UTC  (2+ messages)

fs: dax: do not build on ARC or SH
 2015-02-23 22:15 UTC  (6+ messages)

[PATCH] NFS: fix BUG() crash in notify_change() with patch to chown_common()
 2015-02-23 20:54 UTC 

Documenting MS_LAZYTIME
 2015-02-23 16:24 UTC  (9+ messages)

[LSF/MM TOPIC] Filesystem namespaces and uid/gid/lsm remapping
 2015-02-23 16:16 UTC  (11+ messages)
  ` [Lsf-pc] "

[Linux-v3.19-9526-ga135c717d5cd + vfs.git] blk_update_request: I/O error, dev loop0
 2015-02-23  7:16 UTC  (9+ messages)

[git pull] more vfs bits
 2015-02-22 20:10 UTC  (29+ messages)
                ` [git pull] more vfs bits, updated

[PATCH] proc: get a reference to the owning module when opening file
 2015-02-22 15:46 UTC  (4+ messages)

[PATCH] mount_union.py: Filesystem type for overlayfs changed
 2015-02-22 15:27 UTC 

[PATCH] devpts: Add ptmx_uid and ptmx_gid options
 2015-02-21  1:04 UTC 

[RFC v0 0/1] fs/locks: Use plain percpu spinlocks instead of lglock to protect file_lock
 2015-02-20 14:33 UTC  (4+ messages)
` [RFC v0 1/1] "

How to handle TIF_MEMDIE stalls?
 2015-02-20 13:37 UTC  (8+ messages)

[PATCH] fs: record task name which froze superblock
 2015-02-20 12:15 UTC  (6+ messages)

fs: hfsplus: use after free in
 2015-02-20 10:14 UTC 

How to handle TIF_MEMDIE stalls?
 2015-02-20  8:26 UTC  (6+ messages)

Documenting RENAME_WHITEOUT
 2015-02-20  7:11 UTC  (2+ messages)

[PATCH v0 0/2] lease testsn
 2015-02-19 21:06 UTC  (4+ messages)
` [PATCH v0 1/2] lease01: add new "lease01" test
` [PATCH v0 2/2] lease02: add new "lease02" test

[ANNOUNCE] util-linux v2.26
 2015-02-19 12:55 UTC 

[GIT PULL] multi-layer support for overlay filesystem
 2015-02-19  7:42 UTC  (3+ messages)

commit "usb: gadget: ffs: add eventfd notification about ffs events"
 2015-02-19  6:35 UTC  (2+ messages)

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

[PATCH] ASLR: fix stack randomization on 64-bit systems
 2015-02-18 20:26 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).