index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ocfs2: Support xfs style space reservation ioctls
Mark Fasheh
2007-07-10
1
-13
/
+169
*
ocfs2: support for removing file regions
Mark Fasheh
2007-07-10
1
-2
/
+240
*
ocfs2: update truncate handling of partial clusters
Mark Fasheh
2007-07-10
1
-1
/
+4
*
ocfs2: Support creation of unwritten extents
Mark Fasheh
2007-07-10
1
-23
/
+96
*
ocfs2: support writing of unwritten extents
Mark Fasheh
2007-07-10
1
-5
/
+9
*
ocfs2: shared writeable mmap
Mark Fasheh
2007-07-10
1
-0
/
+7
*
ocfs2: rework ocfs2_buffered_write_cluster()
Mark Fasheh
2007-07-10
1
-54
/
+67
*
ocfs2: take ip_alloc_sem during entire truncate
Mark Fasheh
2007-07-10
1
-3
/
+9
*
pipe: change the ->pin() operation to ->confirm()
Jens Axboe
2007-07-10
1
-2
/
+2
*
splice: divorce the splice structure/function definitions from the pipe header
Jens Axboe
2007-07-10
1
-1
/
+1
*
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-07-10
1
-1
/
+0
*
vmsplice: add vmsplice-to-user support
Jens Axboe
2007-07-10
1
-1
/
+1
*
splice: abstract out actor data
Jens Axboe
2007-07-10
1
-3
/
+8
*
[PATCH] ocfs2: use generic_segment_checks
Christoph Hellwig
2007-05-25
1
-31
/
+1
*
ocfs2: unmap_mapping_range() in ocfs2_truncate()
Mark Fasheh
2007-05-25
1
-0
/
+1
*
ocfs2: fix sparse warnings in fs/ocfs2
Mark Fasheh
2007-05-02
1
-1
/
+2
*
[PATCH] fs/ocfs2/: make 3 functions static
Adrian Bunk
2007-05-02
1
-4
/
+4
*
ocfs2: Implement compat_ioctl()
Mark Fasheh
2007-05-02
1
-0
/
+6
*
ocfs2: Remember rw lock level during direct io
Mark Fasheh
2007-04-26
1
-2
/
+2
*
ocfs2: Fix up i_blocks calculation to know about holes
Mark Fasheh
2007-04-26
1
-1
/
+1
*
ocfs2: Read from an unwritten extent returns zeros
Mark Fasheh
2007-04-26
1
-2
/
+4
*
ocfs2: make room for unwritten extents flag
Mark Fasheh
2007-04-26
1
-4
/
+2
*
ocfs2: Use own splice write actor
Mark Fasheh
2007-04-26
1
-1
/
+79
*
ocfs2: zero tail of sparse files on truncate
Mark Fasheh
2007-04-26
1
-5
/
+35
*
ocfs2: teach ocfs2_file_aio_write() about sparse files
Mark Fasheh
2007-04-26
1
-39
/
+335
*
ocfs2: abstract out allocation locking
Mark Fasheh
2007-04-26
1
-27
/
+77
*
ocfs2: teach extend/truncate about sparse files
Mark Fasheh
2007-04-26
1
-14
/
+17
*
ocfs2: sparse b-tree support
Mark Fasheh
2007-04-26
1
-8
/
+15
*
ocfs2: filter more error prints
Mark Fasheh
2007-04-26
1
-1
/
+2
*
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
2007-02-12
1
-2
/
+2
*
ocfs2: ignore NULL vfsmnt in ocfs2_should_update_atime()
Mark Fasheh
2006-12-28
1
-0
/
+11
*
ocfs2: don't print error in ocfs2_permission()
Mark Fasheh
2006-12-28
1
-2
/
+0
*
[PATCH] ocfs2: relative atime support
Mark Fasheh
2006-12-13
1
-0
/
+8
*
[PATCH] struct path: convert ocfs2
Josef Sipek
2006-12-08
1
-17
/
+17
*
ocfs2: implement i_op->permission
Tiger Yang
2006-12-01
1
-0
/
+24
*
ocfs2: update file system paths to set atime
Tiger Yang
2006-12-01
1
-3
/
+3
*
ocfs2: core atime update functions
Tiger Yang
2006-12-01
1
-0
/
+52
*
ocfs2: Add splice support
Tiger Yang
2006-12-01
1
-50
/
+137
*
ocfs2: Remove ocfs2_write_should_remove_suid()
Mark Fasheh
2006-12-01
1
-15
/
+1
*
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
Mark Fasheh
2006-12-01
1
-9
/
+9
*
ocfs2: remove handle argument to ocfs2_start_trans()
Mark Fasheh
2006-12-01
1
-6
/
+5
*
ocfs2: pass ocfs2_super * into ocfs2_commit_trans()
Mark Fasheh
2006-12-01
1
-6
/
+6
*
ocfs2: remove unused handle argument from ocfs2_meta_lock_full()
Mark Fasheh
2006-12-01
1
-3
/
+3
*
ocfs2: don't use handle for locking in allocation functions
Mark Fasheh
2006-12-01
1
-16
/
+3
*
ocfs2: have ocfs2_extend_trans() take handle_t
Mark Fasheh
2006-12-01
1
-1
/
+1
*
ocfs2: cond_resched() in ocfs2_zero_extend()
Mark Fasheh
2006-10-20
1
-0
/
+7
*
ocfs2: fix page zeroing during simple extends
Mark Fasheh
2006-10-20
1
-20
/
+24
*
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
2006-10-01
1
-15
/
+13
*
ocfs2: add ext2 attributes
Herbert Poetzl
2006-09-20
1
-0
/
+3
*
ocfs2: take meta data lock in ocfs2_file_aio_read()
Mark Fasheh
2006-05-17
1
-0
/
+16
[prev]
[next]