summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: avoid information leaks to non-privileged processesJake Edge2009-05-052-5/+13
* NFS: Close page_mkwrite() racesTrond Myklebust2009-05-031-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-05-033-89/+108
|\
| * xfs: fix getbmap vs mmap deadlockChristoph Hellwig2009-04-301-17/+35
| * xfs: a couple getbmap cleanupsChristoph Hellwig2009-04-301-83/+79Star
| * xfs: add more checks to superblock validationOlaf Weber2009-04-301-0/+3
| * xfs_file_last_byte() needs to acquire ilockLachlan McIlroy2009-04-301-0/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-031-1/+1
|\ \
| * | configfs: Fix Trivial Warning in fs/configfs/symlink.cSubrata Modak2009-04-211-1/+1
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-036-20/+38
|\ \ \
| * | | ocfs2: Fix a missing credit when deleting from indexed directories.Joel Becker2009-04-301-2/+3
| * | | ocfs2/trivial: Remove unused variable in ocfs2_rename.Tao Ma2009-04-291-4/+0Star
| * | | ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()Sunil Mushran2009-04-231-0/+15
| * | | ocfs2: Fix some printk() warnings.Joel Becker2009-04-222-11/+17
| * | | ocfs2: Fix 2 warning during ocfs2 make.Tao Ma2009-04-222-2/+2
| * | | ocfs2: Reserve 1 more cluster in expanding_inline_dir for indexed dir.Tao Ma2009-04-071-1/+1
* | | | ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov2009-05-031-2/+2
* | | | mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-031-1/+1
* | | | alpha: binfmt_aout fixIvan Kokshaysky2009-05-031-3/+4
* | | | pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh2009-05-031-0/+4
* | | | mm: close page_mkwrite racesNick Piggin2009-05-031-4/+6
* | | | autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent2009-05-031-1/+3
* | | | eCryptfs: Fix min function comparison warningTyler Hicks2009-04-271-1/+1
* | | | ecryptfs: fix printk format warningRandy Dunlap2009-04-271-1/+1
* | | | bio: fix memcpy corruption in bio_copy_user_iov()FUJITA Tomonori2009-04-281-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-04-2717-337/+281Star
|\ \ \ \
| * | | | Btrfs: look for acls during btrfs_read_locked_inodeChris Mason2009-04-271-0/+62
| * | | | Btrfs: fix acl cachingChris Mason2009-04-272-7/+15
| * | | | Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-275-23/+40
| * | | | Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker2009-04-271-1/+1
| * | | | Btrfs: remove unused btrfs_bit_radix slabChris Mason2009-04-271-8/+0Star
| * | | | Btrfs: ratelimit IO error printksChris Mason2009-04-272-17/+31
| * | | | Btrfs: remove #if 0 codeChris Mason2009-04-273-188/+1Star
| * | | | Btrfs: When shrinking, only update disk size on successChris Ball2009-04-272-11/+27
| * | | | Btrfs: fix deadlocks and stalls on dead root removalChris Mason2009-04-241-0/+6
| * | | | Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-245-17/+29
| * | | | Btrfs: kill btrfs_cache_createChristoph Hellwig2009-04-243-43/+28Star
| * | | | Btrfs: don't export symbolsChristoph Hellwig2009-04-241-6/+0Star
| * | | | Btrfs: simplify makefileChristoph Hellwig2009-04-241-17/+2Star
| * | | | Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-244-2/+42
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-04-272-10/+3Star
|\ \ \ \ \
| * | | | | ext2: missing unlock in ext2_quota_write()Dan Carpenter2009-04-271-1/+3
| * | | | | quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig2009-04-271-9/+0Star
* | | | | | ext4: Do not try to validate extents on special filesTheodore Ts'o2009-04-251-2/+6
* | | | | | ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o2009-04-241-3/+1Star
* | | | | | ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o2009-04-241-1/+11
|/ / / / /
* | | | | ROMFS: Advance destination buffer pointer when reading from a blockdevDavid Howells2009-04-241-0/+1
* | | | | ROMFS: romfs_lookup() shouldn't be doing a partial name comparisonDavid Howells2009-04-243-22/+53
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-246-28/+42
|\ \ \ \ \
| * | | | | ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o2009-04-231-1/+2