index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
statfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-03
ext4: ->tmpfile() support
Al Viro
1
-1
/
+46
2013-07-03
vfs: export lseek_execute() to modules
Jie Liu
8
-68
/
+25
2013-06-29
lseek_execute() doesn't need an inode passed to it
Al Viro
1
-7
/
+3
2013-06-29
block_dev: switch to fixed_size_llseek()
Al Viro
1
-22
/
+1
2013-06-29
cpqphp_sysfs: switch to fixed_size_llseek()
Al Viro
1
-20
/
+2
2013-06-29
tile-srom: switch to fixed_size_llseek()
Al Viro
1
-25
/
+3
2013-06-29
proc_powerpc: switch to fixed_size_llseek()
Al Viro
1
-18
/
+2
2013-06-29
ubi/cdev: switch to fixed_size_llseek()
Al Viro
1
-25
/
+1
2013-06-29
pci/proc: switch to fixed_size_llseek()
Al Viro
1
-21
/
+2
2013-06-29
isapnp: switch to fixed_size_llseek()
Al Viro
1
-21
/
+1
2013-06-29
lpfc: switch to fixed_size_llseek()
Al Viro
1
-16
/
+2
2013-06-29
locks: give the blocked_hash its own spinlock
Jeff Layton
2
-27
/
+30
2013-06-29
locks: add a new "lm_owner_key" lock operation
Jeff Layton
4
-7
/
+34
2013-06-29
locks: turn the blocked_list into a hashtable
Jeff Layton
1
-8
/
+17
2013-06-29
locks: convert fl_link to a hlist_node
Jeff Layton
2
-13
/
+13
2013-06-29
locks: avoid taking global lock if possible when waking up blocked waiters
Jeff Layton
1
-1
/
+14
2013-06-29
locks: protect most of the file_lock handling with i_lock
Jeff Layton
13
-113
/
+155
2013-06-29
locks: encapsulate the fl_link list handling
Jeff Layton
1
-9
/
+36
2013-06-29
locks: make "added" in __posix_lock_file a bool
Jeff Layton
1
-4
/
+5
2013-06-29
locks: comment cleanups and clarifications
Jeff Layton
2
-8
/
+31
2013-06-29
locks: make generic_add_lease and generic_delete_lease static
Jeff Layton
1
-2
/
+2
2013-06-29
cifs: use posix_unblock_lock instead of locks_delete_block
Jeff Layton
3
-8
/
+2
2013-06-29
locks: drop the unused filp argument to posix_unblock_lock
Jeff Layton
3
-7
/
+4
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
23
-165
/
+108
2013-06-29
minix: bug widening a binary "not" operation
Dan Carpenter
1
-1
/
+1
2013-06-29
splice: lift checks from do_splice_from() into callers
Al Viro
1
-11
/
+20
2013-06-29
constify rw_verify_area()
Al Viro
4
-2
/
+4
2013-06-29
ps3flash: switch to generic_file_llseek_size()
Al Viro
1
-26
/
+2
2013-06-29
wlcore: use *ppos, not file->f_pos
Al Viro
1
-2
/
+2
2013-06-29
bfa: switch to fixed_size_llseek()
Al Viro
1
-25
/
+3
2013-06-29
fnic: switch to fixed_size_llseek()
Al Viro
1
-14
/
+2
2013-06-29
vc: switch to fixed_size_llseek()
Al Viro
1
-16
/
+1
2013-06-29
eisa_eeprom: switch to fixed_size_llseek()
Al Viro
1
-13
/
+2
2013-06-29
bna: switch to fixed_size_llseek()
Al Viro
1
-21
/
+1
2013-06-29
zorro: switch to fixed_size_llseek()
Al Viro
1
-21
/
+1
2013-06-29
mtdchar: switch to fixed_size_llseek()
Al Viro
1
-19
/
+1
2013-06-29
new helper: fixed_size_llseek()
Al Viro
2
-0
/
+22
2013-06-29
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
4
-10
/
+8
2013-06-29
fuse: another open-coded file_inode()
Al Viro
1
-2
/
+1
2013-06-29
btrfs: more open-coded file_inode()
Al Viro
1
-4
/
+4
2013-06-29
fanotify: quit wanking with FASYNC in ->release()
Al Viro
1
-3
/
+0
2013-06-29
comedi: quit wanking with FASYNC in ->release()
Al Viro
1
-3
/
+0
2013-06-29
more open-coded file_inode() calls
Al Viro
3
-4
/
+4
2013-06-29
kill find_inode_number()
Al Viro
3
-32
/
+0
2013-06-29
coda: don't bother with find_inode_number()
Al Viro
1
-7
/
+1
2013-06-29
proc_fill_cache(): clean up, get rid of pointless find_inode_number() use
Al Viro
1
-23
/
+13
2013-06-29
proc_fill_cache(): just make instantiate_t return int
Al Viro
4
-49
/
+43
2013-06-29
proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self
Al Viro
1
-3
/
+3
2013-06-29
proc_fill_cache(): kill pointless check
Al Viro
1
-4
/
+2
2013-06-29
ncpfs: don't bother with EBUSY on removal of busy directories
Al Viro
2
-11
/
+4
[next]