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
Linus Torvalds 46be7b73e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 11 years ago
..
9p Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
adfs adfs: add __printf verification, fix format/argument mismatches 11 years ago
affs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
afs AFS: Correctly assemble the client UUID 11 years ago
autofs4 autofs4: comment typo: remove a a doubled word 11 years ago
befs fs/befs/linuxvfs.c: check superblock before dump operation 11 years ago
bfs fs/bfs: use bfs prefix for dump_imap 11 years ago
btrfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs 11 years ago
cachefiles fs/cachefiles: replace kerror by pr_err 11 years ago
ceph Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 11 years ago
cifs Fix mfsymlinks file size check 11 years ago
coda fs/coda: use linux/uaccess.h 11 years ago
configfs fs/configfs: use pr_fmt 11 years ago
cramfs fs/cramfs/inode.c: use linux/uaccess.h 11 years ago
debugfs fs: debugfs: remove trailing whitespace 11 years ago
devpts fs/devpts/inode.c: convert printk to pr_foo() 11 years ago
dlm fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove 11 years ago
ecryptfs write_iter variants of {__,}generic_file_aio_write() 11 years ago
efivarfs fs/efivarfs/super.c: use static const for dentry_operations 11 years ago
efs fs/efs/namei.c: return is not a function 11 years ago
exofs fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc 11 years ago
exportfs fs/exportfs/expfs.c: kernel-doc warning fixes 11 years ago
ext2 fs/ext2/super.c: Drop memory allocation cast 11 years ago
ext3 ext3: Count internal journal as bsddf overhead in ext3_statfs 11 years ago
ext4 ext4: avoid trying to kfree an ERR_PTR pointer 11 years ago
f2fs f2fs: reposition unlock_new_inode to prevent accessing invalid inode 11 years ago
fat Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
freevxfs Major changes for 3.14 include support for the newly added ZERO_RANGE 11 years ago
fscache fs/fscache: make ctl_table static 11 years ago
fuse switch iov_iter_get_pages() to passing maximal number of pages 11 years ago
gfs2 GFS2: fix d_splice_alias() misuses 11 years ago
hfs write_iter variants of {__,}generic_file_aio_write() 11 years ago
hfsplus Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
hostfs hostfs: support rename flags 11 years ago
hpfs fs/hpfs/dnode.c: fix suspect code indent 11 years ago
hppfs
hugetlbfs fs/hugetlbfs/inode.c: remove null test before kfree 11 years ago
isofs isofs: Fix unbounded recursion when processing relocated directories 11 years ago
jbd fs/jbd/revoke.c: replace shift loop by ilog2 11 years ago
jbd2 jbd2: fix descriptor block size handling errors with journal_csum 11 years ago
jffs2 MTD updates for 3.17-rc1 11 years ago
jfs Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
kernfs Merge 3.16-rc6 into driver-core-next 11 years ago
lockd lockd: fix rpcbind crash on lockd startup failure 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/getopt.c: replace simple_strtoul by kstrtoul 11 years ago
nfs NFSv4: Fix another bug in the close/open_downgrade code 11 years ago
nfs_common fs/nfs_common/nfsacl.c: move EXPORT symbol after functions 11 years ago
nfsd nfsd4: fix rd_dircount enforcement 11 years ago
nilfs2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
nls
notify fs/notify: don't show f_handle if exportfs_encode_inode_fh failed 11 years ago
ntfs ntfs: kernel-doc warning fixes 11 years ago
ocfs2 ocfs2: quorum: add a log for node not fenced 11 years ago
omfs fs/omfs/inode.c: replace count*size kzalloc by kcalloc 11 years ago
openpromfs fs: push sync_filesystem() down to the file system's remount_fs() 11 years ago
proc Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}" 11 years ago
pstore fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array 11 years ago
qnx4 fs: push sync_filesystem() down to the file system's remount_fs() 11 years ago
qnx6 fs/qnx6: update debugging to current functions 11 years ago
quota fs/quota: kernel-doc warning fixes 11 years ago
ramfs fs/ramfs/file-nommu.c: replace count*size kzalloc by kcalloc 11 years ago
reiserfs Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 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 11 years ago
sysv write_iter variants of {__,}generic_file_aio_write() 11 years ago
ubifs UBIFS: Add log overlap assertions 11 years ago
udf udf: saner calling conventions for udf_new_inode() 11 years ago
ufs ufs: fix deadlocks introduced by sb mutex merge 11 years ago
xfs xfs: trim eofblocks before collapse range 11 years ago
Kconfig kernfs: add CONFIG_KERNFS 11 years ago
Kconfig.binfmt
Makefile take fs_pin stuff to fs/* 11 years ago
aio.c aio: block exit_aio() until all context requests are completed 11 years ago
anon_inodes.c vfs: Allocate anon_inode_inode in anon_inode_init() 11 years ago
attr.c fs,userns: Change inode_capable to capable_wrt_inode_uidgid 11 years ago
bad_inode.c bad_inode: add ->rename2() 11 years ago
binfmt_aout.c
binfmt_elf.c Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next 11 years ago
binfmt_elf_fdpic.c
binfmt_em86.c
binfmt_flat.c fs/binfmt_flat.c: make old_reloc() static 11 years ago
binfmt_misc.c binfmt_misc: add missing 'break' statement 11 years ago
binfmt_script.c
binfmt_som.c
block_dev.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
buffer.c sched: Remove proliferation of wait_on_bit() action functions 11 years ago
char_dev.c
compat.c locks: rename file-private locks to "open file description locks" 11 years ago
compat_binfmt_elf.c binfmt_elf: add ELF_HWCAP2 to compat auxv entries 11 years ago
compat_ioctl.c Bluetooth: Move HCI socket definitions into its own header file 11 years ago
coredump.c coredump: fix the setting of PF_DUMPCORE 11 years ago
dcache.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
dcookies.c
direct-io.c switch iov_iter_get_pages() to passing maximal number of pages 11 years ago
drop_caches.c fs: convert use of typedef ctl_table to struct ctl_table 11 years ago
eventfd.c
eventpoll.c eventpoll: fix uninitialized variable in epoll_ctl 11 years ago
exec.c fork/exec: cleanup mm initialization 11 years ago
fcntl.c shm: add sealing API 11 years ago
fhandle.c
file.c fs/file.c: don't open-code kvfree() 11 years ago
file_table.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
filesystems.c sys_sysfs: Add CONFIG_SYSFS_SYSCALL 11 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 11 years ago
fs_struct.c
inode.c mm: allow drivers to prevent new writable mappings 11 years ago
internal.h make fs/{namespace,super}.c forget about acct.h 11 years ago
ioctl.c
libfs.c fs/libfs.c: add generic data flush to fsync 11 years ago
locks.c locks: pass correct "before" pointer to locks_unlink_lock in generic_add_lease 11 years ago
mbcache.c fs/mbcache: replace __builtin_log2() with ilog2() 11 years ago
mount.h death to mnt_pinned 11 years ago
mpage.c fs/block_dev.c: add bdev_read_page() and bdev_write_page() 11 years ago
namei.c vfs: workaround gcc <4.6 build error in link_path_walk() 11 years ago
namespace.c fix EBUSY on umount() from MNT_SHRINKABLE 11 years ago
no-block.c
open.c vfs: fix check for fallocate on active swapfile 11 years ago
pipe.c new helper: copy_page_from_iter() 11 years ago
pnode.c get rid of propagate_umount() mistakenly treating slaves as busy. 11 years ago
pnode.h smarter propagate_mnt() 11 years ago
posix_acl.c posix_acl: handle NULL ACL in posix_acl_equiv_mode 11 years ago
proc_namespace.c namespaces: Use task_lock and not rcu to protect nsproxy 11 years ago
read_write.c switch simple generic_file_aio_read() users to ->read_iter() 11 years ago
readdir.c fanotify: create FAN_ACCESS event for readdir 11 years ago
select.c
seq_file.c fs/seq_file: fallback to vmalloc allocation 11 years ago
signalfd.c
splice.c Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus 11 years ago
stack.c
stat.c
statfs.c
super.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs 11 years ago
sync.c Export sync_filesystem() for modular ->remount_fs() use 11 years ago
timerfd.c timerfd: Use ktime_mono_to_real() 11 years ago
utimes.c
xattr.c simple_xattr: permit 0-size extended attributes 11 years ago