linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-04 15:20:05 to 2015-11-09 11:09:02 UTC [more...]

[PATCH v15 00/22] Richacls (Core and Ext4)
 2015-11-09 11:09 UTC  (22+ messages)
` [PATCH v15 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v15 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v15 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v15 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v15 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v15 06/22] richacl: In-memory representation and helper functions
` [PATCH v15 07/22] richacl: Permission mapping functions
` [PATCH v15 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v15 09/22] richacl: Permission check algorithm
` [PATCH v15 10/22] posix_acl: Unexport acl_by_type and make it static
  ` [PATCH v15 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v15 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v15 13/22] vfs: Cache richacl in struct inode
` [PATCH v15 14/22] richacl: Update the file masks in chmod()
` [PATCH v15 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v15 16/22] richacl: Create-time inheritance
` [PATCH v15 17/22] richacl: Automatic Inheritance
` [PATCH v15 18/22] richacl: xattr mapping functions
` [PATCH v15 19/22] richacl: Add richacl xattr handler
` [PATCH v15 20/22] vfs: Add richacl permission checking
` [PATCH v15 21/22] ext4: Add richacl support

WARNING: CPU: 0 PID: 1 at fs/block_dev.c:58 __blkdev_put+0x16f/0x1b0()
 2015-11-09  9:22 UTC  (2+ messages)

[RESEND RFC PATCH 00/32] separate operations from flags in the bio/request structs
 2015-11-09  4:00 UTC  (42+ messages)
` [PATCH 01/32] block/fs: add REQ_OP definitions
` [PATCH 02/32] block/fs/mm: prepare submit_bio_wait users for bi_rw split
` [PATCH 03/32] dio/btrfs: prep dio->submit_bio "
` [PATCH 04/32] block: prepare blkdev_issue_discard "
` [PATCH 05/32] drbd: prepare drbd "
` [PATCH 06/32] xen blkback: prepare "
` [PATCH 07/32] dm: "
` [PATCH 08/32] target: "
` [PATCH 09/32] btrfs: "
` [PATCH 10/32] f2fs: "
` [PATCH 11/32] gfs2: "
` [PATCH 12/32] xfs: "
` [PATCH 13/32] mm: "
` [PATCH 14/32] block/fs/mm: pass in op and flags to submit_bio
` [PATCH 15/32] btrfs: prepare for bi_rw split
` [PATCH 16/32] block/fs/md: pass in op and flags to submit_bh
` [PATCH 17/32] block: add operation field to bio struct
` [PATCH 18/32] drbd: set bio bi_op to REQ_OP
` [PATCH 19/32] block: add helper to get data dir from op
    ` [dm-devel] "
` [PATCH 20/32] md: set bi_op to REQ_OP
` [PATCH 21/32] bcache: "
` [PATCH 22/32] block/fs/drivers: "
` [PATCH 23/32] block/fs: pass in op and flags to ll_rw_block
` [PATCH 24/32] dm: pass dm stats data dir instead of bi_rw
` [PATCH 25/32] block: add operation field to request struct
` [PATCH 26/32] ide cd: do not set REQ_WRITE on requests
` [PATCH 27/32] cfq/cgroup: pass operation and flags seperately
` [PATCH 28/32] block/fs/drivers: use bio/rq_data_dir helpers
` [PATCH 29/32] block/drivers: rm request cmd_flags REQ_OP use
` [PATCH 30/32] drbd: don't use bi_rw for operations
` [PATCH 31/32] block/fs/driver: rm bio bi_rw REQ_OP use
` [PATCH 32/32] block: remove __REQ op defs and reduce bi_op/bi_rw sizes

Samba server bug: CopyChunk from one share to a different share on same server
 2015-11-09  3:04 UTC 

Samba server bug: CopyChunk from one share to a different share on same server
 2015-11-09  3:03 UTC 

[PATCH] tmpfs: listxattr should include POSIX ACL xattrs
 2015-11-09  0:24 UTC  (2+ messages)

European Union
 2015-11-08 23:59 UTC 

[PATCH v13 00/51] Richacls
 2015-11-08 22:19 UTC  (12+ messages)
` [PATCH v13 10/51] vfs: Cache base_acl objects in inodes
` [PATCH v13 12/51] vfs: Cache richacl in struct inode
` [PATCH v13 45/51] sunrpc: Allow to demand-allocate pages to encode into

[v15 0/4] ext4: add project quota support
 2015-11-08 21:28 UTC  (5+ messages)

[PATCH v10 0/5] Add initial configfs support for IIO
 2015-11-08 15:30 UTC  (7+ messages)
