login
Header Space

 
 

Mailing list archives

Search results

Found 463 matching messages (0.021 seconds). Page 1 of 24.

[-mm patch] fs/unionfs/: possible cleanups

... unionfs filesystem driver as git-unionfs.patch (Josef "Jeff" > Sipek ... > git-unionfs.patch >... > git trees >... Let's start with ... pass the ioctl to the lower fs */ -static inline long do_ioctl(struct file ...

linux-kernel - Adrian Bunk - Jan 18 2007 - 17:55

[2.6 patch] fs/afs/: possible cleanups

... David Howells --- This patch has been sent on: - 5 Jun 2007 fs/afs/callback ... linux-2.6.22-rc3-mm1/fs/afs/cmservice.c.old 2007-06 ... -2.6.22-rc3-mm1/fs/afs/cmservice.c 2007-06-05 ... -2.6.22-rc3-mm1/fs/afs/vlocation.c.old 2007- ...

linux-kernel - Adrian Bunk - Jul 29 2007 - 11:02

Re: [PATCH] fs/gfs2: mark struct *_operations const

... you can break this up into a patch which affects only gfs2 (which I can apply right away) and a patch which affects the core, plus updates for ... of the dentry tree */ > void *d_fsdata; /* fs-specific data */ > #ifdef CONFIG_PROFILING > diff --git ...

linux-kernel - Steven Whitehouse - Jul 31 2007 - 05:17

Re: [KJ] [Patch] fs/ kzalloc conversions

... overflow hiding. Here is an updated patch, compile tested with allyesconfig. Signed-off ... sizeof (struct sysv_inode)) panic("sysv fs: bad inode size"); - sbi = kmalloc( ... sizeof (struct sysv_inode)) panic("sysv fs: bad i-node size"); - sbi ...

linux-fsdevel - Eric Sesterhenn - Feb 24 2006 - 16:50

[RFC PATCH] fs code: Push the BKL down into the file system ioctl handlers

... I'd appreciate improvements from fs people, and I suspect in ... generic_file_llseek, .release = hfsplus_dir_release, }; diff --git a/fs/hfsplus/hfsplus_fs.h b ... sb, int mode) diff --git a/fs/hfsplus/ioctl.c b ... two cases are taken from fs/ext2/ioctl.c by Remy ...

linux-kernel - Alan Cox - May 22 2008 - 18:15

[RFC PATCH] fs code: Push the BKL down into the file system ioctl handlers

... I'd appreciate improvements from fs people, and I suspect in ... generic_file_llseek, .release = hfsplus_dir_release, }; diff --git a/fs/hfsplus/hfsplus_fs.h b ... sb, int mode) diff --git a/fs/hfsplus/ioctl.c b ... two cases are taken from fs/ext2/ioctl.c by Remy ...

linux-fsdevel - Alan Cox - May 22 2008 - 18:15

[PATCH] fs/afs: Convert to kthread API.

... ebiederm@xmission.com> - unquoted This patch modifies the startup of kafscmd ... afs/kafsasyncd.c | 17 ++++++----------- fs/afs/kafstimod.c | 16 ++++++---------- 4 files ... siglock); - } -} - /* * cell.c */ diff --git a/fs/afs/kafsasyncd.c b ...

linux-kernel - Eric W. Biederman - Apr 19 2007 - 02:55

[PATCH] fs/afs: Convert to kthread API.

... Biederman This patch modifies the startup of kafscmd ... afs/kafsasyncd.c | 17 ++++++----------- fs/afs/kafstimod.c | 16 ++++++---------- 4 files ... siglock); - } -} - /* * cell.c */ diff --git a/fs/afs/kafsasyncd.c b ...

linux-kernel - Eric W. Biederman - Apr 19 2007 - 03:58

[2.6 patch] fs/afs/: possible cleanups

This patch contains the following possible cleanups: - make the following needlessly ... -2.6.22-rc3-mm1/fs/afs/callback.c.old 2007- ... -2.6.22-rc3-mm1/fs/afs/cmservice.c.old 2007- ... 2.6.22-rc3-mm1/fs/afs/internal.h.old 2007 ... 2.6.22-rc3-mm1/fs/afs/vlocation.c.old 2007 ...

linux-kernel - Adrian Bunk - Jun 5 2007 - 17:50

[PATCH] fs/gfs2: mark struct *_operations const

... gfs2_vm_ops_sharewrite = { .fault = gfs2_sharewrite_fault, }; diff --git a/fs/gfs2/ops_vm.h b ... fs/gfs2/ops_vm.h @@ -12,7 +12,7 @@ #include fs-specific data */ #ifdef CONFIG_PROFILING diff ...

