- e899108 isofs: switch to ->iterate_shared() by Al Viro · 8 years ago
- e17a21d get_acorn_filename(): deobfuscate a bit by Al Viro · 9 years ago
- a063ff1 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
- 99d8258 get_rock_ridge_filename(): handle malformed NM entries by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- e4a93be isofs: Fix bug in the way to check if the year is a leap year by Oscar Forner Martinez · 10 years ago
- 4e20246 isofs: Fix unchecked printing of ER records by Jan Kara · 10 years ago
- 31f48fc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
- f54e18f isofs: Fix infinite looping over CE entries by Jan Kara · 10 years ago
- 7ca2f23 isofs: avoid unused function warning by Arnd Bergmann · 10 years ago
- b0afd8e isofs: don't bother with ->d_op for normal case by Al Viro · 10 years ago
- f643ff5 isofs_cmp(): we'll never see a dentry for . or .. by Al Viro · 10 years ago
- a97df42 isofs: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
- 410dd3c isofs: Fix unbounded recursion when processing relocated directories by Jan Kara · 10 years ago
- d97b07c initramfs: support initramfs that is bigger than 2GiB by Yinghai Lu · 10 years ago
- a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- b3b749b fs/isofs/inode.c add __init to init_inodecache() by Fabian Frederick · 11 years ago
- 966c1f7 isofs: don't pass dentry to isofs_hash{i,}_common() by Al Viro · 11 years ago
- 17b7f7c isofs: Refuse RW mount of the filesystem instead of making it RO by Jan Kara · 11 years ago
- da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
- bfee716 [readdir] convert isofs by Al Viro · 11 years ago
- fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 12 years ago
- 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
- 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
- aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
- ba64e2b userns: Convert isofs to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
- 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
- fe685aa isofs: avoid info leak on export by Mathias Krause · 12 years ago
- b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
- 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
- 8fdd8c4 isofs: inode leak on mount failure by Al Viro · 13 years ago
- 7328bdd isofs: propagate umode_t by Al Viro · 13 years ago
- 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
- 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
- 3069083 isofs: add readpages support by Namjae Jeon · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- d769b3c isofs: Remove global fs lock by Jan Kara · 13 years ago
- a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
- c11760c isofs: fix bh leak in isofs_fill_super() error case by Linus Torvalds · 13 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 6cc9c1d fix isofs d_op handling by Al Viro · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
- b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
- 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
- 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
- e45c9ef isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory by Ondrej Zary · 14 years ago
- fde214d isofs: Fix isofs_get_blocks for 8TB files by Jan Kara · 14 years ago
- 4f819a7 BKL: Remove BKL from isofs by Arnd Bergmann · 14 years ago
- db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
- 66a362a isofs: Fix lseek() to position beyond 4 GB by Jan Andres · 14 years ago
- ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
- 59bc055 zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size by Jan Kara · 15 years ago
- dc7a081 nfs: new subdir Documentation/filesystems/nfs by J. Bruce Fields · 15 years ago
- 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
- 8711c67 isofs: fix Joliet regression by Bartlomiej Zolnierkiewicz · 15 years ago
- 5404ac8 isofs: cleanup mount option processing by Jan Kara · 15 years ago
- 5c4a656 isofs: fix setting of uid and gid to 0 by Jan Kara · 15 years ago
- 52b680c isofs: let mode and dmode mount options override rock ridge mode setting by Jan Kara · 15 years ago
- 74675a5 NLS: update handling of Unicode by Alan Stern · 16 years ago
- 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 16 years ago
- 2430c4d fs/isofs: return f_fsid for statfs(2) by Coly Li · 16 years ago
- e16404e constify dentry_operations: misc filesystems by Al Viro · 16 years ago
- ddfaccd fs/Kconfig: move iso9660, udf out by Alexey Dobriyan · 16 years ago
- 261964c isofs check for NULL ->i_op in root directory is dead code by Al Viro · 16 years ago
- 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
- a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
- 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
- c0a1633 isofs: fix minor filesystem corruption by Adam Greenblatt · 16 years ago
- 2deb1ac isofs: fix access to unallocated memory when reading corrupted filesystem by Jan Kara · 17 years ago
- 58d485d isofs: use get/put_unaligned_* helpers by Harvey Harrison · 17 years ago
- 08ca0db zisofs: fix readpage() outside i_size by Dave Young · 17 years ago
- d0132ee mount options: fix isofs by Miklos Szeredi · 17 years ago
- 9b7880e isofs: implement dmode option by Jan Kara · 17 years ago
- c4386c8 iget: stop ISOFS from using read_inode() by David Howells · 17 years ago
- 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
- 905251a isofs: new export ops by Christoph Hellwig · 17 years ago
- 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
- cd21523 fs/isofs/namei.c: Remove uninitialized local vars warning by Borislav Petkov · 17 years ago
- a36a151 zisofs use mutex instead of semaphore by Dave Young · 17 years ago
- 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
- 817794e isofs: mounting to regular file may succeed by Kirill Kuvaldin · 17 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
- a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
- f17e121 remove useless tolower in isofs by young dave · 17 years ago
- c3ed85a isofs: fix up CodingStyle by Dave Jones · 17 years ago
- a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
- 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 18 years ago