..
9p
9p: remove unnecessary v9fses->options which duplicates the mount string
16 years ago
adfs
headers: smp_lock.h redux
16 years ago
affs
affs: add ->sync_fs
16 years ago
afs
AFS: Stop readlink() on AFS crashing due to NULL 'file' ptr
16 years ago
autofs
switch follow_down()
16 years ago
autofs4
autofs4 - fix missed case when changing to use struct path
16 years ago
befs
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
16 years ago
bfs
headers: smp_lock.h redux
16 years ago
btrfs
btrfs: fix inode rbtree corruption
16 years ago
cachefiles
enforce ->sync_fs is only called for rw superblock
16 years ago
cifs
[CIFS] Update readme to reflect forceuid mount parms
16 years ago
coda
splice: implement default splice_read method
16 years ago
configfs
configfs: Rework configfs_depend_item() locking and make lockdep happy
16 years ago
cramfs
…
debugfs
debugfs: use specified mode to possibly mark files read/write only
16 years ago
devpts
devpts: remove module-related code
16 years ago
dlm
dlm: free socket in error exit path
16 years ago
ecryptfs
eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size
16 years ago
efs
get rid of BKL in fs/efs
16 years ago
exofs
headers: smp_lock.h redux
16 years ago
exportfs
…
ext2
ext2: fix unbalanced kmap()/kunmap()
16 years ago
ext3
ext3: Improve error message that changing journaling mode on remount is not possible
16 years ago
ext4
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
16 years ago
fat
headers: smp_lock.h redux
16 years ago
freevxfs
headers: smp_lock.h redux
16 years ago
fscache
FS-Cache: Fixup renamed filenames in comments in internal.h
16 years ago
fuse
Revert "fuse: Fix build error" as unnecessary
16 years ago
gfs2
GFS2: Fix permissions on "recover" file
16 years ago
hfs
headers: smp_lock.h redux
16 years ago
hfsplus
headers: smp_lock.h redux
16 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
…
hugetlbfs
mm: fix hugetlb bug due to user_shm_unlock call
16 years ago
isofs
isofs: fix Joliet regression
16 years ago
jbd
jbd: fix race between write_metadata_buffer and get_write_access
16 years ago
jbd2
jbd2: fix race between write_metadata_buffer and get_write_access
16 years ago
jffs2
JFFS2: add missing verify buffer allocation/deallocation
16 years ago
jfs
jfs: Fix early release of acl in jfs_get_acl
16 years ago
lockd
headers: smp_lock.h redux
16 years ago
minix
Making fs/minix/minix.h double including safe
16 years ago
ncpfs
NLS: update handling of Unicode
16 years ago
nfs
NFSv4: Fix an infinite looping problem with the nfs4_state_manager
16 years ago
nfs_common
…
nfsd
headers: smp_lock.h redux
16 years ago
nilfs2
nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_key
16 years ago
nls
NLS: update handling of Unicode
16 years ago
notify
inotify: update the group mask on mark addition
16 years ago
ntfs
ntfs: use is_power_of_2() function for clarity.
16 years ago
ocfs2
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
16 years ago
omfs
switch omfs to simple_fsync()
16 years ago
openpromfs
…
partitions
partitions: fix broken uevent_suppress conversion
16 years ago
proc
mm: revert "oom: move oom_adj value"
16 years ago
qnx4
fs/qnx4: sanitize includes
16 years ago
quota
quota: Silence lockdep on quota_on
16 years ago
ramfs
fs/ramfs/file-nommu.c needs include/linux/sched.h
16 years ago
reiserfs
headers: smp_lock.h redux
16 years ago
romfs
ROMFS: romfs_dev_read() error ignored
16 years ago
smbfs
push BKL down into ->put_super
16 years ago
squashfs
headers: smp_lock.h redux
16 years ago
sysfs
sysfs: fix hardlink count on device_move
16 years ago
sysv
get rid of BKL in fs/sysv
16 years ago
ubifs
headers: smp_lock.h redux
16 years ago
udf
udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocks
16 years ago
ufs
ufs: sector_t cannot be negative
16 years ago
xfs
xfs: actually enable the swapext compat handler
16 years ago
Kconfig
fs/Kconfig: move nilfs2 out
16 years ago
Kconfig.binfmt
…
Makefile
…
aio.c
eventfd: revised interface and cleanups
16 years ago
anon_inodes.c
fs: Provide empty .set_page_dirty() aop for anon inodes
16 years ago
attr.c
…
bad_inode.c
…
binfmt_aout.c
…
binfmt_elf.c
elf: fix one check-after-use
16 years ago
binfmt_elf_fdpic.c
elf_core_dump: use rcu_read_lock() to access ->real_parent
16 years ago
binfmt_em86.c
…
binfmt_flat.c
flat: fix uninitialized ptr with shared libs
16 years ago
binfmt_misc.c
…
binfmt_script.c
…
binfmt_som.c
…
bio-integrity.c
block: Create bip slabs with embedded integrity vectors
16 years ago
bio.c
block: fix sg SG_DXFER_TO_FROM_DEV regression
16 years ago
block_dev.c
PM / Hibernate: Replace bdget call with simple atomic_inc of i_count
16 years ago
buffer.c
Re-introduce page mapping check in mark_buffer_dirty()
16 years ago
char_dev.c
headers: smp_lock.h redux
16 years ago
compat.c
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
16 years ago
compat_binfmt_elf.c
…
compat_ioctl.c
compat_ioctl: hook up compat handler for FIEMAP ioctl
16 years ago
dcache.c
dcache: extrace and use d_unlinked()
16 years ago
dcookies.c
…
direct-io.c
block: Do away with the notion of hardsect_size
16 years ago
drop_caches.c
mm: remove __invalidate_mapping_pages variant
16 years ago
eventfd.c
eventfd: revised interface and cleanups
16 years ago
eventpoll.c
epoll: fix nested calls support
16 years ago
exec.c
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
16 years ago
fcntl.c
headers: smp_lock.h redux
16 years ago
fifo.c
…
file.c
…
file_table.c
fs: move mark_files_ro into file_table.c
16 years ago
filesystems.c
fs: Mark get_filesystem_list() as __init function.
16 years ago
fs-writeback.c
cleanup __writeback_single_inode
16 years ago
fs_struct.c
…
generic_acl.c
…
inode.c
vfs: add __destroy_inode
16 years ago
internal.h
Trim a bit of crap from fs.h
16 years ago
ioctl.c
fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
16 years ago
ioprio.c
…
libfs.c
vfs: make get_sb_pseudo set s_maxbytes to value that can be cast to signed
16 years ago
locks.c
lockd: call locks_release_private to cleanup per-filesystem state
16 years ago
mbcache.c
…
mpage.c
ext4: Properly initialize the buffer_head state
16 years ago
namei.c
IMA: update ima_counts_put
16 years ago
namespace.c
vfs: mnt_want_write_file(): fix special file handling
16 years ago
nfsctl.c
…
no-block.c
…
open.c
fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
16 years ago
pipe.c
lockdep: Fix lockdep annotation for pipe_double_lock()
16 years ago
pnode.c
…
pnode.h
…
posix_acl.c
…
read_write.c
splice: implement default splice_read method
16 years ago
read_write.h
…
readdir.c
…
select.c
poll/select: initialize triggered field of struct poll_wqueues
16 years ago
seq_file.c
seq_file: add function to write binary data
16 years ago
signalfd.c
…
splice.c
splice: fix kmaps in default_file_splice_write()
16 years ago
stack.c
…
stat.c
kill vfs_stat_fd / vfs_lstat_fd
16 years ago
super.c
... and the same for vfsmount id/mount group id
16 years ago
sync.c
sys_sync(): fix 16% performance regression in ffsb create_4k test
16 years ago
timerfd.c
…
utimes.c
…
xattr.c
fs: introduce mnt_clone_write
16 years ago
xattr_acl.c
…