linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-15 12:49:20 to 2014-12-23 19:08:47 UTC [more...]

[PATCH 1/6] f2fs: use f2fs_io_info to clean up messy parameters during IO path
 2014-12-23 19:08 UTC  (12+ messages)
` [PATCH 2/6] f2fs: add f2fs_io_tracer support
` [PATCH 3/6] f2fs: add key functions for f2fs_io_tracer
` [PATCH 4/6] f2fs: activate f2fs_trace_pid
` [PATCH 5/6] f2fs: activate f2fs_trace_ios
` [PATCH 6/6] f2fs: avoid double lock for cp_rwsem
  ` [f2fs-dev] "
          ` [f2fs-dev] [PATCH 6/6 v2] "
` [f2fs-dev] [PATCH 1/6] f2fs: use f2fs_io_info to clean up messy parameters during IO path

[PATCH RFC] fs/aio: fix sleeping while TASK_INTERRUPTIBLE
 2014-12-23 18:55 UTC  (3+ messages)

[PATCH 1/2] f2fs: conduct f2fs_gc as explicit gc_type
 2014-12-23 18:43 UTC  (5+ messages)
` [PATCH 2/2] f2fs: add stat info for moved blocks by background gc
` [f2fs-dev] [PATCH 1/2] f2fs: conduct f2fs_gc as explicit gc_type

[BUG] fuse: request prepared before protocol version is known
 2014-12-23 17:58 UTC 

[HELP!] Can't read past apparent EOF marker but can append
 2014-12-23 16:00 UTC 

[RFC PATCH 15/17] fs: use helper bio_add_page() instead of open coding on bi_io_vec
 2014-12-23 12:33 UTC  (5+ messages)
                              ` [RFC PATCH 16/17] fs: convert buffer head etc. to use immutable biovecs API

[PATCH 0/8] clean up and generalize swap-over-NFS
 2014-12-23  9:37 UTC  (24+ messages)
` [PATCH 1/8] nfs: follow direct I/O write locking convention
` [PATCH 2/8] swap: lock i_mutex for swap_writepage direct_IO
` [PATCH 3/8] swap: don't add ITER_BVEC flag to direct_IO rw

[PATCH] f2fs: add block count by in-place-update in stat info
 2014-12-23  8:22 UTC  (3+ messages)
` [f2fs-dev] "
  ` [f2fs-dev] [PATCH v2] "

fs: proc: gpf in find_entry
 2014-12-23  8:20 UTC  (8+ messages)

A recommendation from Fernalyn Buendia
 2014-12-23  1:21 UTC 

HMM (Heterogeneous Memory Management) v7
 2014-12-22 16:48 UTC 

[PATCH] dcache: return -ESTALE not -EBUSY on distributed fs race
 2014-12-22  9:53 UTC  (10+ messages)

[PATCH v2 0/5] clean up and generalize swap-over-NFS
 2014-12-22  7:32 UTC  (10+ messages)
` [PATCH v2 1/5] iov_iter: add ITER_BVEC helpers
` [PATCH v2 2/5] direct-io: don't dirty ITER_BVEC pages on read
` [PATCH v2 3/5] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [PATCH v2 4/5] swapfile: use ->read_iter and ->write_iter
` [PATCH v2 5/5] vfs: update swap_{,de}activate documentation

[PATCH v2] vfs: don't softlockup when evicting inodes
 2014-12-21 12:25 UTC  (3+ messages)

[PATCH] fs/affs: Fix casting in printed messages
 2014-12-21 11:06 UTC 

[git pull] vfs.git pile 3
 2014-12-20  2:42 UTC  (4+ messages)

[PATCH] vfs: make inode_sb_list_lock per sb
 2014-12-19 23:16 UTC  (2+ messages)

[LSF/MM TOPIC] ZAC/ZBC Update
 2014-12-19 14:40 UTC 

Recent Linus' tree, kernel BUG at fs/inode.c:1436!
 2014-12-19 12:08 UTC  (3+ messages)

[PATCH] nfs: prevent truncate on active swapfile
 2014-12-19  6:48 UTC  (2+ messages)

[f2fs-dev] [PATCH v3] f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary
 2014-12-19  2:35 UTC  (3+ messages)
`  "

[PATCH] mnt: Fix a memory stomp in umount
 2014-12-19  0:03 UTC  (11+ messages)

[RFC] fs: make efivarfs a pseudo filesystem, built by default with EFI
 2014-12-18 17:50 UTC 

[PATCH] fs: don't softlockup when evicting inodes
 2014-12-18 16:40 UTC 

[PATCH] APM: fix type of secsize in mac.c
 2014-12-18 15:51 UTC 

[PATCH 0/25 RFC v2] quota: Unify VFS and XFS quota interfaces
 2014-12-18 15:37 UTC  (26+ messages)
` [PATCH 01/25] xfs: Remove useless test
` [PATCH 02/25] xfs: Remove unused variable in xfs_qm_scall_quotaon()
` [PATCH 03/25] xfs: Remove some useless flags tests
` [PATCH 04/25] quota: Split ->set_xstate callback into two
` [PATCH 05/25] quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
` [PATCH 06/25] quota: Add ->quota_{enable,disable} callbacks for VFS quotas
` [PATCH 07/25] ext4: Use generic helpers for quotaon and quotaoff
` [PATCH 08/25] ocfs2: "
` [PATCH 09/25] quota: Remove quota_on_meta callback
` [PATCH 10/25] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
` [PATCH 11/25] quota: Store maximum space limit in bytes
` [PATCH 12/25] quota: Make Q_XQUOTASYNC support VFS quota syncing
` [PATCH 13/25] quota: Don't store flags for v2 quota format
` [PATCH 14/25] ocfs2: Move OLQF_CLEAN flag out of generic quota flags
` [PATCH 15/25] quota: Cleanup flags definitions
` [PATCH 16/25] quota: Verify flags passed to Q_SETINFO
` [PATCH 17/25] quota: Make VFS quotas use new interface for getting quota info
` [PATCH 18/25] quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
` [PATCH 19/25] xfs: Remove some pointless quota checks
` [PATCH 20/25] xfs: Convert to using ->get_state callback
` [PATCH 21/25] gfs2: "
` [PATCH 22/25] quota: Remove ->get_xstate and ->get_xstatev callbacks
` [PATCH 23/25] quota: Make ->set_info use structure with neccesary info to VFS and XFS
` [PATCH 24/25] xfs: Add support for Q_SETINFO
` [PATCH 25/25] quota: Hook up Q_XSETQLIM for id 0 to ->set_info

