Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0753ca7bc2b876dd136e9db11a20f85cbe4e08b1
/
fs
0753ca7
[CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to access
by Steve French
· 19 years ago
0429094
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by Steve French
· 19 years ago
94c1d31
[PATCH] Fix HFS+ to free up the space when a file is deleted.
by Peter Wainwright
· 19 years ago
8d3b359
[PATCH] inotify/idr leak fix
by Andrew Morton
· 19 years ago
8766ce4
[PATCH] aio syscalls are not checked by lsm
by Kostik Belousov
· 19 years ago
d6d3f5b
Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/
by Steve French
· 19 years ago
23e7dd7
[CIFS] Defer close of file handle slightly if there are pending writes that
by Steve French
· 19 years ago
4faa528
[PATCH] aio: revert lock_kiocb()
by Zach Brown
· 19 years ago
b65574f
[PATCH] output of /proc/maps on nommu systems is incomplete
by David McCullough
· 19 years ago
6ce9691
[PATCH] NFS: Fix Oopsable/unnecessary i_count manipulations in nfs_wait_on_inode()
by Trond Myklebust
· 19 years ago
b3c52da
[PATCH] NFS: Fix cache consistency races
by Trond Myklebust
· 19 years ago
63c6764
[PATCH] nommu build error fix
by Yoshinori Sato
· 19 years ago
84d2f07
CIFS: cifs_writepages should not write beyond end of file
by Steve French
· 19 years ago
47c786e
[CIFS] Add null malloc response check in notify experimental code
by Steve French
· 19 years ago
1047abc
[CIFS] CIFS Stats improvements
by Steve French
· 19 years ago
6de5051
[PATCH] binfmt_elf bss padding fix
by akpm@osdl.org
· 19 years ago
22c1ea4
[PATCH] nfsacl: Solaris VxFS compatibility fix
by Andreas Gruenbacher
· 19 years ago
19cba8a
[PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9fs_file_write
by Latchesar Ionkov
· 19 years ago
4ca9c19
[CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTAL
by Steve French
· 19 years ago
34210f3
[CIFS] Still missing a line from previous fix
by Steve French
· 19 years ago
9e2e85f
[CIFS] Fix minor build problem with previous changeset
by Steve French
· 19 years ago
b387eae
[CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaults
by Steve French
· 19 years ago
5e1253b
[CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.
by Steve French
· 19 years ago
02c37a6d
[CIFS] Update cifs version to 1.38
by Steve French
· 19 years ago
190fdeb
[CIFS] Fix byte range locking to Windows when Windows server returns
by Steve French
· 19 years ago
0ae0efa
[CIFS] Fix rsize calculation so that large readx flag is checked.
by Steve French
· 19 years ago
68058e7
[CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff
by Steve French
· 19 years ago
1cc956e
[PATCH] relayfs: fix bogus param value in call to vmap
by Tom Zanussi
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
131afd0b
[CIFS] /proc/fs/cifs debug code cleanup and new stats2
by Steve French
· 19 years ago
8298411
Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
by Linus Torvalds
· 19 years ago
dd99cd8
[CIFS] cleanup sparse and compile errors in previous fix
by Steve French
· 19 years ago
4a77118
CIFS: Allow wsize to exceed CIFSMaxBufSize
by Steve French
· 19 years ago
37c0eb4
CIFS: implement cifs_writepages to perform multi-page I/O
by Steve French
· 19 years ago
6148a74
CIFS: Create routine find_writable_file to reduce redundant code
by Steve French
· 19 years ago
c2b513d
[PATCH] bfs iget() abuses
by Al Viro
· 19 years ago
ce0fe7e
[PATCH] bfs endianness annotations
by Alexey Dobriyan
· 19 years ago
c394e45
NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variable
by Anton Altaparmakov
· 19 years ago
18efefa
NTFS: Fix a stupid bug in __ntfs_bitmap_set_bits_in_run() which caused the
by Anton Altaparmakov
· 19 years ago
04c0881
[CIFS] Missing parenthesis from error message in previous fix
by Steve French
· 19 years ago
8cc64c6
[CIFS] Allow SMBWrite2 to work to older servers
by Steve French
· 19 years ago
3e84469
[CIFS] Add writepages support to shrink memory usage on writes,
by Steve French
· 19 years ago
dd190d0
[PATCH] fuse: check O_DIRECT
by Miklos Szeredi
· 19 years ago
daa35ed
[PATCH] uml: remove empty hostfs_truncate method
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
353fb07
[PATCH] aio: avoid extra aio_{read,write} call when ki_left == 0
by Zach Brown
· 19 years ago
897f15f
[PATCH] aio: remove unlocked task_list test and resulting race
by Zach Brown
· 19 years ago
998765e
[PATCH] aio: lock around kiocbTryKick()
by Zach Brown
· 19 years ago
192eaa2
[PATCH] missing ERR_PTR in 9fs
by Al Viro
· 19 years ago
411b67b
[PATCH] readv/writev syscalls are not checked by lsm
by Kostik Belousov
· 19 years ago
e3306dd
[PATCH] epoll: handle timeout overflow
by Davide Libenzi
· 19 years ago
0b8dd17
[PATCH] v9fs: fix races in fid allocation
by Latchesar Ionkov
· 19 years ago
dc7b5fd
[PATCH] Fix ext3_new_inode() failure paths
by Chris Sykes
· 19 years ago
9ed6c2f
[PATCH] Fix ext2_new_inode() failure paths
by Chris Sykes
· 19 years ago
ee4e527
[PATCH] fuse: check reserved node ID values
by Miklos Szeredi
· 19 years ago
909021e
[PATCH] fuse: add required version info
by Miklos Szeredi
· 19 years ago
e2fcc61
NTFS: Re-fix sparse warnings in a more correct way, i.e. don't use an enum with
by Anton Altaparmakov
· 19 years ago
e8c2cd9
Merge branch 'master' of /home/src/linux-2.6/
by Anton Altaparmakov
· 19 years ago
5a8c0cc
NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the
by Anton Altaparmakov
· 19 years ago
838bf96
NTFS: Fix the definition of the CHKD ntfs record magic. It had an off by
by Anton Altaparmakov
· 19 years ago
ede1327
[PATCH] cifs: Add support for suspend
by Steve French
· 19 years ago
bfab08c
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6
by Linus Torvalds
· 19 years ago
715dc63
NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry
by Anton Altaparmakov
· 19 years ago
10d2c46
[PATCH] NFS: fix client oops when debugging is on
by Nick Wilson
· 19 years ago
8bdac5d
[PATCH] ext3: EXT3_DEBUG build fixes
by Glauber de Oliveira Costa
· 19 years ago
275abf5
[PATCH] ext3: ext3_show_options fix
by OGAWA Hirofumi
· 19 years ago
f71626a
[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb
by Latchesar Ionkov
· 19 years ago
a1f9d8d
[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX
by Latchesar Ionkov
· 19 years ago
a8e63bf
[PATCH] v9fs: make copy of the transport prototype instead of using it directly
by Latchesar Ionkov
· 19 years ago
5b06767
[PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer
by Latchesar Ionkov
· 19 years ago
d06a8fb
[PATCH] v9fs: make conv functions to check for conv buffer overflow
by Latchesar Ionkov
· 19 years ago
0678e5f
[PATCH] proc_task_root_link c99 fix
by Andrew Morton
· 19 years ago
70ca734
[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes
by Steve French
· 19 years ago
91fbc6e
NTFS: Fix sparse warnings that have crept in over time.
by Anton Altaparmakov
· 19 years ago
2096243
[CIFS] Add support for legacy servers part nine. statfs (df and du) is now
by Steve French
· 19 years ago
62a36c4
[PATCH] fat: fix adate
by Stephane Kardas
· 19 years ago
66dcca0
[PATCH] Fix invisible threads problem
by Sripathi Kodi
· 19 years ago
e30dcf3
[CIFS] Add support for legacy servers part eight. Write fixes for Windows
by Steve French
· 19 years ago
438282d
JFS: don't dereference tlck->ip from txUpdateMap
by Dave Kleikamp
· 19 years ago
eed8b2d
NTFS: More runlist handling fixes from Richard Russon and myself.
by Anton Altaparmakov
· 19 years ago
f805fbd
Make fsnotify possibly work better for the inode removal case
by Linus Torvalds
· 19 years ago
044a500
Merge branch 'master' of /home/src/linux-2.6/
by Anton Altaparmakov
· 19 years ago
f6098cf
NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.
by Anton Altaparmakov
· 19 years ago
4e64c88
NTFS: Fix handling of compressed directories that I broke in earlier changeset.
by Anton Altaparmakov
· 19 years ago
5c9f6de
NTFS: Fix various bugs in the runlist merging code. (Based on libntfs
by Anton Altaparmakov
· 19 years ago
3e87d80
[CIFS] Add support for legacy servers part seven. Fix open for write,
by Steve French
· 19 years ago
ef40226
[PATCH] FAT: miss-sync issues on sync mount (miss-sync on write)
by OGAWA Hirofumi
· 19 years ago
4fb3a53
[PATCH] files: fix preemption issues
by Dipankar Sarma
· 19 years ago
a464ade
[PATCH] Add smp_mb__after_clear_bit() to unlock_kiocb()
by Zach Brown
· 19 years ago
53d2be7
[PATCH] epoll: fix delayed initialization bug
by Davide Libenzi
· 19 years ago
f9f5c817
[CIFS] Add support for legacy servers part six. Fix read syntax so
by Steve French
· 19 years ago
eafe870
[CIFS] Fix readdir caching when unlink removes file in current search
by Steve French
· 19 years ago
6cb1269
JFS: Fix sparse warnings, including endian error
by Dave Kleikamp
· 19 years ago
ab2f218
[CIFS] Fix compiler warnings
by Steve French
· 19 years ago
4a805e8
[COMPAT]: Fixup compat_do_execve()
by David S. Miller
· 19 years ago
0b175a7
[PATCH] Fix the fdtable freeing in the case of vmalloced fdset/arrays
by Dipankar Sarma
· 19 years ago
2fd4ef8
[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()
by Hugh Dickins
· 19 years ago
fb085cf
[PATCH] Fix fs/exec.c:788 (de_thread()) BUG_ON
by Alexander Nyberg
· 19 years ago
5d54e69
Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6
by Linus Torvalds
· 19 years ago
73aea4e
[PATCH] nfsd4: fix setclientid unlock of unlocked state lock
by Neil Brown
· 19 years ago
b59e3c0
[PATCH] nfsd4: fix open seqid incrementing in lock
by Neil Brown
· 19 years ago
Next »