linux-kernel - Denis Cheng - Jul 31 2007 - 01:46

[-mm patch] fs/reiser4/plugin/: make 3 functions static

... .23-rc1-mm1: >... > +reiser4-cryptcompress-misc-fixups.patch >... > reiser4 updates >... This ... deletions(-) dcbd29fcda0d6143ab0ec5f91e347d6e540f27bd diff --git a/fs/reiser4/plugin/cluster.h b/ ... b/fs/reiser4/plugin/item/ctail.c @@ -551,8 +551,9 ...

linux-kernel - Adrian Bunk - Aug 14 2007 - 17:21

[PATCH] fs/*: trivial vsnprintf() conversion

... args); va_end(args); printk(KERN_WARNING "UDF-fs warning (device %s): %s: %s\n", ... sb->s_flags |= MS_RDONLY; printk (KERN_CRIT "UFS-fs panic (device %s): %s: %s\n", ... ); va_end (args); printk (KERN_WARNING "UFS-fs warning (device %s): %s: %s\n", ...

linux-fsdevel - Alexey Dobriyan - Oct 31 2006 - 21:47

[RFC: 2.6 patch] fs/ecryptfs/: possible cleanups

This patch contains the following possible cleanups: - make the following needlessly global code static: ... h" -struct kmem_cache *ecryptfs_lower_page_cache; - /** * ecryptfs_get_locked_page * diff --git a/fs/ecryptfs/read_write.c b/fs/ecryptfs/ ...

linux-kernel - Adrian Bunk - Oct 24 2007 - 12:23

[2.6 patch] fs/dlm/: proper prototypes

This patch adds a proper prototype for some functions in fs/dlm/dlm_internal.h Signed-off-by: Adrian Bunk ... , 16 insertions(+), 19 deletions(-) 11349b53af8d04ff007660d9142e2382033f5d8f diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/ ...

linux-kernel - Adrian Bunk - Nov 2 2007 - 20:04

Re: [2.6 patch] fs/dlm/: proper prototypes

... :04:30AM +0100, Adrian Bunk wrote: > This patch adds a proper prototype for some functions in > fs/dlm/dlm_internal.h Acked-by: David Teigland < ... * Lock compatibilty matrix - thanks Steve > diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace ...

linux-kernel - David Teigland - Nov 5 2007 - 10:42

Re: [Cluster-devel] Re: [2.6 patch] fs/dlm/: proper prototypes

... On Sat, Nov 03, 2007 at 01:04:30AM +0100, Adrian Bunk wrote: > > This patch adds a proper prototype for some functions in > > fs/dlm/dlm_internal.h > > Acked-by: David Teigland > > ...

linux-kernel - Steven Whitehouse - Nov 7 2007 - 05:09

[PATCH] fs: remove fastcall, it is always empty

... fs/buffer.c | 6 +++--- fs/fcntl.c | 2 +- fs/file_table.c | 8 ... fs/namei.c | 16 ++++++++-------- fs/open.c | 4 ++-- 6 files changed, 26 ... (!buffer_dirty(bh) && !test_set_buffer_dirty(bh)) diff --git a/fs/fcntl.c b/fs ...

linux-kernel - Harvey Harrison - Dec 12 2007 - 17:22

[PATCH] fs-writeback: handle errors in sync_sb_inodes()

... =0 ./make_file valid_file $SIZE mount fs.40M /mnt -o loop if ... quickly found, but with this patch, no such file size can ... there is sync_sb_inodes-propagate-errors.patch that propagates the error from ... some inode in a specific fs got an error, - nobody in ...

linux-kernel - Guillaume Chazarain - Jan 7 2008 - 15:02

[2.6 patch] fs/ocfs2/: possible cleanups

This patch contains the following cleanups that are now possible: - make ... /ocfs2/heartbeat.c | 26 +++++++++++++------------- fs/ocfs2/heartbeat.h | 5 ----- 4 files ... ocfs2_dlm_debug *ocfs2_new_dlm_debug(void); diff --git a/fs/ocfs2/heartbeat.c b/ ...

linux-kernel - Adrian Bunk - Jan 28 2008 - 18:11

[PATCH] fs/dlm/: add __init and __exit marks to init and exit functions

... +- fs/dlm/netlink.c | 4 ++-- fs/dlm/user.c | 2 +- 6 files changed, ... dlm_root = debugfs_create_dir("dlm", NULL); diff --git a/fs/dlm/lockspace.c b/fs/dlm ... , &dlm_nl_ops); genl_unregister_family(&family); diff --git a/fs/dlm/user.c b/fs/ ...

linux-kernel - Denis Cheng - Feb 1 2008 - 13:53

speck-geostationary