Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
e62c2bba1fb7cf068eb78d731da46e4447a9efb1
/
fs
e62c2bb
NFS: Fix a jiffie wraparound issue
by Trond Myklebust
· 18 years ago
ba7cc09
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 18 years ago
9a9136e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
f2fff59
reiserfs: use zero_user_page
by Nate Diller
· 18 years ago
0c11d7a
ext3: use zero_user_page
by Nate Diller
· 18 years ago
f36dca9
affs: use zero_user_page
by Nate Diller
· 18 years ago
01f2705
fs: convert core functions to zero_user_page
by Nate Diller
· 18 years ago
b41eeef
knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mapping
by NeilBrown
· 18 years ago
072f62e
knfsd: various nfsd xdr cleanups
by NeilBrown
· 18 years ago
f725b21
knfsd: trivial makefile cleanup
by Christoph Hellwig
· 18 years ago
402acd2
knfsd: avoid use of unitialised variables on error path when nfs exports
by NeilBrown
· 18 years ago
cd12301
RPC: add wrapper for svc_reserve to account for checksum
by Jeff Layton
· 18 years ago
6697164
nfsd/nfs4state: remove unnecessary daemonize call
by Eric W. Biederman
· 18 years ago
f34b956
The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly
by Peter Staubach
· 18 years ago
8842c96
remove nfs4_acl_add_ace()
by Adrian Bunk
· 18 years ago
28e53bd
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
by Oleg Nesterov
· 18 years ago
a9df62c
aio: use flush_work()
by Andrew Morton
· 18 years ago
31143d5
AFS: implement basic file write support
by David Howells
· 18 years ago
416351f
AFS: AFS fixups
by David Howells
· 18 years ago
2dfdd26
fs: use path_walk in do_path_lookup
by Josef 'Jeff' Sipek
· 18 years ago
62ce39c
fs: fix indentation in do_path_lookup
by Josef 'Jeff' Sipek
· 18 years ago
92f4c70
use simple_read_from_buffer() in fs/
by Akinobu Mita
· 18 years ago
5886269
fix file specification in comments
by Uwe Kleine-König
· 18 years ago
148e423
Remove obsolete fat_cvf help text
by Alexander E. Patrakov
· 18 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
beb7dd8
Fix misspellings collected by members of KJ list.
by Robert P. J. Day
· 18 years ago
ccf6780
Style fix in fs/select.c
by WANG Cong
· 18 years ago
0f8952c2
fs/libfs.c: >80 columns line break fix
by Ronni Nielsen
· 18 years ago
4b8df89
smaps: only define clear_refs for CONFIG_MMU
by David Rientjes
· 18 years ago
7b82dc0
Remove suid/sgid bits on [f]truncate()
by Linus Torvalds
· 18 years ago
60c9b27
Merge git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 18 years ago
02a9320
Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 18 years ago
18062a9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
by Linus Torvalds
· 18 years ago
951744f
udf: possible null pointer dereference while load_partition
by Dmitriy Monakhov
· 18 years ago
31170b6
udf: support files larger than 1G
by Jan Kara
· 18 years ago
948b9b2
udf: add assertions
by Jan Kara
· 18 years ago
3bf25cb
udf: use get_bh()
by Jan Kara
· 18 years ago
ff116fc
UDF: introduce struct extent_position
by Jan Kara
· 18 years ago
60448b1
udf: use sector_t and loff_t for file offsets
by Jan Kara
· 18 years ago
277866a
nfs: fix congestion control: use atomic_longs
by Peter Zijlstra
· 18 years ago
1c710c8
utimensat implementation
by Ulrich Drepper
· 18 years ago
1a1c9bb
inode numbering: change libfs sb creation routines to avoid collisions with their root inodes
by Jeff Layton
· 18 years ago
866b04f
inode numbering: make static counters in new_inode and iunique be 32 bits
by Jeff Layton
· 18 years ago
b140f25
Invalid return value of execve() resulting in oopses
by Alexey Kuznetsov
· 18 years ago
0c28f28
procfs: use simple_read_from_buffer()
by Akinobu Mita
· 18 years ago
83ae1b7
Fix error handling in HDIO_GETGEO compat wrapper
by Andreas Schwab
· 18 years ago
c007c06
udf: decrement correct link count in udf_rmdir
by Stephen Mollett
· 18 years ago
c483bab
fat: fix VFAT compat ioctls on 64-bit systems
by OGAWA Hirofumi
· 18 years ago
4f99ed6
ext3: copy i_flags to inode flags on write
by Jan Kara
· 18 years ago
28ec039
fat: don't use free_clusters for fat32
by OGAWA Hirofumi
· 18 years ago
5ab2f7e
reiserfs: use __set_current_state()
by Milind Arun Choudhary
· 18 years ago
97f0678
jbd: check for error returned by kthread_create on creating journal thread
by Pavel Emelianov
· 18 years ago
ee6f958
check privileges before setting mount propagation
by Miklos Szeredi
· 18 years ago
28be5ab
ext3: copy i_flags to inode flags on write
by Jan Kara
· 18 years ago
b5e6181
Introduce a handy list_first_entry macro
by Pavel Emelianov
· 18 years ago
1bd0cf1
smbfs: remove unnecessary allow_signal
by Eric W. Biederman
· 18 years ago
3361c7b
make iunique use a do/while loop rather than its obscure goto loop
by Jeffrey Layton
· 18 years ago
9d0633c
Remove redundant check from proc_sys_setattr()
by John Johansen
· 18 years ago
1e8123f
Remove redundant check from proc_setattr()
by John Johansen
· 18 years ago
09f0892
proc: cleanup: use seq_release_private() where appropriate
by Martin Peschke
· 18 years ago
6272e26
cleanup compat ioctl handling
by Christoph Hellwig
· 18 years ago
19d0e8c
partition: add support for sysv68 partitions
by Philippe De Muyter
· 18 years ago
644fd4f
merge compat_ioctl.h into compat_ioctl.c
by Christoph Hellwig
· 18 years ago
1525dcc
ROUND_UP macro cleanup in fs/smbfs/request.c
by Milind Arun Choudhary
· 18 years ago
022a169
ROUND_UP macro cleanup in fs/(select|compat|readdir).c
by Milind Arun Choudhary
· 18 years ago
7e80d0d
i386: sched.h inclusion from module.h is baack
by Alexey Dobriyan
· 18 years ago
9d65cb4
Fix race between cat /proc/*/wchan and rmmod et al
by Alexey Dobriyan
· 18 years ago
ffb4512
Simplify kallsyms_lookup()
by Alexey Dobriyan
· 18 years ago
98701d1
(re)register_binfmt returns with -EBUSY
by kalash nainwal
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
e5f00f4
make remove_inode_dquot_ref() static
by Adrian Bunk
· 18 years ago
ca509f6
Protect tty drivers list with tty_mutex
by Alexey Dobriyan
· 18 years ago
ef51c97
Remove do_sync_file_range()
by Mark Fasheh
· 18 years ago
880ebdc
reiserfs: proc support requires PROC_FS
by Randy Dunlap
· 18 years ago
19c5d45
/proc/*/oom_score oops re badness
by Alexey Dobriyan
· 18 years ago
c23fbb6
VFS: delay the dentry name generation on sockets and pipes
by Eric Dumazet
· 18 years ago
2793274
add file position info to proc
by Miklos Szeredi
· 18 years ago
c5141e6
procfs: reorder struct pid_dentry to save space on 64bit archs, and constify them
by Eric Dumazet
· 18 years ago
5096add
proc: maps protection
by Kees Cook
· 18 years ago
5843205
namei.c: remove utterly outdated comment
by Christoph Hellwig
· 18 years ago
acb0c85
vfs: remove superflous sb == NULL checks
by Christoph Hellwig
· 18 years ago
578c818
proc: remove pathetic ->deleted WARN_ON
by Alexey Dobriyan
· 18 years ago
59cd0cb
Fix race between proc_readdir and remove_proc_entry
by Darrick J. Wong
· 18 years ago
7695650
Fix race between proc_get_inode() and remove_proc_entry()
by Alexey Dobriyan
· 18 years ago
79c0b2d
add filesystem subtype support
by Miklos Szeredi
· 18 years ago
6192bd5
epoll: optimizations and cleanups
by Davide Libenzi
· 18 years ago
fedee54
ext3: dirindex error pointer issues
by Dmitriy Monakhov
· 18 years ago
e3222c4
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
by Badari Pulavarty
· 18 years ago
4fc75ff
exec: fix remove_arg_zero
by Nick Piggin
· 18 years ago
f87367a
reiserfs: correct misspelled "REISERFS_PROC_INFO" to "CONFIG_REISERFS_PROC_INFO"
by Robert P. J. Day
· 18 years ago
fe08a9d
reiserfs: shrink superblock if no xattrs
by Alexey Dobriyan
· 18 years ago
2d3466a
reiserfs: possible null pointer dereference during resize
by Dmitriy Monakhov
· 18 years ago
82f703b
freevxfs: possible null pointer dereference fix
by Dmitriy Monakhov
· 18 years ago
1368c4f
is_power_of_2 in fs/block_dev.c
by Vignesh Babu BM
· 18 years ago
e1b5c1d
is_power_of_2 in fs/hfs
by Vignesh Babu BM
· 18 years ago
e7d709c
is_power_of_2 in fat
by Vignesh Babu BM
· 18 years ago
3972b7f
devpts: add fsnotify create event
by Florin Malita
· 18 years ago
1ae7075
use use SEEK_MAX to validate user lseek arguments
by Chris Snook
· 18 years ago
7b8e892
use symbolic constants in generic lseek code
by Chris Snook
· 18 years ago
Next »