` [PATCH v10 1/5] configfs: Allow dynamic group creation

[PATCH v14 00/22] Richacls (Core and Ext4)
 2015-11-08  8:18 UTC  (33+ messages)
` [PATCH v14 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v14 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v14 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v14 04/22] vfs: Make the inode passed to inode_change_ok non-const
  ` [PATCH v14 05/22] vfs: Add permission flags for setting file attributes
  ` [PATCH v14 06/22] richacl: In-memory representation and helper functions
  ` [PATCH v14 17/22] richacl: Automatic Inheritance
` [PATCH v14 07/22] richacl: Permission mapping functions
` [PATCH v14 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v14 09/22] richacl: Permission check algorithm
` [PATCH v14 10/22] posix_acl: Unexport acl_by_type and make it static
` [PATCH v14 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v14 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v14 13/22] vfs: Cache richacl in struct inode
` [PATCH v14 14/22] richacl: Update the file masks in chmod()
` [PATCH v14 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v14 16/22] richacl: Create-time inheritance
` [PATCH v14 18/22] richacl: xattr mapping functions
` [PATCH v14 19/22] richacl: Add richacl xattr handler
` [PATCH v14 20/22] vfs: Add richacl permission checking
` [PATCH v14 21/22] ext4: Add richacl support
` [PATCH v14 22/22] ext4: Add richacl feature flag

[PATCH v2 00/20] Fix handling of compat_siginfo_t
 2015-11-08  5:09 UTC  (3+ messages)
` [PATCH v2 19/20] signalfd: Fix some issues in signalfd_copyinfo

[PATCH] namei: permit linking with CAP_FOWNER in userns
 2015-11-08  2:02 UTC  (17+ messages)
` [RFC] namei: prevent sgid-hardlinks for unmapped gids

[RFC PATCH 00/32] separate operations from flags in the bio/request structs
 2015-11-07 10:23 UTC  (13+ messages)
` [PATCH 01/32] block/fs: add REQ_OP definitions
` [PATCH 02/32] block/fs/mm: prepare submit_bio_wait users for bi_rw split
` [PATCH 03/32] dio/btrfs: prep dio->submit_bio "
` [PATCH 04/32] block: prepare blkdev_issue_discard "
` [PATCH 05/32] drbd: prepare drbd "
` [PATCH 06/32] xen blkback: prepare "
` [PATCH 07/32] dm: "
` [PATCH 08/32] target: "
` [PATCH 09/32] btrfs: "
` [dm-devel] [RFC PATCH 00/32] separate operations from flags in the bio/request structs

[PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
 2015-11-07  6:44 UTC  (2+ messages)

[PATCH v6] ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs
 2015-11-07  4:35 UTC  (4+ messages)

[PATCH v8 0/4] VFS: In-kernel copy system call
 2015-11-06 21:18 UTC  (6+ messages)
` [PATCH v8 1/4] vfs: add copy_file_range syscall and vfs helper
` [PATCH v8 2/4] x86: add sys_copy_file_range to syscall tables
` [PATCH v8 3/4] btrfs: add .copy_file_range file operation
` [PATCH v8 4/4] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH v8 5/4] copy_file_range.2: New page documenting copy_file_range()

[PATCH] fs: Make sync_file_range(2) use WB_SYNC_NONE writeback
 2015-11-06 20:43 UTC  (5+ messages)

fs: out of bounds on stack in iov_iter_advance
 2015-11-06 16:06 UTC  (10+ messages)

[PATCH] Ext4: Fix extended timestamp encoding and decoding
 2015-11-06 15:58 UTC  (5+ messages)

Deadlock between bind and splice
 2015-11-06 15:42 UTC 

Use-after-free in ep_remove_wait_queue
 2015-11-06 15:15 UTC  (7+ messages)

kernel BUG when fsync'ing file in a overlayfs merged dir, located on btrfs
 2015-11-06 14:46 UTC  (5+ messages)

[PATCH] load_elf_binary: change code style
 2015-11-06 14:45 UTC 

[PATCH] vfs: clear remainder of 'full_fds_bits' in dup_fd()
 2015-11-06  7:07 UTC  (5+ messages)

[PATCH] f2fs: refactor __find_rev_next_{zero}_bit
 2015-11-06  5:41 UTC  (5+ messages)
  ` [f2fs-dev] "

[PATCH resend] fs: fix writeback.c kernel-doc warnings
 2015-11-06  0:54 UTC 

[PATCH resend] fs: fix inode.c kernel-doc warning
 2015-11-06  0:53 UTC 

[RFC 00/11] DAX fsynx/msync support
 2015-11-05 20:54 UTC  (11+ messages)

[PATCH] brd: Refuse improperly aligned discard requests
 2015-11-05 20:11 UTC  (4+ messages)

[GIT PULL] f2fs updates for v4.4
 2015-11-05 18:22 UTC 

[PATCH v4 04/11] lsm: inode_pre_setxattr hook
 2015-11-05  5:16 UTC 

[PATCH v9 0/1] Enable capsule loader interface for efi firmware updating
 2015-11-05  3:42 UTC  (10+ messages)
` [PATCH v9 1/1] efi: a misc char interface for user to update efi firmware

[GIT PULL] userns: Allow hardlinks for 4.4
 2015-11-04 18:52 UTC 

[PATCH 3/6] xfs: Don't use unwritten extents for DAX
 2015-11-04 17:21 UTC  (9+ messages)

[PATCH 0/4] FS-Cache: Miscellaneous fixes
 2015-11-04 15:20 UTC  (5+ messages)
` [PATCH 1/4] FS-Cache: Increase reference of parent after registering, netfs success
` [PATCH 2/4] FS-Cache: Don't override netfs's primary_index if registering failed
` [PATCH 3/4] cachefiles: perform test on s_blocksize when opening cache file
` [PATCH 4/4] FS-Cache: Handle a write to the page immediately beyond the EOF marker


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