Displaying 11 results from an estimated 11 matches for "generic_file_llseek".
2011 May 19
3
SEEK_DATA/HOLE on ocfs2 - v2
Two patches follow this message. One fixes the default implementation
of SEEK_HOLE/DATA. This patch applies atop Josef's last posted patch.
The second patch implements the same on ocfs2.
The test tool for the same is available here.
http://oss.oracle.com/~smushran/seek_data/seek_test.c
It is improved since the last post. It runs cleanly on zfs, ocfs2 and ext3
(default behavior). Users
2011 May 19
3
SEEK_DATA/HOLE on ocfs2 - v2
Two patches follow this message. One fixes the default implementation
of SEEK_HOLE/DATA. This patch applies atop Josef's last posted patch.
The second patch implements the same on ocfs2.
The test tool for the same is available here.
http://oss.oracle.com/~smushran/seek_data/seek_test.c
It is improved since the last post. It runs cleanly on zfs, ocfs2 and ext3
(default behavior). Users
2001 Oct 01
2
do quotas work with ext3?
Hi,
I had ext2 and 2.4.7 kernel , quotas were working ok.
Now when all my filesystems are ext3 I figured out that quotas are not
working.... if I do quotaon , repquota, quotacheck the programs return 0
without any output.....
Does ext3 supports quotas?
Nikolai
2010 Jun 07
0
[PATCH] btrfs: fix cannot use the loop device
...deletions(-)
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index 79437c5..abcb918 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -1197,6 +1197,7 @@ static int btrfs_file_mmap(struct file *filp, struct vm_area_struct *vma)
const struct file_operations btrfs_file_operations = {
.llseek = generic_file_llseek,
.read = do_sync_read,
+ .write = do_sync_write,
.aio_read = generic_file_aio_read,
.splice_read = generic_file_splice_read,
.aio_write = btrfs_file_aio_write,
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message...
2006 Feb 01
0
Kernel Panic
...Jan 31 18:13:04 webserver kernel: [<c0159c3c>] do_sync_write+0x97/0xc9
Jan 31 18:13:04 webserver kernel: [<c011fec9>] autoremove_wake_function+0x0/0x2d
Jan 31 18:13:04 webserver kernel: [<c02cf5cb>] __cond_resched+0x14/0x39
Jan 31 18:13:04 webserver kernel: [<c015962c>] generic_file_llseek+0x30/0xcb
Jan 31 18:13:04 webserver kernel: [<c0159d24>] vfs_write+0xb6/0xe2
Jan 31 18:13:04 webserver kernel: [<c0159dee>] sys_write+0x3c/0x62
Jan 31 18:13:04 webserver kernel: [<c02d0fb7>] syscall_call+0x7/0xb
Jan 31 18:13:04 webserver kernel: [<c02d007b>] __lock_text_...
2008 Jan 25
0
[git patches] ocfs2 and configfs updates
...locks.h} (54%)
create mode 100644 fs/ocfs2/resize.c
rename fs/ocfs2/{vote.h => resize.h} (50%)
delete mode 100644 fs/ocfs2/vote.c
create mode 100644 include/linux/dlmconstants.h
Jan Kara (4):
ocfs2: Silence false lockdep warnings
ocfs2: Safer read_inline_data()
ocfs2: Use generic_file_llseek
ocfs2: printf fixes
Joel Becker (2):
dlm: Split lock mode and flag constants into a sharable header.
configfs: Remove EXPERIMENTAL
Joonwoo Park (2):
configfs: dir.c fix possible recursive locking
configfs: file.c fix possible recursive locking
Marcin Slusarz (1):...
2001 Sep 19
2
Coda and Ext3
Hi everyone,
The Linux Coda drivers and the ext3 patches don't seem to get along
very well, at least in Linux 2.4.7. I've got a stock 2.4.7 kernel with
a patch applied to the USB drivers (for a sony digital camera; see
http://www.sujal.net/tech/linux/ just a change in unusual_devs.h).
After I applied the ext3 patches from
http://www.uow.edu.au/~andrewm/linux/ext3/ . Basically,
2012 May 03
0
Strange situation with openssl and kernel
...f8228 0000000000000000
May 2 21:47:54 vmail kernel: Call Trace:
May 2 21:47:55 vmail kernel: [<ffffffff80063c63>]
__mutex_lock_slowpath+0x60/0x9b
May 2 21:47:55 vmail kernel: [<ffffffff80063cad>]
.text.lock.mutex+0xf/0x14
May 2 21:47:55 vmail kernel: [<ffffffff80013ed6>]
generic_file_llseek+0x2a/0x8b
May 2 21:47:55 vmail kernel: [<ffffffff8002563b>] sys_lseek+0x40/0x60
May 2 21:47:58 vmail kernel: [<ffffffff8005d229>] tracesys+0x71/0xe0
May 2 21:47:58 vmail kernel: [<ffffffff8005d28d>] tracesys+0xd5/0xe0
May 2 21:47:58 vmail kernel:
May 2 22:42:53 vmail nrpe[...
2020 Jan 11
2
Unresolved dependencies when upgrade on centOS 8
...by
kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64
- nothing provides kernel(pci_write_config_word) = 0x4b15b75c needed by
kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64
- nothing provides kernel(pci_disable_link_state) = 0x02f2f3f8 needed by
kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64
- nothing provides kernel(generic_file_llseek) = 0xc27ffb37 needed by
kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64
- nothing provides kernel(debugfs_create_dir) = 0x2f4ce417 needed by
kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64
- nothing provides kernel(debugfs_create_file) = 0x501d615e needed by
kmod-iwlegacy-0.0-2.el8_1.elrepo.x86_64
- nothing...
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree.
All patches list the mainline commit hash.
Thanks
Sunil
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi,
The following patches comprise the bulk of Ocfs2 updates for the
2.6.30 merge window. Aside from larger, more involved fixes, we're adding
the following features, which I will describe in the order their patches are
mailed.
Sunil's exported some more state to our debugfs files, and
consolidated some other aspects of our debugfs infrastructure. This will
further aid us in debugging