index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2009-09-14
5
-100
/
+12
|
\
\
\
\
|
*
|
|
|
udf: Fix possible corruption when close races with write
Jan Kara
2009-09-14
1
-0
/
+2
|
*
|
|
|
udf: Perform preallocation only for regular files
Jan Kara
2009-09-14
1
-9
/
+10
|
*
|
|
|
udf: Remove wrong assignment in udf_symlink
Jan Kara
2009-09-14
1
-1
/
+0
|
*
|
|
|
udf: Remove dead code
Jan Kara
2009-09-14
2
-90
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2009-09-14
22
-759
/
+567
|
\
\
\
\
|
*
|
|
|
fs/Kconfig: move nilfs2 outside misc filesystems
Ryusuke Konishi
2009-09-14
2
-2
/
+2
|
*
|
|
|
nilfs2: convert nilfs_bmap_lookup to an inline function
Ryusuke Konishi
2009-09-14
3
-36
/
+28
|
*
|
|
|
nilfs2: allow btree code to directly call dat operations
Ryusuke Konishi
2009-09-14
4
-299
/
+167
|
*
|
|
|
nilfs2: add update functions of virtual block address to dat
Ryusuke Konishi
2009-09-14
3
-20
/
+44
|
*
|
|
|
nilfs2: remove individual gfp constants for each metadata file
Ryusuke Konishi
2009-09-14
8
-19
/
+9
|
*
|
|
|
nilfs2: stop zero-fill of btree path just before free it
Ryusuke Konishi
2009-09-14
1
-24
/
+12
|
*
|
|
|
nilfs2: remove unused btree argument from btree functions
Ryusuke Konishi
2009-09-14
1
-248
/
+208
|
*
|
|
|
nilfs2: remove nilfs_dat_abort_start and nilfs_dat_abort_free
Ryusuke Konishi
2009-09-14
2
-12
/
+0
|
*
|
|
|
nilfs2: shorten freeze period due to GC in write operation v3
Jiro SEKIBA
2009-09-14
2
-7
/
+21
|
*
|
|
|
nilfs2: add more check routines in mount process
Zhu Yanhai
2009-09-14
2
-4
/
+14
|
*
|
|
|
nilfs2: An unassigned variable is assigned to a never used structure member
Zhang Qiang
2009-09-14
1
-4
/
+0
|
*
|
|
|
nilfs2: use GFP_NOIO for bio_alloc instead of GFP_NOWAIT
Ryusuke Konishi
2009-09-14
1
-2
/
+2
|
*
|
|
|
nilfs2: stop using periodic write_super callback
Jiro SEKIBA
2009-09-14
2
-46
/
+7
|
*
|
|
|
nilfs2: clean up nilfs_write_super
Jiro SEKIBA
2009-09-14
2
-8
/
+17
|
*
|
|
|
nilfs2: fix disorder of nilfs_write_super in nilfs_sync_fs
Jiro SEKIBA
2009-09-14
1
-2
/
+8
|
*
|
|
|
nilfs2: remove redundant super block commit
Jiro SEKIBA
2009-09-14
1
-3
/
+0
|
*
|
|
|
nilfs2: implement nilfs_show_options to display mount options in /proc/mounts
Jiro SEKIBA
2009-09-14
1
-1
/
+23
|
*
|
|
|
nilfs2: always lookup disk block address before reading metadata block
Ryusuke Konishi
2009-09-14
1
-15
/
+10
|
*
|
|
|
nilfs2: use semaphore to protect pointer to a writable FS-instance
Ryusuke Konishi
2009-09-14
3
-26
/
+12
|
*
|
|
|
nilfs2: fix format string compile warning (ino_t)
Heiko Carstens
2009-09-14
1
-1
/
+2
|
*
|
|
|
nilfs2: fix ignored error code in __nilfs_read_inode()
Ryusuke Konishi
2009-09-14
1
-1
/
+2
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2009-09-14
13
-267
/
+223
|
\
\
\
\
\
|
*
|
|
|
|
cifs: consolidate reconnect logic in smb_init routines
Jeff Layton
2009-09-03
1
-189
/
+123
|
*
|
|
|
|
cifs: Replace wrtPending with a real reference count
Dave Kleikamp
2009-09-01
5
-39
/
+31
|
*
|
|
|
|
cifs: protect GlobalOplock_Q with its own spinlock
Jeff Layton
2009-09-01
3
-16
/
+20
|
*
|
|
|
|
cifs: use tcon pointer in cifs_show_options
Jeff Layton
2009-09-01
1
-6
/
+3
|
*
|
|
|
|
cifs: send IPv6 addr in upcall with colon delimiters
Jeff Layton
2009-09-01
1
-1
/
+1
|
*
|
|
|
|
[CIFS] Fix checkpatch warnings
Steve French
2009-09-01
3
-8
/
+11
|
*
|
|
|
|
PATCH] cifs: fix broken mounts when a SSH tunnel is used (try #4)
Suresh Jayaraman
2009-09-01
1
-12
/
+33
|
*
|
|
|
|
[CIFS] Memory leak in ntlmv2 hash calculation
Alexander Strakh
2009-09-01
1
-0
/
+1
|
*
|
|
|
|
[CIFS] potential NULL dereference in parse_DFS_referrals()
Steve French
2009-08-31
1
-0
/
+4
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-09-14
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-12
167
-2335
/
+3271
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
*
|
|
|
|
genetlink: make netns aware
Johannes Berg
2009-07-12
1
-1
/
+1
*
|
|
|
|
|
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2009-09-11
24
-983
/
+2037
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'nfs-for-2.6.32'
Trond Myklebust
2009-09-11
24
-983
/
+2037
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
NFSv4: Disallow 'mount -t nfs4 -overs=2' and 'mount -t nfs4 -overs=3'
Trond Myklebust
2009-09-08
1
-0
/
+6
|
|
*
|
|
|
|
|
NFS: Allow the "nfs" file system type to support NFSv4
Chuck Lever
2009-09-08
2
-2
/
+47
|
|
*
|
|
|
|
|
NFS: Move details of nfs4_get_sb() to a helper
Chuck Lever
2009-09-08
1
-13
/
+31
|
|
*
|
|
|
|
|
NFS: Refactor NFSv4 text-based mount option validation
Chuck Lever
2009-09-08
1
-28
/
+35
|
|
*
|
|
|
|
|
NFS: Mount option parser should detect missing "port="
Chuck Lever
2009-09-08
2
-28
/
+36
|
|
*
|
|
|
|
|
NFS: out of date comment regarding O_EXCL above nfs3_proc_create()
Harshula Jayasuriya
2009-09-08
1
-1
/
+0
|
|
*
|
|
|
|
|
NFS: Handle a zero-length auth flavor list
Chuck Lever
2009-08-23
1
-0
/
+10
|
|
*
|
|
|
|
|
nfs: Remove reference to generic_osync_inode from a comment
Jan Kara
2009-08-19
1
-3
/
+0
[prev]
[next]