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
...
*
ocfs2: add missing dlm_put() in dlm_begin_reco_handler()
Xue jiufei
2013-07-03
1
-0
/
+1
*
ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags
Joseph Qi
2013-07-03
1
-3
/
+3
*
fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead...
Joseph Qi
2013-07-03
1
-2
/
+1
*
fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations
Joseph Qi
2013-07-03
1
-3
/
+0
*
configfs: use capped length for ->store_attribute()
Dan Carpenter
2013-07-03
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-07-03
65
-586
/
+800
|
\
|
*
ext4: ->tmpfile() support
Al Viro
2013-07-03
1
-1
/
+46
|
*
vfs: export lseek_execute() to modules
Jie Liu
2013-07-03
6
-64
/
+23
|
*
lseek_execute() doesn't need an inode passed to it
Al Viro
2013-06-29
1
-7
/
+3
|
*
block_dev: switch to fixed_size_llseek()
Al Viro
2013-06-29
1
-22
/
+1
|
*
locks: give the blocked_hash its own spinlock
Jeff Layton
2013-06-29
1
-19
/
+22
|
*
locks: add a new "lm_owner_key" lock operation
Jeff Layton
2013-06-29
2
-2
/
+22
|
*
locks: turn the blocked_list into a hashtable
Jeff Layton
2013-06-29
1
-8
/
+17
|
*
locks: convert fl_link to a hlist_node
Jeff Layton
2013-06-29
1
-12
/
+12
|
*
locks: avoid taking global lock if possible when waking up blocked waiters
Jeff Layton
2013-06-29
1
-1
/
+14
|
*
locks: protect most of the file_lock handling with i_lock
Jeff Layton
2013-06-29
11
-95
/
+141
|
*
locks: encapsulate the fl_link list handling
Jeff Layton
2013-06-29
1
-9
/
+36
|
*
locks: make "added" in __posix_lock_file a bool
Jeff Layton
2013-06-29
1
-4
/
+5
|
*
locks: comment cleanups and clarifications
Jeff Layton
2013-06-29
1
-8
/
+13
|
*
locks: make generic_add_lease and generic_delete_lease static
Jeff Layton
2013-06-29
1
-2
/
+2
|
*
cifs: use posix_unblock_lock instead of locks_delete_block
Jeff Layton
2013-06-29
2
-3
/
+2
|
*
locks: drop the unused filp argument to posix_unblock_lock
Jeff Layton
2013-06-29
2
-4
/
+2
|
*
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
2013-06-29
20
-144
/
+95
|
*
minix: bug widening a binary "not" operation
Dan Carpenter
2013-06-29
1
-1
/
+1
|
*
splice: lift checks from do_splice_from() into callers
Al Viro
2013-06-29
1
-11
/
+20
|
*
constify rw_verify_area()
Al Viro
2013-06-29
3
-1
/
+4
|
*
new helper: fixed_size_llseek()
Al Viro
2013-06-29
1
-0
/
+20
|
*
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
2013-06-29
4
-10
/
+8
|
*
fuse: another open-coded file_inode()
Al Viro
2013-06-29
1
-2
/
+1
|
*
btrfs: more open-coded file_inode()
Al Viro
2013-06-29
1
-4
/
+4
|
*
fanotify: quit wanking with FASYNC in ->release()
Al Viro
2013-06-29
1
-3
/
+0
|
*
kill find_inode_number()
Al Viro
2013-06-29
2
-31
/
+0
|
*
coda: don't bother with find_inode_number()
Al Viro
2013-06-29
1
-7
/
+1
|
*
proc_fill_cache(): clean up, get rid of pointless find_inode_number() use
Al Viro
2013-06-29
1
-23
/
+13
|
*
proc_fill_cache(): just make instantiate_t return int
Al Viro
2013-06-29
4
-49
/
+43
|
*
proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self
Al Viro
2013-06-29
1
-3
/
+3
|
*
proc_fill_cache(): kill pointless check
Al Viro
2013-06-29
1
-4
/
+2
|
*
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
2013-06-29
2
-11
/
+4
|
*
don't call file_pos_write() if vfs_{read,write}{,v}() fails
Al Viro
2013-06-29
1
-6
/
+12
|
*
Replace a bunch of file->dentry->d_inode refs with file_inode()
David Howells
2013-06-29
1
-1
/
+1
|
*
udf: provide ->tmpfile()
Al Viro
2013-06-29
1
-0
/
+24
|
*
ext3 ->tmpfile() support
Al Viro
2013-06-29
1
-1
/
+46
|
*
allow the temp files created by open() to be linked to
Al Viro
2013-06-29
2
-3
/
+17
|
*
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
2013-06-29
5
-5
/
+122
|
*
allow build_open_flags() to return an error
Al Viro
2013-06-29
4
-31
/
+41
|
*
lift file_*_write out of do_splice_direct()
Al Viro
2013-06-29
2
-2
/
+2
|
*
lift file_*_write out of do_splice_from()
Al Viro
2013-06-29
1
-4
/
+5
|
*
do_last(): fix missing checks for LAST_BIND case
Al Viro
2013-06-29
1
-21
/
+3
*
|
Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-07-02
5
-10
/
+52
|
\
\
|
*
\
Merge 3.10-rc7 into driver-core-next
Greg Kroah-Hartman
2013-06-24
3
-21
/
+40
|
|
\
\
[prev]
[next]