index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
mkmakefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-19
cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...
Tejun Heo
1
-2
/
+1
2010-10-19
Clean up two declarations of blob_len
Shirish Pargaonkar
1
-5
/
+8
2010-10-18
cifs: move cifsFileInfo_put to file.c
Jeff Layton
2
-9
/
+11
2010-10-18
cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock
Jeff Layton
6
-38
/
+38
2010-10-18
[CIFS] Fix minor checkpatch warning and update cifs version
Steve French
2
-3
/
+4
2010-10-18
cifs: move cifs_new_fileinfo to file.c
Jeff Layton
2
-48
/
+47
2010-10-18
cifs: eliminate pfile pointer from cifsFileInfo
Jeff Layton
3
-10
/
+3
2010-10-18
cifs: cifs_write argument change and cleanup
Jeff Layton
1
-34
/
+17
2010-10-18
cifs: clean up cifs_reopen_file
Jeff Layton
3
-74
/
+57
2010-10-18
cifs: eliminate the inode argument from cifs_new_fileinfo
Jeff Layton
3
-27
/
+22
2010-10-18
cifs: eliminate oflags option from cifs_new_fileinfo
Jeff Layton
3
-10
/
+7
2010-10-18
cifs: fix flags handling in cifs_posix_open
Jeff Layton
3
-119
/
+95
2010-10-15
cifs: eliminate cifs_posix_open_inode_helper
Jeff Layton
1
-67
/
+0
2010-10-15
cifs: handle FindFirst failure gracefully
Suresh Jayaraman
1
-8
/
+11
2010-10-14
NTLM authentication and signing - Calculate auth response per smb session
Shirish Pargaonkar
5
-36
/
+36
2010-10-12
cifs: don't use vfsmount to pin superblock for oplock breaks
Jeff Layton
7
-18
/
+29
2010-10-12
cifs: keep dentry reference in cifsFileInfo instead of inode reference
Jeff Layton
4
-5
/
+6
2010-10-12
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)
Jeff Layton
1
-3
/
+9
2010-10-12
CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...
Shirish Pargaonkar
1
-11
/
+69
2010-10-08
cifs: initialize tlink_tree_lock and tlink_tree
Jeff Layton
1
-0
/
+3
2010-10-08
[CIFS] Remove build warning
Steve French
1
-1
/
+1
2010-10-08
cifs: fix module refcount leak in find_domain_name
Jeff Layton
1
-1
/
+4
2010-10-08
cifs: implement recurring workqueue job to prune old tcons
Jeff Layton
2
-1
/
+58
2010-10-08
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)
Jeff Layton
1
-0
/
+10
2010-10-07
sysctl: fix min/max handling in __do_proc_doulongvec_minmax()
Eric Dumazet
1
-1
/
+1
2010-10-07
MAINTAINERS: add Samsung S5P series FIMC maintainers
Kyungmin Park
1
-0
/
+10
2010-10-07
MAINTAINERS: Haavard has moved
Andrew Morton
1
-1
/
+1
2010-10-07
memcg: fix thresholds with use_hierarchy == 1
Kirill A. Shutemov
1
-3
/
+7
2010-10-07
mm: alloc_large_system_hash() printk overflow on 16TB boot
Robin Holt
1
-2
/
+2
2010-10-07
[CIFS] Various small checkpatch cleanups
Steve French
3
-12
/
+12
2010-10-07
cifs: add "multiuser" mount option
Jeff Layton
1
-0
/
+13
2010-10-07
cifs: add routines to build sessions and tcons on the fly
Jeff Layton
3
-28
/
+279
2010-10-07
HWPOISON: Stop shrinking at right page count
Andi Kleen
1
-1
/
+1
2010-10-07
HWPOISON: Report correct address granuality for AO huge page errors
Andi Kleen
1
-5
/
+5
2010-10-07
HWPOISON: Copy si_addr_lsb to user
Andi Kleen
1
-0
/
+8
2010-10-07
page-types.c: fix name of unpoison interface
Naoya Horiguchi
1
-1
/
+1
2010-10-07
elevator: fix oops on early call to elevator_change()
Jens Axboe
2
-4
/
+9
2010-10-07
drm: don't drop handle reference on unload
Dave Airlie
4
-4
/
+1
2010-10-07
xfs: properly account for reclaimed inodes
Johannes Weiner
1
-5
/
+14
2010-10-07
md: check return code of read_sb_page
Vasiliy Kulikov
1
-4
/
+5
2010-10-07
md/raid1: minor bio initialisation improvements.
NeilBrown
1
-0
/
+2
2010-10-07
md/raid1: avoid overflow in raid1 resync when bitmap is in use.
NeilBrown
1
-1
/
+1
2010-10-06
Linux 2.6.36-rc7
v2.6.36-rc7
Linus Torvalds
1
-1
/
+1
2010-10-06
ntlm authentication and signing - Correct response length for ntlmv2 authenti...
Shirish Pargaonkar
1
-3
/
+6
2010-10-06
cifs: fix cifs_show_options to show "username=" or "multiuser"
Jeff Layton
1
-1
/
+5
2010-10-06
cifs: have find_readable/writable_file filter by fsuid
Jeff Layton
6
-16
/
+35
2010-10-06
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
Jeff Layton
9
-33
/
+41
2010-10-06
cifs: add refcounted and timestamped container for holding tcons
Jeff Layton
9
-148
/
+376
2010-10-06
powerpc: remove unused variable
Stephen Rothwell
1
-1
/
+0
2010-10-06
drm/ttm: Fix two race conditions + fix busy codepaths
Thomas Hellstrom
2
-13
/
+74
[next]