[PATCH 0/5 v2] fs: Fixes for removing xid bits and security labels
 2014-12-18 12:49 UTC  (6+ messages)
` [PATCH 1/5] fs: Fix S_NOSEC handling
` [PATCH 2/5] fs: Rename file_remove_suid() to file_remove_privs()
` [PATCH 3/5] fs: Provide function telling whether file_remove_privs() will do anything
` [PATCH 4/5] fs: Call security_ops->inode_killpriv on truncate
` [PATCH 5/5] xfs: Correctly lock inode when removing suid and security marks

[PATCH resending] splice: sendfile() at once fails for big files
 2014-12-18 12:29 UTC 

[PATCH 11/11] xfstests: Test multiple fallocate insert/collapse range calls
 2014-12-18  9:46 UTC 

[PATCH v7 2/11] xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
 2014-12-18  9:46 UTC 

[f2fs-dev] [PATCH v3] f2fs: merge two uchar variable in struct node_info to reduce memory cost
 2014-12-18  9:37 UTC 

[f2fs-dev][PATCH v2] f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary
 2014-12-18  9:26 UTC  (3+ messages)
` [PATCH "
  ` [f2fs-dev] "

[f2fs-dev][PATCH v2] f2fs: merge two uchar variable in struct node_info to reduce memory cost
 2014-12-18  8:07 UTC  (4+ messages)
` [f2fs-dev] [PATCH "
  `  "

[BUG, linux-next] spawn PID 1 without CLONE_FS, wireless inop
 2014-12-17 14:54 UTC  (12+ messages)

[GIT PULL] fuse update for 3.19
 2014-12-17 10:23 UTC  (4+ messages)

[f2fs-dev][PATCH] f2fs: use ra_meta_pages to simplify readahead code in restore_node_summary
 2014-12-17 10:04 UTC  (3+ messages)
  ` [PATCH] "

[PATCH] inotify: update documentation to reflect code changes
 2014-12-17  2:56 UTC 

O_CREAT|O_DIRECTORY on nonexisting file with ext4 not posix-compliant
 2014-12-16 21:43 UTC  (5+ messages)
  ` AW: "

[PATCH 0/4] uio hotplug support
 2014-12-16 19:52 UTC  (5+ messages)
` [PATCH 1/4] staging: uio: Simplify the lifetime logic of struct uio_device
` [PATCH 2/4] staging: uio: Remove unused uio_info mmap method
` [PATCH 3/4] staging: libunload: A library to help remove open files
` [PATCH 4/4] staging: uio: Implement hotunplug support, using libunload

[GIT PULL] User namespace related fixes
 2014-12-16 18:09 UTC 

[git pull] vfs.git pile 2
 2014-12-16 18:06 UTC  (3+ messages)

[patch 0/3 resend] mm: close race between dirtying and truncation
 2014-12-16 16:18 UTC  (4+ messages)
` [patch 1/3] mm: protect set_page_dirty() from ongoing truncation
` [patch 2/3] mm: memory: remove ->vm_file check on shared writable vmas
` [patch 3/3] mm: memory: merge shared-writable dirtying branches in do_wp_page()

mmotm 2014-12-15-17-05 uploaded
 2014-12-16 12:19 UTC  (2+ messages)

[GIT PULL] isofs and reiserfs fix
 2014-12-16  9:53 UTC 

[PATCH 0/5] fs: Fixes for removing xid bits and security labels
 2014-12-16  9:46 UTC  (7+ messages)
` [PATCH 4/5] fs: Remove security attributes on truncate

[RESEND v3 PATCH 3/3] vfs: make mounts and mountstats honor root dir like mountinfo does
 2014-12-16  3:59 UTC  (8+ messages)
          ` [RESEND v4 PATCH 1/2] vfs: cleanup show_mountinfo
          ` [RESEND v4 PATCH 2/2] vfs: make mounts and mountstats honor root dir like mountinfo does

[GIT PULL] nfsd changes for 3.19
 2014-12-15 17:13 UTC 

[PATCH 3.16.y-ckt 052/168] vfs: Don't exchange "short" filenames unconditionally
 2014-12-15 14:25 UTC 

[PATCH] coredump: use defined macro instead of raw value in filp_open
 2014-12-15 13:30 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).