index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
move put_unused_fd() and fd_install() to fs/file.c
Al Viro
2
-44
/
+44
2012-09-27
trim free_fdtable_rcu()
Al Viro
1
-15
/
+2
2012-09-27
don't bother with call_rcu() in put_files_struct()
Al Viro
1
-9
/
+5
2012-09-27
move files_struct-related bits from kernel/exit.c to fs/file.c
Al Viro
1
-1
/
+99
2012-09-27
new helper: __alloc_fd()
Al Viro
1
-4
/
+8
2012-09-27
take rlimit check to callers of expand_files()
Al Viro
2
-7
/
+12
2012-09-27
fanotify: sanitize failure exits in copy_event_to_user()
Al Viro
1
-39
/
+20
2012-09-27
pipe(2) - race-free error recovery
Al Viro
1
-9
/
+22
2012-09-27
autofs4: don't open-code fd_install()
Al Viro
1
-16
/
+2
2012-09-27
make get_unused_fd_flags() a function
Al Viro
1
-3
/
+3
2012-09-27
Merge remote branch 'origin' into for-next
Al Viro
81
-672
/
+804
2012-09-27
xfs: Make inode32 a remountable option
Carlos Maiolino
1
-1
/
+9
2012-09-27
xfs: add inode64->inode32 transition into xfs_set_inode32()
Carlos Maiolino
1
-3
/
+12
2012-09-27
xfs: Fix mp->m_maxagi update during inode64 remount
Carlos Maiolino
1
-1
/
+1
2012-09-27
xfs: reduce code duplication handling inode32/64 options
Carlos Maiolino
3
-62
/
+72
2012-09-27
xfs: make inode64 as the default allocation mode
Carlos Maiolino
1
-0
/
+7
2012-09-27
xfs: Fix m_agirotor reset during AG selection
Carlos Maiolino
1
-1
/
+1
2012-09-27
Make inode64 a remountable option
Carlos Maiolino
1
-1
/
+29
2012-09-26
cifs: change DOS/NT/POSIX mapping of ERRnoresource
Jeff Layton
2
-4
/
+5
2012-09-26
compat_ioctl: Avoid using undefined RS-485 IOCTLs
Jaeden Amero
1
-0
/
+4
2012-09-25
cifs: remove support for deprecated "forcedirectio" and "strictcache" mount o...
Jeff Layton
1
-33
/
+4
2012-09-25
cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl
Jeff Layton
1
-19
/
+0
2012-09-25
CIFS: Fix possible memory leaks in SMB2 code
Pavel Shilovsky
1
-9
/
+14
2012-09-25
CIFS: Fix endian conversion of IndexNumber
Pavel Shilovsky
1
-1
/
+1
2012-09-25
Trivial endian fixes
Steve French
2
-3
/
+4
2012-09-25
MARK SMB2 support EXPERIMENTAL
Steve French
1
-1
/
+1
2012-09-25
Update cifs version number
Steve French
1
-1
/
+1
2012-09-25
cifs: add FL_CLOSE to fl_flags mask in cifs_read_flock
Jeff Layton
1
-1
/
+2
2012-09-25
cifs: Mangle string used for unc in /proc/mounts
Sachin Prabhu
1
-1
/
+2
2012-09-25
cifs: cleanups for cifs_mkdir_qinfo
Jeff Layton
1
-27
/
+24
2012-09-25
CIFS: Fix fast lease break after open problem
Pavel Shilovsky
7
-10
/
+158
2012-09-25
CIFS: Add SMB2.1 lease break support
Pavel Shilovsky
6
-14
/
+157
2012-09-25
CIFS: Fix cache coherency for read oplock case
Pavel Shilovsky
1
-4
/
+23
2012-09-25
CIFS: Request SMB2.1 leases
Pavel Shilovsky
8
-27
/
+256
2012-09-25
CIFS: Check for mandatory brlocks on read/write
Pavel Shilovsky
2
-23
/
+102
2012-09-25
CIFS: Turn lock mutex into rw semaphore
Pavel Shilovsky
4
-38
/
+41
2012-09-25
CIFS: Use brlock cache for SMB2
Pavel Shilovsky
3
-1
/
+94
2012-09-25
CIFS: Add brlock support for SMB2
Pavel Shilovsky
7
-5
/
+210
2012-09-25
CIFS: Handle SMB2 lock flags
Pavel Shilovsky
2
-0
/
+17
2012-09-25
CIFS: Move brlock code to ops struct
Pavel Shilovsky
4
-25
/
+40
2012-09-25
CIFS: Remove spinlock dependence in brlock processing
Pavel Shilovsky
3
-39
/
+53
2012-09-25
CIFS: Add NTLMSSP sec type to defaults
Pavel Shilovsky
1
-1
/
+1
2012-09-25
cifs: remove kmap lock and rsize limit
Jeff Layton
4
-49
/
+0
2012-09-25
cifs: replace kvec array in readdata with a single kvec
Jeff Layton
4
-32
/
+21
2012-09-25
cifs: convert async read code to use pages array without kmapping
Jeff Layton
4
-81
/
+80
2012-09-25
cifs: turn the pages list in cifs_readdata into an array
Jeff Layton
2
-38
/
+52
2012-09-25
cifs: allocate kvec array for cifs_readdata as a separate allocation
Jeff Layton
2
-4
/
+13
2012-09-25
cifs: add deprecation warning to sockopt=TCP_NODELAY option
Jeff Layton
1
-5
/
+6
2012-09-25
cifs: remove the kmap size limit from wsize
Jeff Layton
2
-6
/
+0
2012-09-25
cifs: convert async write code to pass in data via rq_pages array
Jeff Layton
4
-95
/
+33
[prev]
[next]