..
9p
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
17 years ago
adfs
mount options: fix adfs
17 years ago
affs
mount options: fix affs
17 years ago
afs
mount options: fix afs
17 years ago
autofs
mount options: fix autofs
17 years ago
autofs4
mount options: fix autofs4
17 years ago
befs
mount options: fix befs
17 years ago
bfs
iget: stop BFS from using iget() and read_inode()
17 years ago
cifs
iget: stop CIFS from using iget() and read_inode()
17 years ago
coda
…
configfs
…
cramfs
…
debugfs
libfs: allow error return from simple attributes
17 years ago
devpts
mount options: fix devpts
17 years ago
dlm
…
ecryptfs
ecryptfs: check for existing key_tfm at mount time
17 years ago
efs
iget: stop EFS from using iget() and read_inode()
17 years ago
exportfs
…
ext2
mount options: fix ext2
17 years ago
ext3
ext3: replace all adds to little endians variables with le*_add_cpu
17 years ago
ext4
iget: stop EXT4 from using iget() and read_inode()
17 years ago
fat
mount options: fix fat
17 years ago
freevxfs
iget: stop FreeVXFS from using iget() and read_inode()
17 years ago
fuse
mount options: fix fuse
17 years ago
gfs2
iget: use iget_failed() in GFS2
17 years ago
hfs
…
hfsplus
fs/hfsplus/unicode.c: fix uninitialized var warning
17 years ago
hostfs
mount options: fix hostfs
17 years ago
hpfs
mount options: fix hpfs
17 years ago
hppfs
iget: stop HPPFS from using iget() and read_inode()
17 years ago
hugetlbfs
mount options: fix hugetlbfs
17 years ago
isofs
mount options: fix isofs
17 years ago
jbd
make jbd/journal.c:__journal_abort_hard() static
17 years ago
jbd2
BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2
17 years ago
jffs2
Merge git://git.infradead.org/mtd-2.6
17 years ago
jfs
BKL-removal: Implement a compat_ioctl handler for JFS
17 years ago
lockd
…
minix
iget: stop the MINIX filesystem from using iget() and read_inode()
17 years ago
msdos
…
ncpfs
mount options: fix ncpfs
17 years ago
nfs
NFS: Fix a potential file corruption issue when writing
17 years ago
nfs_common
…
nfsd
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
17 years ago
nls
…
ntfs
…
ocfs2
byteorder: move le32_add_cpu & friends from OCFS2 to core
17 years ago
openpromfs
iget: stop OPENPROMFS from using iget() and read_inode()
17 years ago
partitions
Block: Fix whole_disk attribute bug
17 years ago
proc
procfs: constify function pointer tables
17 years ago
qnx4
iget: stop QNX4 from using iget() and read_inode()
17 years ago
ramfs
…
reiserfs
mount options: fix reiserfs
17 years ago
romfs
iget: stop ROMFS from using iget() and read_inode()
17 years ago
smbfs
…
sysfs
sysfs: remove BUG_ON() from sysfs_remove_group()
17 years ago
sysv
iget: stop the SYSV filesystem from using iget() and read_inode()
17 years ago
udf
mount options: fix udf
17 years ago
ufs
drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h
17 years ago
vfat
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
17 years ago
xfs
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
17 years ago
Kconfig
SUNRPC xptrdma: simplify build configuration
17 years ago
Kconfig.binfmt
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
17 years ago
Makefile
…
aio.c
aio: negative offset should return -EINVAL
17 years ago
anon_inodes.c
…
attr.c
…
bad_inode.c
iget: introduce a function to register iget failure
17 years ago
binfmt_aout.c
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
17 years ago
binfmt_elf.c
Remove a.out interpreter support in ELF loader
17 years ago
binfmt_elf_fdpic.c
…
binfmt_em86.c
…
binfmt_flat.c
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
17 years ago
binfmt_misc.c
…
binfmt_script.c
…
binfmt_som.c
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
17 years ago
bio.c
…
block_dev.c
kill an unused PTR_ERR in bdev_cache_init()
17 years ago
buffer.c
buffer_head: fix private_list handling
17 years ago
char_dev.c
fs/char_dev.c: chrdev_open marked static and removed from fs.h
17 years ago
compat.c
…
compat_binfmt_elf.c
…
compat_ioctl.c
dm ioctl: move compat code
17 years ago
dcache.c
inotify: remove debug code
17 years ago
dcookies.c
…
direct-io.c
…
dnotify.c
…
dquot.c
quota: improve inode list scanning in add_dquot_ref()
17 years ago
drop_caches.c
…
eventfd.c
…
eventpoll.c
…
exec.c
Allow executables larger than 2GB
17 years ago
fcntl.c
fs: remove fastcall, it is always empty
17 years ago
fifo.c
…
file.c
get rid of NR_OPEN and introduce a sysctl_nr_open
17 years ago
file_table.c
fs: remove fastcall, it is always empty
17 years ago
filesystems.c
…
fs-writeback.c
write_inode_now(): avoid unnecessary synchronous write
17 years ago
generic_acl.c
…
inode.c
iget: remove iget() and the read_inode() super op as being obsolete
17 years ago
inotify.c
inotify: remove debug code
17 years ago
inotify_user.c
inotify: fix check for one-shot watches before destroying them
17 years ago
internal.h
…
ioctl.c
VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctls
17 years ago
ioprio.c
…
libfs.c
libfs: rename simple_attr_close to simple_attr_release
17 years ago
locks.c
Pidns: make full use of xxx_vnr() calls
17 years ago
mbcache.c
…
mpage.c
…
namei.c
fs: remove fastcall, it is always empty
17 years ago
namespace.c
mount options: add generic_show_options()
17 years ago
nfsctl.c
…
no-block.c
…
open.c
remove the unused exports of sys_open/sys_read
17 years ago
pipe.c
BKL-Removal: convert pipe to use unlocked_ioctl too
17 years ago
pnode.c
…
pnode.h
…
posix_acl.c
…
quota.c
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
17 years ago
quota_v1.c
…
quota_v2.c
…
read_write.c
remove the unused exports of sys_open/sys_read
17 years ago
read_write.h
…
readdir.c
…
select.c
make sys_poll() wait at least timeout ms
17 years ago
seq_file.c
…
signalfd.c
…
splice.c
…
stack.c
…
stat.c
…
super.c
mount options: add generic_show_options()
17 years ago
sync.c
…
timerfd.c
…
utimes.c
…
xattr.c
…
xattr_acl.c
…