You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/fs
Alexandros Batsakis 7b183d0d43 nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id 15 years ago
..
9p 9p: fix build breakage introduced by FS-Cache 15 years ago
adfs adfs: remove redundant test on unsigned 16 years ago
affs affs: add ->sync_fs 16 years ago
afs FS-Cache: Handle pages pending storage that get evicted under OOM conditions 15 years ago
autofs trivial: remove unnecessary semicolons 16 years ago
autofs4 autofs4 - fix missed case when changing to use struct path 16 years ago
befs fs: Make unload_nls() NULL pointer safe 16 years ago
bfs headers: smp_lock.h redux 16 years ago
btrfs Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable 15 years ago
cachefiles CacheFiles: Update IMA counters when using dentry_open 15 years ago
cifs Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 15 years ago
coda headers: remove sched.h from poll.h 16 years ago
configfs writeback: add name to backing_dev_info 16 years ago
cramfs fs/cramfs: return f_fsid for statfs(2) 16 years ago
debugfs debugfs: use specified mode to possibly mark files read/write only 16 years ago
devpts Move magic numbers into magic.h 16 years ago
dlm dlm: fix socket fd translation 16 years ago
ecryptfs ima: ecryptfs fix imbalance message 16 years ago
efs get rid of BKL in fs/efs 16 years ago
exofs exofs: remove BKL from super operations 16 years ago
exportfs
ext2 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 16 years ago
ext3 ext3: Wait for proper transaction commit on fsync 15 years ago
ext4 ext4: partial revert to fix double brelse WARNING() 15 years ago
fat Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 16 years ago
freevxfs headers: smp_lock.h redux 16 years ago
fscache FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=n 15 years ago
fuse fuse: reject O_DIRECT flag also in fuse_create 15 years ago
gfs2 SLOW_WORK: Fix GFS2 to #include <linux/module.h> before using THIS_MODULE 15 years ago
hfs hfs: fix oops on mount with corrupted btree extent records 15 years ago
hfsplus hfsplus: refuse to mount volumes larger than 2TB 15 years ago
hostfs hostfs: set maximum filesize in superblock for proper LFS support 16 years ago
hpfs headers: smp_lock.h redux 16 years ago
hppfs hppfs: hppfs_read_file() may return -ERROR 16 years ago
hugetlbfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 16 years ago
isofs fs: Make unload_nls() NULL pointer safe 16 years ago
jbd fs/jbd: Export log_start_commit to fix ext3 build. 15 years ago
jbd2 JBD/JBD2: free j_wbuf if journal init fails. 15 years ago
jffs2 jffs2: Fix memory corruption in jffs2_read_inode_range() 15 years ago
jfs fs: Make unload_nls() NULL pointer safe 16 years ago
lockd headers: utsname.h redux 16 years ago
minix V3 minixfs: add missing directory type checking 16 years ago
ncpfs const: mark struct vm_struct_operations 16 years ago
nfs nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id 15 years ago
nfs_common
nfsd Fix memory corruption caused by nfsd readdir+ 15 years ago
nilfs2 nilfs2: deleted inconsistent comment in nilfs_load_inode_block() 15 years ago
nls Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 16 years ago
notify dnotify: ignore FS_EVENT_ON_CHILD 16 years ago
ntfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 16 years ago
ocfs2 ocfs2: Trivial cleanup of jbd compatibility layer removal 15 years ago
omfs const: constify remaining file_operations 16 years ago
openpromfs
partitions block: Seperate read and write statistics of in_flight requests v2 16 years ago
proc procfs: fix /proc/<pid>/stat stack pointer for kernel threads 15 years ago
qnx4 qnx4: remove write support 16 years ago
quota const: make struct super_block::s_qcop const 16 years ago
ramfs truncate: use new helpers 16 years ago
reiserfs const: make struct super_block::s_qcop const 16 years ago
romfs ROMFS: fix length used with romfs_dev_strnlen() function 16 years ago
smbfs fs: Make unload_nls() NULL pointer safe 16 years ago
squashfs const: mark remaining super_operations const 16 years ago
sysfs sysfs: Don't leak secdata when a sysfs_dirent is freed. 15 years ago
sysv get rid of BKL in fs/sysv 16 years ago
ubifs const: mark struct vm_struct_operations 16 years ago
udf udf: Fix possible corruption when close races with write 16 years ago
ufs ufs: sector_t cannot be negative 16 years ago
xfs xfs: copy li_lsn before dropping AIL lock 15 years ago
Kconfig powerpc: Cleanup Kconfig selection of hugetlbfs support 15 years ago
Kconfig.binfmt
Makefile nilfs2: update makefile and Kconfig 16 years ago
aio.c aio.c: move EXPORT* macros to line after function 16 years ago
anon_inodes.c headers: remove sched.h from poll.h 16 years ago
attr.c truncate: new helpers 16 years ago
bad_inode.c
binfmt_aout.c
binfmt_elf.c elf: clean up fill_note_info() 16 years ago
binfmt_elf_fdpic.c fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size 16 years ago
binfmt_em86.c
binfmt_flat.c flat: use IS_ERR_VALUE() helper macro 16 years ago
binfmt_misc.c
binfmt_script.c
binfmt_som.c Don't crap into descriptor table in binfmt_som 16 years ago
bio-integrity.c block: Create bip slabs with embedded integrity vectors 16 years ago
bio.c Fix bio_alloc() and bio_kmalloc() documentation 15 years ago
block_dev.c block: use after free bug in __blkdev_get 15 years ago
buffer.c Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block 16 years ago
char_dev.c fs/char_dev.c: remove useless loop 16 years ago
compat.c x86, fs: Fix x86 procfs stack information for threads on 64-bit 15 years ago
compat_binfmt_elf.c
compat_ioctl.c fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctl 15 years ago
dcache.c sched: Pull up the might_sleep() check into cond_resched() 16 years ago
dcookies.c
direct-io.c block: Do away with the notion of hardsect_size 16 years ago
drop_caches.c sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
eventfd.c anonfd: split interface into file creation and install 16 years ago
eventpoll.c epoll: fix nested calls support 16 years ago
exec.c exec: setup_arg_pages() fails to return errors 15 years ago
fcntl.c fcntl: rename F_OWNER_GID to F_OWNER_PGRP 15 years ago
fifo.c
file.c headers: remove sched.h from interrupt.h 16 years ago
file_table.c sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
filesystems.c fs: Mark get_filesystem_list() as __init function. 16 years ago
fs-writeback.c writeback: pass in super_block to bdi_start_writeback() 16 years ago
fs_struct.c Get rid of indirect include of fs_struct.h 16 years ago
generic_acl.c New helper - current_umask() 16 years ago
inode.c vfs: optimize touch_time() too 16 years ago
internal.h fs: fix overflow in sys_mount() for in-kernel calls 16 years ago
ioctl.c __generic_block_fiemap(): fix for files bigger than 4GB 15 years ago
ioprio.c
libfs.c libfs: return error code on failed attr set 16 years ago
locks.c const: make lock_manager_operations const 16 years ago
mbcache.c
mpage.c ext4: Properly initialize the buffer_head state 16 years ago
namei.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 16 years ago
namespace.c fs: fix overflow in sys_mount() for in-kernel calls 16 years ago
nfsctl.c
no-block.c
open.c fs: change sys_truncate length parameter type 16 years ago
pipe.c fs: pipe.c null pointer dereference 16 years ago
pnode.c
pnode.h
posix_acl.c
read_write.c vfs: remove redundant position check in do_sendfile 16 years ago
read_write.h
readdir.c
select.c headers: remove sched.h from poll.h 16 years ago
seq_file.c vfs: seq_file: add helpers for data filling 16 years ago
signalfd.c
splice.c Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block 16 years ago
stack.c
stat.c kill vfs_stat_fd / vfs_lstat_fd 16 years ago
super.c freeze_bdev: grab active reference to frozen superblocks 16 years ago
sync.c fs/buffer.c: clean up EXPORT* macros 16 years ago
timerfd.c
utimes.c
xattr.c VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx. 16 years ago
xattr_acl.c