tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
fs
/
at
v3.18-rc5
73 folders
68 files
9p
9p: switch to %p[dD]
11 years ago
adfs
adfs: add __printf verification, fix format/argument mismatches
11 years ago
affs
fs/affs: remove redundant sys_tz declarations
11 years ago
afs
vfs: Remove unnecessary calls of check_submounts_and_drop
12 years ago
autofs4
autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.
11 years ago
befs
fs/befs/btree.c: remove typedef befs_btree_node
11 years ago
bfs
fs/bfs: use bfs prefix for dump_imap
11 years ago
btrfs
Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup
11 years ago
cachefiles
CacheFiles: Fix incorrect test for in-memory object collision
11 years ago
ceph
ceph: fix flush tid comparision
11 years ago
cifs
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
11 years ago
coda
fs/coda: use linux/uaccess.h
11 years ago
configfs
fs/configfs: use pr_fmt
12 years ago
cramfs
fs/cramfs/inode.c: use linux/uaccess.h
11 years ago
debugfs
fs: debugfs: remove trailing whitespace
12 years ago
devpts
fs/devpts/inode.c: convert printk to pr_foo()
12 years ago
dlm
dlm: fix missing endian conversion of rcom_status flags
11 years ago
ecryptfs
fs: limit filesystem stacking depth
11 years ago
efivarfs
fs/efivarfs/super.c: use static const for dentry_operations
12 years ago
efs
fs/efs/namei.c: return is not a function
11 years ago
exofs
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
11 years ago
exportfs
fs/exportfs/expfs.c: kernel-doc warning fixes
12 years ago
ext2
percpu_counter: add @gfp to percpu_counter_init()
11 years ago
ext3
ext3: Don't check quota format when there are no quota files
11 years ago
ext4
ext4: make ext4_ext_convert_to_initialized() return proper number of blocks
11 years ago
f2fs
f2fs: support volatile operations for transient data
11 years ago
fat
fat: remove redundant sys_tz declaration
11 years ago
freevxfs
mm + fs: store shadow entries in page cache
12 years ago
fscache
fs/fscache/object-list.c: use __seq_open_private()
11 years ago
fuse
vfs: Make d_invalidate return void
12 years ago
gfs2
gfs2_atomic_open(): skip lookups on hashed dentry
11 years ago
hfs
fs/hfs/hfs_fs.h: remove redundant sys_tz declaration
11 years ago
hfsplus
hfsplus: fix compiler warning on PowerPC
12 years ago
hostfs
hostfs: support rename flags
11 years ago
hpfs
fs/hpfs/dnode.c: fix suspect code indent
11 years ago
hppfs
clean up scary strncpy(dst, src, strlen(src)) uses
12 years ago
hugetlbfs
fs/hugetlbfs/inode.c: remove null test before kfree
12 years ago
isofs
isofs: don't bother with ->d_op for normal case
11 years ago
jbd
fs, jbd: use a more generic hash function
11 years ago
jbd2
jbd2: use a better hash function for the revoke table
11 years ago
jffs2
[jffs2] kill wbuf_queued/wbuf_dwork_lock
11 years ago
jfs
jfs: don't hash direct inode
11 years ago
kernfs
vfs: Remove unnecessary calls of check_submounts_and_drop
12 years ago
lockd
lockd: Try to reconnect if statd has moved
11 years ago
logfs
fs/logfs/readwrite.c: kernel-doc warning fixes
11 years ago
minix
minix zmap block counts calculation fix
11 years ago
ncpfs
fs/ncpfs/dir.c: remove redundant sys_tz declaration
11 years ago
nfs
NFS: Don't try to reclaim delegation open state if recovery failed
11 years ago
nfs_common
lockd: move lockd's grace period handling into its own module
11 years ago
nfsd
nfsd4: fix crash on unknown operation number
11 years ago
nilfs2
nilfs2: improve the performance of fdatasync()
11 years ago
nls
nls: have register_nls() set ->owner
12 years ago
notify
Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
11 years ago
ntfs
NTFS: Bump version to 2.1.31.
11 years ago
ocfs2
fix breakage in o2net_send_tcp_msg()
11 years ago
omfs
FS/OMFS: block number sanity check during fill_super operation
11 years ago
openpromfs
fs: push sync_filesystem() down to the file system's remount_fs()
12 years ago
overlayfs
ovl: don't poison cursor
11 years ago
proc
Merge branch 'CVE-2014-7975' of git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux
11 years ago
pstore
pstore: Fix duplicate {console,ftrace}-efi entries
11 years ago
qnx4
fs: push sync_filesystem() down to the file system's remount_fs()
12 years ago
qnx6
fs/qnx6: update debugging to current functions
11 years ago
quota
quota: Properly return errors from dquot_writeback_dquots()
11 years ago
ramfs
fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc
11 years ago
reiserfs
fs/reiserfs/journal.c: fix sparse context imbalance warning
11 years ago
romfs
fs/romfs/super.c: add blank line after declarations
11 years ago
squashfs
fs/squashfs/super.c: logging cleanup
11 years ago
sysfs
kernfs: move the last knowledge of sysfs out from kernfs
12 years ago
sysv
write_iter variants of {__,}generic_file_aio_write()
12 years ago
ubifs
UBIFS: Fix trivial typo in power_cut_emulated()
11 years ago
udf
udf: Fix loading of special inodes
11 years ago
ufs
fs/ufs/balloc.c: remove unused variable
11 years ago
xfs
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
11 years ago
Kconfig
overlay filesystem
11 years ago
Kconfig.binfmt
fs: make binfmt support for #! scripts modular and removable
13 years ago
Makefile
overlay filesystem
11 years ago
aio.c
percpu_ref: add PERCPU_REF_INIT_* flags
11 years ago
anon_inodes.c
vfs: Allocate anon_inode_inode in anon_inode_init()
12 years ago
attr.c
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
12 years ago
bad_inode.c
bad_inode: add ->rename2()
11 years ago
binfmt_aout.c
handle suicide on late failure exits in execve() in search_binary_handler()
12 years ago
binfmt_elf.c
handle suicide on late failure exits in execve() in search_binary_handler()
12 years ago
binfmt_elf_fdpic.c
handle suicide on late failure exits in execve() in search_binary_handler()
12 years ago
binfmt_em86.c
file->f_op is never NULL...
12 years ago
binfmt_flat.c
fs/binfmt_flat.c: make old_reloc() static
12 years ago
binfmt_misc.c
binfmt_misc: work around gcc-4.9 warning
11 years ago
binfmt_script.c
exec: do not leave bprm->interp on stack
13 years ago
binfmt_som.c
get rid of pt_regs argument of ->load_binary()
13 years ago
block_dev.c
Return short read or 0 at end of a raw device, not EIO
11 years ago
buffer.c
fs: clarify rate limit suppressed buffer I/O errors
11 years ago
char_dev.c
bdi: test bdi_init failure
12 years ago
compat.c
vfs: move getname() from callers to do_mount()
11 years ago
compat_binfmt_elf.c
binfmt_elf: add ELF_HWCAP2 to compat auxv entries
12 years ago
compat_ioctl.c
Bluetooth: Move HCI socket definitions into its own header file
11 years ago
coredump.c
coredump: add %i/%I in core_pattern to report the tid of the crashed thread
11 years ago
dcache.c
Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus
11 years ago
dcookies.c
Merge branch 'akpm' (patches from Andrew Morton)
12 years ago
direct-io.c
fuse: honour max_read and max_write in direct_io mode
11 years ago
drop_caches.c
fs: convert use of typedef ctl_table to struct ctl_table
12 years ago
eventfd.c
eventfd_ctx_fdget(): use fdget() instead of fget()
12 years ago
eventpoll.c
eventpoll: fix uninitialized variable in epoll_ctl
11 years ago
exec.c
handle suicide on late failure exits in execve() in search_binary_handler()
12 years ago
fcntl.c
security: make security_file_set_fowner, f_setown and __f_setown void return
11 years ago
fhandle.c
Fix misspellings of "whether" in comments.
13 years ago
file.c
missing annotation in fs/file.c
11 years ago
file_table.c
fs/file_table.c: Update alloc_file() comment
11 years ago
filesystems.c
sys_sysfs: Add CONFIG_SYSFS_SYSCALL
12 years ago
fs-writeback.c
sched: Remove proliferation of wait_on_bit() action functions
11 years ago
fs_pin.c
make fs/{namespace,super}.c forget about acct.h
12 years ago
fs_struct.c
seqcount: Add lockdep functionality to seqcount/seqlock structures
12 years ago
inode.c
mm: allow drivers to prevent new writable mappings
11 years ago
internal.h
vfs: export __inode_permission() to modules
11 years ago
ioctl.c
file->f_op is never NULL...
12 years ago
libfs.c
locks: plumb a "priv" pointer into the setlease routines
11 years ago
locks.c
locks: flock_make_lock should return a struct file_lock (or PTR_ERR)
11 years ago
mbcache.c
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
11 years ago
mount.h
vfs: Add a function to lazily unmount all mounts from any dentry.
12 years ago
mpage.c
vfs: guard end of device for mpage interface
11 years ago
namei.c
fs: allow open(dir, O_TMPFILE|..., 0) with mode 0
11 years ago
namespace.c
vfs: introduce clone_private_mount()
11 years ago
no-block.c
llseek: automatically add .llseek fop
15 years ago
open.c
vfs: add i_op->dentry_open()
11 years ago
pipe.c
new helper: copy_page_from_iter()
12 years ago
pnode.c
get rid of propagate_umount() mistakenly treating slaves as busy.
11 years ago
pnode.h
smarter propagate_mnt()
12 years ago
posix_acl.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
12 years ago
proc_namespace.c
namespaces: Use task_lock and not rcu to protect nsproxy
12 years ago
read_write.c
cachefiles_write_page(): switch to __kernel_write()
11 years ago
readdir.c
fanotify: create FAN_ACCESS event for readdir
12 years ago
select.c
Revert "select: use freezable blocking call"
12 years ago
seq_file.c
fs/seq_file: fallback to vmalloc allocation
11 years ago
signalfd.c
switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE
13 years ago
splice.c
vfs: export do_splice_direct() to modules
11 years ago
stack.c
fs: fix comment for 'CONFIG_LBADF'
11 years ago
stat.c
vfs: split out vfs_getattr_nosec
12 years ago
statfs.c
vfs: allow O_PATH file descriptors for fstatfs()
12 years ago
super.c
fs: Fix theoretical division by 0 in super_cache_scan().
12 years ago
sync.c
Merge tag 'xfs-for-linus-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
11 years ago
timerfd.c
timerfd: Remove an always true check
11 years ago
utimes.c
locks: break delegations on any attribute modification
14 years ago
xattr.c
vfs: Deduplicate code shared by xattr system calls operating on paths
11 years ago