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

[PATCH 0/1] Fix false-negative error reporting from fsync/fdatasync
 2015-09-15 15:20 UTC  (6+ messages)
` Test program: check if fsync() can detect I/O error (1/2)
  ` Test program: check if fsync() can detect I/O error (2/2)
` [PATCH 1/1] fs: global sync to not clear error status of individual inodes

[PATCH v3] Remove #ifdef CONFIG_* from all userspace headers
 2015-09-15 14:07 UTC  (80+ messages)
  ` [PATCH 01/13] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
    ` [PATCH 02/13] Use sys_ni.c instead of #ifdef to disable fork on CONFIG_NOMMU
    ` [PATCH 03/13] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
    ` [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
    ` [PATCH 05/13] Split FDPIC "struct elf_prstatus" to "struct elf_fdpic_prstatus"
    ` [PATCH 06/13] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
    ` [PATCH 07/13] Make FB_BACKLIGHT_{LEVELS,MAX} always visible
    ` [PATCH 08/13] Move MAX_SHARED_LIBS to fs/binfmt_flat.c
    ` [PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
    ` [PATCH 10/13] Move USE_WCACHING to drivers/block/pktcdvd.c
    ` [PATCH 11/13] Always define MAX_RAW_MINORS as 65535 in userspace
    ` [PATCH 12/13] Remove AT_VECTOR_SIZE_ARCH on x86
    ` [PATCH 13/13] Re-enable and clean up "check_config()" in headers_check.pl

[RFC 0/8] Allow GFP_NOFS allocation to fail
 2015-09-15 13:16 UTC  (3+ messages)

[PATCH v3 00/39] Add quota supporting in ubifs
 2015-09-15  9:36 UTC  (42+ messages)
` [PATCH v3 01/39] fs: introduce a ->s_cdev field into struct super_block
` [PATCH v3 02/39] fs: cleanup: remove the blank line before EXPORT_SYMBOL
` [PATCH v3 03/39] fs: super: cleanup: make the comment of each function aligned
` [PATCH v3 04/39] fs: super: consolidate the get_super class functions
` [PATCH v3 05/39] fs: super: introduce a get_super_cdev to get super by a cdev reference
` [PATCH v3 06/39] fs: super: introduce a get_super_cdev_thawed to get sb by "
` [PATCH v3 07/39] fs: char_dev: introduce cd_acquire function to acquire cdev
` [PATCH v3 08/39] fs: introduce a __lookup_dev for internal using
` [PATCH v3 09/39] fs: char_dev: introduce lookup_cdev to get cdev by pathname
` [PATCH v3 10/39] fs: dquot: skip invalidate_bdev if bdev is NULL
` [PATCH v3 11/39] fs: quota: replace opened calling of ->sync_fs with sync_filesystem
` [PATCH v3 12/39] fs: quota: make quota support fs which is running on char dev
` [PATCH v3 13/39] fs: introduce a get_qsize() to inode_operations
` [PATCH v3 14/39] fs: quota: restore i_flags of quota files in dquot_disable
` [PATCH v3 15/39] fs: quota: introduce a callback of restore_iflags to quotactl_ops
` [PATCH v3 16/39] ubi: introduce a interface to get cdev in ubi_volume
` [PATCH v3 17/39] ubifs: extend budget for blocks
` [PATCH v3 18/39] ubifs: fill sb->s_cdev in ubifs_fill_super()
` [PATCH v3 19/39] ubifs: fill ->s_dev in ubifs_fill_super
` [PATCH v3 20/39] ubifs: export read_block() from file.c
` [PATCH v3 21/39] ubifs: introduce i_dquot to ubifs_inode
` [PATCH v3 22/39] ubifs: implement IO functions for quota files
` [PATCH v3 23/39] ubifs: disable quota in ubifs_put_super
` [PATCH v3 24/39] ubifs: write quota back in ubifs_sync
` [PATCH v3 25/39] ubifs: set/clear MS_RDONLY properly in ubifs_remount
` [PATCH v3 26/39] ubifs: suspend & resume quota "
` [PATCH v3 27/39] ubifs: check inode with NULL before using it
` [PATCH v3 28/39] ubifs: record quota information about inode in ubifs_new_inode
` [PATCH v3 29/39] ubifs: free quota inode information in ubifs_evict_inode
` [PATCH v3 30/39] ubifs: alloc quota space in ubifs writing path
` [PATCH v3 31/39] ubifs: free quota space in do_truncation
` [PATCH v3 32/39] ubifs: free quota space when deleting a file
` [PATCH v3 33/39] ubifs: adapt quota space informatin in do_setattr
` [PATCH v3 34/39] ubifs: transfer quota information in changing owner or group
` [PATCH v3 35/39] ubifs: write inode in ubifs_quota_write if we are appending
` [PATCH v3 36/39] ubifs: implement ubifs_get_qsize to get quota size in ubifs
` [PATCH v3 37/39] ubifs: implement ubifs_restore_iflags for quotactl_operations
` [PATCH v3 38/39] ubifs: fill the quota related fields in ubifs_fill_super
` [PATCH v3 39/39] ubifs: introduce quota related mount options

vfs_path_lookup on kernels after 3.11
 2015-09-15  7:48 UTC 

[GIT PULL] Ext3 removal, quota & udf fixes
 2015-09-15  5:31 UTC  (6+ messages)

[PATCH v2 0/9] VFS: In-kernel copy system call
 2015-09-15  3:32 UTC  (12+ messages)
` [PATCH v2 4/9] vfs: Copy should check len after file open mode
` [PATCH v2 6/9] vfs: Copy should use file_out rather than file_in
` [PATCH v2 7/9] vfs: Remove copy_file_range mountpoint checks
  ` [PATCH v2 5/9] vfs: Copy shouldn't forbid ranges inside the same file
  ` [PATCH v2 8/9] vfs: copy_file_range() can do a pagecache copy with splice
` [PATCH v2 9/9] btrfs: btrfs_copy_file_range() only supports reflinks
` [PATCH v2 10/9] copy_file_range.2: New page documenting copy_file_range()

[PATCH] fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMU
 2015-09-15  2:13 UTC  (5+ messages)

[RFC] Orangefs and the iov_iter interface
 2015-09-14 20:35 UTC 

[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
 2015-09-14 20:06 UTC  (20+ messages)

[PATCH v1 0/8] VFS: In-kernel copy system call
 2015-09-14 17:53 UTC  (11+ messages)

[PATCH 0/4] fs: allow userland tasks to use delayed_fput infrastructure
 2015-09-14 17:30 UTC  (11+ messages)
` [PATCH 1/4] fs: have flush_delayed_fput flush the workqueue job
` [PATCH 2/4] fs: add a kerneldoc header to fput
  ` [PATCH 3/4] fs: add fput_queue
` [PATCH 4/4] fs: export flush_delayed_fput

[PATCH] nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
 2015-09-14 16:10 UTC  (6+ messages)
  ` [HPDD-discuss] "

[RFC PATCH v3 0/5] UBIFS: add ACL support
 2015-09-14  0:39 UTC  (7+ messages)
` [RFC PATCH v3 3/5] UBIFS: ACL: handle ACL through xattr

[v15 0/4] ext4: add project quota support
 2015-09-13 12:20 UTC  (5+ messages)
  ` [v15 1/4] ext4: adds project ID support
  ` [v15 2/4] ext4: adds project quota support
` [v15 3/4] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
` [v15 4/4] ext4: cleanup inode flag definitions

[GIT PULL] Orangefs (text only resend)
 2015-09-13 11:59 UTC  (17+ messages)

btrfs regression since 4.X kernel NULL pointer dereference
 2015-09-11 23:31 UTC  (10+ messages)

[PATCH] f2fs crypto: allocate buffer for decrypting filename
 2015-09-11 22:45 UTC  (2+ messages)
` [PATCH v2] "

[RFC v7 00/41] Richacls
 2015-09-11 22:12 UTC  (6+ messages)
` [RFC v7 09/41] richacl: Update the file masks in chmod()
` [RFC v7 10/41] richacl: Permission check algorithm


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