index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[XFS] Add EA list callbacks for xfs kernel use. Cleanup some namespace
Tim Shimmin
2006-09-28
4
-247
/
+334
|
*
[XFS] Update XFS for i_blksize removal from generic inode structure
Nathan Scott
2006-09-28
1
-5
/
+20
|
*
[XFS] remove accidentally reintroduced vfs unmount flag, unneeded in
Nathan Scott
2006-09-28
1
-1
/
+1
|
*
[XFS] remove bhv_lookup, _range version works aswell and has more useful
Christoph Hellwig
2006-09-28
4
-25
/
+2
|
*
[XFS] use NULL for pointer initialisation instead of zero-cast-to-ptr
Nathan Scott
2006-09-28
4
-15
/
+15
|
*
[XFS] endianess annotations for xfs_bmbt_key Trivial as there are no
Christoph Hellwig
2006-09-28
4
-33
/
+25
|
*
[XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make sure it returns a
Christoph Hellwig
2006-09-28
3
-50
/
+47
|
*
[XFS] endianess annotations for xfs_bmbt_ptr_t/xfs_bmdr_ptr_t
Christoph Hellwig
2006-09-28
1
-2
/
+4
|
*
[XFS] add xfs_btree_check_lptr_disk variant which handles endian
Christoph Hellwig
2006-09-28
3
-13
/
+16
|
*
[XFS] remove left over INT_ comments in *alloc*.c We can verify endianess
Christoph Hellwig
2006-09-28
2
-16
/
+16
|
*
[XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_t
Christoph Hellwig
2006-09-28
6
-46
/
+51
|
*
[XFS] endianess annotation for xfs_agfl_t. Trivial, xfs_agfl_t is always
Christoph Hellwig
2006-09-28
2
-4
/
+4
|
*
[XFS] Fix sparse warning found when page tracing enabled, due to
Nathan Scott
2006-09-28
1
-4
/
+4
|
*
[XFS] Fix rounding bug in xfs_free_file_space found by sparse checking.
Nathan Scott
2006-09-28
1
-3
/
+2
|
*
[XFS] move XFS_IOC_GETVERSION to main multiplexer
Alexey Dobriyan
2006-09-28
1
-7
/
+2
|
*
[XFS] cleanup the field types of some item format structures
Tim Shimmin
2006-09-28
2
-54
/
+62
|
*
[XFS] Improve xfsbufd delayed write submission patterns, after blktrace
Nathan Scott
2006-09-28
1
-10
/
+14
|
*
[XFS] pass inode to xfs_ioc_space(), simplify some code. There is trivial
Alexey Dobriyan
2006-09-28
1
-5
/
+5
*
|
[PATCH] Kcore elf note namesz field fix
Vivek Goyal
2006-09-29
1
-2
/
+2
*
|
[PATCH] expand_fdtable(): remove pointless unlock+lock
Andrew Morton
2006-09-29
1
-2
/
+0
*
|
[PATCH] Clean up expand_fdtable() and expand_files()
Vadim Lobanov
2006-09-29
1
-41
/
+35
*
|
[PATCH] Access Control Lists for tmpfs
Andreas Gruenbacher
2006-09-29
1
-0
/
+13
*
|
[PATCH] Generic infrastructure for acls
Andreas Gruenbacher
2006-09-29
3
-0
/
+202
*
|
[PATCH] enforce RLIMIT_NOFILE in poll()
Chris Snook
2006-09-29
1
-7
/
+1
*
|
[PATCH] fs/namei.c: replace multiple current->fs by shortcut variable
Andreas Mohr
2006-09-29
1
-39
/
+47
*
|
[PATCH] Ban register_filesystem(NULL);
Alexey Dobriyan
2006-09-29
1
-2
/
+0
*
|
[PATCH] 9p: fix leak on error path
Alexey Dobriyan
2006-09-29
1
-2
/
+4
*
|
[PATCH] cramfs: make cramfs_uncompress_exit() return void
Alexey Dobriyan
2006-09-29
1
-2
/
+1
*
|
[PATCH] freevxfs: fix leak on error path
Alexey Dobriyan
2006-09-29
1
-3
/
+8
*
|
[PATCH] cramfs: rewrite init_cramfs_fs()
Alexey Dobriyan
2006-09-29
1
-2
/
+9
*
|
[PATCH] fix mem_write() return value
Frederik Deweerdt
2006-09-29
1
-1
/
+2
*
|
[PATCH] block_dev.c mutex_lock_nested() fix
Jason Baron
2006-09-29
1
-1
/
+1
*
|
[PATCH] autofs4: pending flag not cleared on mount fail
Ian Kent
2006-09-29
1
-3
/
+3
*
|
[PATCH] autofs4: autofs4_follow_link false negative fix
Ian Kent
2006-09-29
1
-1
/
+1
*
|
[PATCH] cdev documentation
Jonathan Corbet
2006-09-29
1
-0
/
+59
*
|
[PATCH] tty: stop the tty vanishing under procfs access
Alan Cox
2006-09-29
1
-0
/
+3
*
|
[PATCH] I/O Error attempting to read last partial block of a file in an ISO96...
Joel & Rebecca VanderZee
2006-09-29
1
-24
/
+24
*
|
[PATCH] dquot: add proper locking when using current->signal->tty
Jan Kara
2006-09-29
1
-0
/
+5
*
|
[PATCH] elf_fdpic_core_dump: don't take tasklist_lock
Oleg Nesterov
2006-09-29
1
-4
/
+3
*
|
[PATCH] elf_core_dump: don't take tasklist_lock
Oleg Nesterov
2006-09-29
1
-4
/
+3
*
|
[PATCH] fix wrong error code on interrupted close syscalls
Ernie Petrides
2006-09-29
1
-1
/
+11
*
|
[PATCH] Chardev checking of overlapping ranges
Amos Waterland
2006-09-29
1
-5
/
+23
*
|
[PATCH] Fix unserialized task->files changing
Kirill Korotaev
2006-09-29
3
-10
/
+5
*
|
[PATCH] add -o flush for fat
Chris Mason
2006-09-29
3
-3
/
+80
*
|
[PATCH] fs.h: ifdef security fields
Alexey Dobriyan
2006-09-29
1
-1
/
+0
*
|
[PATCH] reiserfs: ifdef ACL stuff from inode
Alexey Dobriyan
2006-09-29
2
-4
/
+12
*
|
[PATCH] reiserfs: ifdef xattr_sem
Alexey Dobriyan
2006-09-29
1
-2
/
+2
*
|
[PATCH] Fix reiserfs latencies caused by data=ordered
Chris Mason
2006-09-29
1
-11
/
+43
*
|
[PATCH] reiserfs_fsync should only use barriers when they are enabled
Chris Mason
2006-09-29
1
-1
/
+1
*
|
[PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLY
Eric Sandeen
2006-09-29
1
-0
/
+4
[prev]
[next]