index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate
Nikanth Karthikesan
2010-05-16
1
-0
/
+5
|
*
|
ext4: Remove extraneous newlines in ext4_msg() calls
Curt Wohlgemuth
2010-05-16
2
-4
/
+4
|
*
|
ext4: Print mount options in when mounting and add a remount message
Curt Wohlgemuth
2010-05-16
1
-1
/
+10
|
*
|
ext4: don't use quota reservation for speculative metadata
Eric Sandeen
2010-05-16
2
-48
/
+26
|
*
|
quota: add the option to not fail with EDQUOT in block
Eric Sandeen
2010-05-16
1
-1
/
+2
|
*
|
quota: use flags interface for dquot alloc/free space
Eric Sandeen
2010-05-16
1
-3
/
+5
|
*
|
ext4: init statistics after journal recovery
Dmitry Monakhov
2010-05-16
1
-22
/
+18
|
*
|
ext4: clean up inode bitmaps manipulation in ext4_free_inode
Dmitry Monakhov
2010-05-16
1
-46
/
+39
|
*
|
ext4: Do not zero out uninitialized extents beyond i_size
Dmitry Monakhov
2010-05-16
1
-16
/
+51
|
*
|
jbd2: Improve scalability by not taking j_state_lock in jbd2_journal_stop()
Theodore Ts'o
2010-05-16
1
-4
/
+1
|
*
|
ext4: don't scan/accumulate more pages than mballoc will allocate
Eric Sandeen
2010-05-16
1
-0
/
+9
|
*
|
ext4: stop issuing discards if not supported by device
Eric Sandeen
2010-05-16
1
-1
/
+7
|
*
|
ext4: don't return to userspace after freezing the fs with a mutex held
Eric Sandeen
2010-05-16
1
-10
/
+10
|
*
|
ext4: symlink must be handled via filesystem specific operation
Dmitry Monakhov
2010-05-16
1
-0
/
+2
|
*
|
ext4: check s_log_groups_per_flex in online resize code
Eric Sandeen
2010-05-16
1
-1
/
+2
|
*
|
ext4: fix quota accounting in case of fallocate
Dmitry Monakhov
2010-05-16
1
-1
/
+2
|
*
|
ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
Christian Borntraeger
2010-05-15
1
-0
/
+2
|
*
|
ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
Jing Zhang
2010-05-14
1
-12
/
+12
|
*
|
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
Jing Zhang
2010-05-13
1
-2
/
+0
|
*
|
ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
Jing Zhang
2010-05-12
1
-7
/
+8
|
*
|
ext4: Fix coding style in fs/ext4/move_extent.c
Steven Liu
2010-05-11
1
-0
/
+1
|
*
|
ext4: check missed return value in ext4_sync_file()
Dmitry Monakhov
2010-05-10
1
-1
/
+1
*
|
|
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2010-05-27
2
-4
/
+17
|
\
\
\
|
*
|
|
NFS: Fix another nfs_wb_page() deadlock
Trond Myklebust
2010-05-26
1
-2
/
+5
|
*
|
|
NFS: Ensure that we mark the inode as dirty if we exit early from commit
Trond Myklebust
2010-05-26
1
-2
/
+11
|
*
|
|
NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker
Trond Myklebust
2010-05-26
1
-0
/
+1
*
|
|
|
fs/: do not fallback to default_llseek() when readdir() uses BKL
jan Blunck
2010-05-27
8
-0
/
+9
*
|
|
|
vfs: introduce noop_llseek()
jan Blunck
2010-05-27
1
-0
/
+17
*
|
|
|
aio: fix the compat vectored operations
Jeff Moyer
2010-05-27
2
-25
/
+42
*
|
|
|
compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev
Jeff Moyer
2010-05-27
1
-53
/
+77
*
|
|
|
fs/affs: use ERR_CAST
Julia Lawall
2010-05-27
1
-1
/
+1
*
|
|
|
kcore: add _text to KCORE_TEXT
Wu Fengguang
2010-05-27
1
-1
/
+1
*
|
|
|
proc: remove obsolete comments
Amerigo Wang
2010-05-27
1
-15
/
+0
*
|
|
|
proc: cleanup: remove unused assignments
Dan Carpenter
2010-05-27
2
-3
/
+2
*
|
|
|
proc: get_nr_threads() doesn't need ->siglock any longer
Oleg Nesterov
2010-05-27
2
-14
/
+2
*
|
|
|
exit: avoid sig->count in de_thread/__exit_signal synchronization
Oleg Nesterov
2010-05-27
1
-6
/
+5
*
|
|
|
coredump: shift down_write(mmap_sem) into coredump_wait()
Oleg Nesterov
2010-05-27
1
-12
/
+7
*
|
|
|
coredump: factor out put_cred() calls
Oleg Nesterov
2010-05-27
1
-10
/
+6
*
|
|
|
coredump: cleanup "ispipe" code
Oleg Nesterov
2010-05-27
1
-22
/
+17
*
|
|
|
coredump: factor out the not-ispipe file checks
Oleg Nesterov
2010-05-27
1
-32
/
+31
*
|
|
|
exec: replace call_usermodehelper_pipe with use of umh init function and reso...
Neil Horman
2010-05-27
1
-7
/
+56
*
|
|
|
ufs: permit mounting of BorderWare filesystems
Thomas Stewart
2010-05-27
2
-0
/
+3
*
|
|
|
fs/autofs4: use memdup_user
Julia Lawall
2010-05-27
1
-11
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
2010-05-26
13
-19
/
+696
|
\
\
\
\
|
*
|
|
|
squashfs: fix name reading in squashfs_xattr_get
Phillip Lougher
2010-05-23
1
-2
/
+6
|
*
|
|
|
squashfs: constify xattr handlers
Phillip Lougher
2010-05-23
2
-8
/
+8
|
*
|
|
|
squashfs: xattr fix sparse warnings
Stephen Hemminger
2010-05-17
1
-4
/
+4
|
*
|
|
|
squashfs: xattr_lookup sparse fix
Stephen Hemminger
2010-05-17
2
-3
/
+4
|
*
|
|
|
squashfs: add xattr support configure option
Phillip Lougher
2010-05-17
8
-8
/
+63
|
*
|
|
|
squashfs: add new extended inode types
Phillip Lougher
2010-05-17
6
-16
/
+135
[prev]
[next]