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
Mingming Cao 3f31fddfa2 jbd: fix race between free buffer and commit transaction 17 years ago
..
9p 9p: fix O_APPEND in legacy mode 17 years ago
adfs
affs
afs
autofs
autofs4 autofs4: remove unused ioctls 17 years ago
befs byteorder: don't directly include linux/byteorder/generic.h 17 years ago
bfs fs: replace remaining __FUNCTION__ occurrences 17 years ago
cifs Merge commit 'v2.6.26' into bkl-removal 17 years ago
coda device create: coda: convert device_create to device_create_drvdata 17 years ago
configfs configfs: Allow ->make_item() and ->make_group() to return detailed errors. 17 years ago
cramfs fs: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
debugfs debugfs: Implement debugfs_remove_recursive() 17 years ago
devpts
dlm configfs: Allow ->make_item() and ->make_group() to return detailed errors. 17 years ago
ecryptfs eCryptfs: Make all persistent file opens delayed 17 years ago
efs
exportfs
ext2 ext2: remove double definitions of xattr macros 17 years ago
ext3 ext3: improve some code in rb tree part of dir.c 17 years ago
ext4 ext4: do not set extents feature from the kernel 17 years ago
fat Merge commit 'v2.6.26' into bkl-removal 17 years ago
freevxfs fs/freevxfs/: proper externs 17 years ago
fuse
gfs2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw 17 years ago
hfs hfs: fix warning with 64k PAGE_SIZE 17 years ago
hfsplus
hostfs UML: fix hostfs build 17 years ago
hpfs
hppfs
hugetlbfs hugetlbfs: per mount huge page sizes 17 years ago
isofs isofs: fix access to unallocated memory when reading corrupted filesystem 17 years ago
jbd jbd: fix race between free buffer and commit transaction 17 years ago
jbd2 ext4: Add ordered mode support for delalloc 17 years ago
jffs2 Merge git://git.infradead.org/mtd-2.6 17 years ago
jfs jfs: remove DIRENTSIZ 17 years ago
lockd Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux 17 years ago
minix minix: remove !NO_TRUNCATE code 17 years ago
msdos
ncpfs Remove BKL from remote_llseek v2 17 years ago
nfs fix fs/nfs/nfsroot.c compilation 17 years ago
nfs_common
nfsd Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux 17 years ago
nls sparse pointer use of zero as null 18 years ago
ntfs
ocfs2 configfs: Allow ->make_item() and ->make_group() to return detailed errors. 17 years ago
openpromfs iget: stop OPENPROMFS from using iget() and read_inode() 17 years ago
partitions fs: ldm.[ch] use get_unaligned_* helpers 17 years ago
proc vmallocinfo: add NUMA information 17 years ago
qnx4 iget: stop QNX4 from using iget() and read_inode() 17 years ago
ramfs ramfs: enable splice write 17 years ago
reiserfs reiserfs: discard prealloc in reiserfs_delete_inode 17 years ago
romfs ROMFS: Fix up an error in iget removal 17 years ago
smbfs Remove BKL from remote_llseek v2 17 years ago
sysfs driver core: Suppress sysfs warnings for device_rename(). 17 years ago
sysv
ubifs UBIFS: include to compilation 17 years ago
udf udf: Fix regression in UDF anchor block detection 17 years ago
ufs UFS: add const to parser token table 17 years ago
vfat
xfs Fix reference counting race on log buffers 17 years ago
Kconfig Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 17 years ago
Kconfig.binfmt
Makefile Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6 17 years ago
aio.c
anon_inodes.c flag parameters: NONBLOCK in anon_inode_getfd 17 years ago
attr.c
bad_inode.c
binfmt_aout.c
binfmt_elf.c execve filename: document and export via auxiliary vector 17 years ago
binfmt_elf_fdpic.c
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c binfmt_misc: use simple_read_from_buffer() 17 years ago
binfmt_script.c binfmt_misc.c: avoid potential kernel stack overflow 17 years ago
binfmt_som.c
bio-integrity.c block: integrity checkpatch cleanups 17 years ago
bio.c Add bvec_merge_data to handle stacked devices and ->merge_bvec() 17 years ago
block_dev.c
buffer.c Merge branch 'generic-ipi' into generic-ipi-for-linus 17 years ago
char_dev.c
compat.c flag parameters: signalfd 17 years ago
compat_binfmt_elf.c
compat_ioctl.c autofs4: remove unused ioctls 17 years ago
dcache.c fix soft lock up at NFS mount via per-SB LRU-list of unused dentries 17 years ago
dcookies.c
direct-io.c
dnotify.c
dquot.c
drop_caches.c
eventfd.c flag parameters: check magic constants 17 years ago
eventpoll.c flag parameters add-on: remove epoll_create size param 17 years ago
exec.c exec: remove some includes 17 years ago
fcntl.c flag parameters: dup2 17 years ago
fifo.c
file.c
file_table.c
filesystems.c
fs-writeback.c VFS: export sync_sb_inodes 17 years ago
generic_acl.c
inode.c VFS: fix unused variable warning 17 years ago
inotify.c
inotify_user.c flag parameters: check magic constants 17 years ago
internal.h
ioctl.c
ioprio.c cfq-iosched: relax IOPRIO_CLASS_IDLE restrictions 17 years ago
libfs.c add kernel-doc for simple_read_from_buffer and memory_read_from_buffer 17 years ago
locks.c
mbcache.c
mpage.c vfs: add hooks for ext4's delayed allocation support 17 years ago
namei.c
namespace.c LSM/SELinux: show LSM mount options in /proc/mounts 17 years ago
nfsctl.c
no-block.c [PATCH] BLOCK: Make it possible to disable the block layer [try #6] 19 years ago
open.c fs: check for statfs overflow 17 years ago
pipe.c flag parameters: NONBLOCK in pipe 17 years ago
pnode.c
pnode.h
posix_acl.c [PATCH] kmemdup: some users 19 years ago
quota.c
quota_v1.c
quota_v2.c
read_write.c Remove BKL from remote_llseek v2 17 years ago
read_write.h
readdir.c Use mutex_lock_killable in vfs_readdir 17 years ago
select.c Fix performance regression on lmbench select benchmark 17 years ago
seq_file.c [patch 2/7] vfs: mountinfo: add seq_file_root() 17 years ago
signalfd.c flag parameters: check magic constants 17 years ago
splice.c splice: fix generic_file_splice_read() race with page invalidation 17 years ago
stack.c
stat.c
super.c fix soft lock up at NFS mount via per-SB LRU-list of unused dentries 17 years ago
sync.c SYNC_FILE_RANGE_WRITE may and will block. Document that. 17 years ago
timerfd.c flag parameters: check magic constants 17 years ago
utimes.c
xattr.c
xattr_acl.c