index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ocfs2
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-10
ocfs2: plug truncate into cached dealloc routines
Mark Fasheh
5
-94
/
+29
2007-07-10
ocfs2: simplify deallocation locking
Mark Fasheh
4
-21
/
+242
2007-07-10
ocfs2: harden buffer check during mapping of page blocks
Mark Fasheh
1
-1
/
+2
2007-07-10
ocfs2: shared writeable mmap
Mark Fasheh
4
-39
/
+200
2007-07-10
ocfs2: factor out write aops into nolock variants
Mark Fasheh
1
-40
/
+80
2007-07-10
ocfs2: rework ocfs2_buffered_write_cluster()
Mark Fasheh
3
-438
/
+551
2007-07-10
ocfs2: take ip_alloc_sem during entire truncate
Mark Fasheh
2
-6
/
+9
2007-07-10
ocfs2: Add "preferred slot" mount option
Sunil Mushran
3
-5
/
+31
2007-07-10
[KJ PATCH] Replacing memset(<addr>,0,PAGE_SIZE) with clear_page() in fs/ocfs2...
Shani Moideen
1
-1
/
+1
2007-07-10
[PATCH] ocfs2: use list_for_each_entry where benefical
Christoph Hellwig
6
-105
/
+47
2007-07-10
ocfs2: Wake up a starting region if it gets killed in the background.
Joel Becker
1
-1
/
+20
2007-07-10
ocfs2: live heartbeat depends on the local node configuration
Joel Becker
3
-3
/
+46
2007-07-10
ocfs2: Depend on configfs heartbeat items.
Joel Becker
7
-17
/
+92
2007-07-10
configfs: Convert subsystem semaphore to mutex
Joel Becker
1
-1
/
+1
2007-07-10
pipe: change the ->pin() operation to ->confirm()
Jens Axboe
1
-2
/
+2
2007-07-10
splice: divorce the splice structure/function definitions from the pipe header
Jens Axboe
1
-1
/
+1
2007-07-10
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
1
-1
/
+0
2007-07-10
vmsplice: add vmsplice-to-user support
Jens Axboe
1
-1
/
+1
2007-07-10
splice: abstract out actor data
Jens Axboe
1
-3
/
+8
2007-06-06
ocfs2: Fix invalid assertion during write on 64k pages
Mark Fasheh
1
-10
/
+10
2007-06-06
ocfs2: Fix masklog breakage
Tiger Yang
1
-2
/
+1
2007-05-25
[PATCH] ocfs2: use generic_segment_checks
Christoph Hellwig
1
-31
/
+1
2007-05-25
ocfs2: fix inode leak
Mark Fasheh
1
-3
/
+4
2007-05-25
[PATCH] ocfs2: use zero_user_page
Nate Diller
1
-4
/
+1
2007-05-25
ocfs2: unmap_mapping_range() in ocfs2_truncate()
Mark Fasheh
1
-0
/
+1
2007-05-25
ocfs2: trylock in ocfs2_readpage()
Mark Fasheh
1
-1
/
+5
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
2
-25
/
+21
2007-05-10
ocfs2: kobject/kset foobar
Randy Dunlap
1
-2
/
+3
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
5
-5
/
+0
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
2
-4
/
+2
2007-05-07
mm: make read_cache_page synchronous
Nick Piggin
1
-7
/
+0
2007-05-04
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
23
-91
/
+151
2007-05-02
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
3
-7
/
+6
2007-05-02
ocfs2: Force use of GFP_NOFS in ocfs2_write()
Mark Fasheh
1
-1
/
+1
2007-05-02
ocfs2: fix sparse warnings in fs/ocfs2/cluster
Mark Fasheh
2
-6
/
+6
2007-05-02
ocfs2: fix sparse warnings in fs/ocfs2/dlm
Mark Fasheh
2
-8
/
+8
2007-05-02
ocfs2: fix sparse warnings in fs/ocfs2
Mark Fasheh
10
-30
/
+37
2007-05-02
[PATCH] Copy i_flags to ocfs2 inode flags on write
Jan Kara
3
-0
/
+22
2007-05-02
[PATCH] ocfs2: use __set_current_state()
Milind Arun Choudhary
1
-1
/
+1
2007-05-02
ocfs2: Wrap access of directory allocations with ip_alloc_sem.
Joel Becker
2
-1
/
+8
2007-05-02
[PATCH] fs/ocfs2/: make 3 functions static
Adrian Bunk
5
-44
/
+36
2007-05-02
ocfs2: Implement compat_ioctl()
Mark Fasheh
4
-0
/
+32
2007-04-26
ocfs2: Cache extent records
Mark Fasheh
7
-0
/
+289
2007-04-26
ocfs2: Remember rw lock level during direct io
Mark Fasheh
3
-7
/
+19
2007-04-26
ocfs2: Fix up i_blocks calculation to know about holes
Mark Fasheh
9
-30
/
+25
2007-04-26
ocfs2: Fix extent lookup to return true size of holes
Mark Fasheh
5
-12
/
+109
2007-04-26
ocfs2: Read from an unwritten extent returns zeros
Mark Fasheh
10
-23
/
+45
2007-04-26
ocfs2: make room for unwritten extents flag
Mark Fasheh
6
-69
/
+151
2007-04-26
ocfs2: Use own splice write actor
Mark Fasheh
3
-1
/
+162
2007-04-26
ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()
Mark Fasheh
1
-1
/
+4
[prev]
[next]