index
:
talos-op-linux
master
Talos™ II 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
*
[XFS] Reduce stack usage within xfs_bmapi by rearranging some code,
Nathan Scott
2006-03-14
1
-323
/
+345
*
[XFS] Reduce xfs_bmapi stack use by removing some local state variables,
Nathan Scott
2006-03-14
1
-42
/
+37
*
[XFS] Dynamically allocate vattr in places it makes sense to do so, to
Nathan Scott
2006-03-14
5
-142
/
+209
*
[XFS] Take a dentry structure off the stack into the data segment.
Nathan Scott
2006-03-14
1
-5
/
+2
*
[XFS] Reduce complexity in xfs_trans_init by pushing complex macros out
Nathan Scott
2006-03-14
1
-34
/
+153
*
[XFS] Dynamically allocate xfs_dir2_put_args_t structure to reduce stack
Nathan Scott
2006-03-14
1
-14
/
+16
*
[XFS] Dynamically allocate local kiocb structures in readv/writev routines
Nathan Scott
2006-03-14
1
-12
/
+22
*
[XFS] 929045 567344 This mod introduces multi-level in-core file extent
Mandy Kirkconnell
2006-03-14
5
-26
/
+826
*
[XFS] 929045 567344 This mod re-organizes some of the in-core file extent
Mandy Kirkconnell
2006-03-14
6
-410
/
+597
*
[XFS] Additional mount time superblock validation checks.
Nathan Scott
2006-03-14
1
-1
/
+4
*
[XFS] using a spinlock per cpu for superblock counter exclusion results in
David Chinner
2006-03-14
3
-14
/
+28
*
[XFS] Add xfs_map_buffer helper, use it in a couple of places.
Nathan Scott
2006-03-14
1
-24
/
+25
*
[XFS] Move some code around to avoid prototypes and prep for future
Nathan Scott
2006-03-14
1
-184
/
+183
*
[XFS] Use XFS_VFSTOM in more places instead of open coding it.
Nathan Scott
2006-03-14
1
-1
/
+1
*
[XFS] forgot a couple of calls to XLOG_VEC_SET_TYPE when porting from irix
Tim Shimmin
2006-03-14
1
-0
/
+2
*
[XFS] UUID endianess fix. uu_timelow is a 32bit field and needs to be
Nathan Scott
2006-03-14
1
-8
/
+7
*
[XFS] Add support for hotplug CPUs to the per-CPU superblock counters by
David Chinner
2006-03-14
3
-2
/
+75
*
[XFS] Make headers compile for more compiler variants; minor cleanup.
Nathan Scott
2006-03-14
2
-27
/
+24
*
[XFS] When compiling with gcc 4.0 and CONFIG_SMP unset, there are many
Nathan Scott
2006-03-14
1
-1
/
+1
*
[XFS] Flag the XFS inode cache as in need of spreading also.
Nathan Scott
2006-03-14
1
-1
/
+2
*
[XFS] Fix a mutex_destroy diagnostic about a locked-mutex-on-destroy from
Nathan Scott
2006-03-14
1
-3
/
+1
*
[XFS] Cleanup the use of zones/slabs, more consistent and allows flags to
Nathan Scott
2006-03-14
5
-72
/
+100
*
[XFS] On machines with more than 8 cpus, when running parallel I/O
David Chinner
2006-03-14
5
-17
/
+586
*
[XFS] XFS propagates MS_NOATIME through two levels internally but doesn't
Nathan Scott
2006-03-14
4
-13
/
+0
*
[XFS] find_exported_dentry(). XFS does not need to use this symbol as it
David Chinner
2006-03-14
1
-1
/
+1
*
[PATCH] ext3: fix nobh mode for chattr +j inodes
Badari Pulavarty
2006-03-11
1
-9
/
+8
*
[PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside
Kirill Korotaev
2006-03-11
2
-3
/
+13
*
[PATCH] mtd: 64 bit fixes
Atsushi Nemoto
2006-03-09
2
-2
/
+3
*
[NET] compat ifconf: fix limits
Randy Dunlap
2006-03-08
1
-1
/
+1
*
[PATCH] v9fs: fix for access to unitialized variables or freed memory
Latchesar Ionkov
2006-03-08
4
-7
/
+4
*
[PATCH] s390: dasd partition detection
Horst Hummel
2006-03-08
1
-6
/
+10
*
[PATCH] jffs2: avoid divide-by-zero
David Woodhouse
2006-03-08
1
-1
/
+1
*
[PATCH] fix file counting
Dipankar Sarma
2006-03-08
2
-33
/
+56
*
[PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options
Phillip Susi
2006-03-08
3
-5
/
+33
*
Mark the pipe file operations static
Linus Torvalds
2006-03-08
1
-3
/
+3
*
Simplify fifo_open() locking logic
Linus Torvalds
2006-03-07
1
-6
/
+1
*
[PATCH] smaps: shared fix
Nick Piggin
2006-03-06
1
-5
/
+4
*
[PATCH] smaps: hugepages fix
Nick Piggin
2006-03-06
1
-1
/
+1
*
[PATCH] ramfs needs to update directory m/ctime on symlink
Peter Staubach
2006-03-06
1
-0
/
+1
*
[PATCH] cramfs mounts provide corrupted content since 2.6.15
Dave Johnson
2006-03-06
1
-31
/
+29
*
[CIFS] Always match oplock break (cache notification) to the right tcp
Steve French
2006-03-05
3
-4
/
+4
*
[PATCH] reiserfs: fix unaligned bitmap usage
Jeff Mahoney
2006-03-02
1
-4
/
+4
*
[PATCH] reiserfs: do not check if unsigned < 0
Vladimir V. Saveliev
2006-03-02
3
-15
/
+10
*
[PATCH] v9fs: simplify fid mapping
Eric Van Hensbergen
2006-03-02
4
-126
/
+15
*
[PATCH] v9fs: fix bug in atomic create open fix
Eric Van Hensbergen
2006-03-02
1
-2
/
+5
*
[PATCH] v9fs: fix atomic create open
Latchesar Ionkov
2006-03-02
6
-296
/
+379
*
[PATCH] ocfs2: use hlists for lockres hash
Mark Fasheh
2006-03-01
5
-45
/
+41
*
[PATCH] ocfs2: added source addr to bind() in o2net_start_connect()
Sunil Mushran
2006-03-01
1
-2
/
+12
*
ocfs2: Respond to on-disk corruption in the extent map code.
Joel Becker
2006-03-01
1
-2
/
+36
*
ocfs2: Set .owner on masklog sysfs attributes.
Joel Becker
2006-03-01
1
-0
/
+1
[next]