aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-1524-51/+173
|\
| * nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-111-1/+1
| * nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2013-01-111-1/+10
| * NFS: Fix calls to drop_nlink()Trond Myklebust2013-01-111-5/+6
| * NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2013-01-111-2/+1
| * exec: do not leave bprm->interp on stackKees Cook2013-01-113-2/+22
| * jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara2012-12-031-0/+2
| * reiserfs: Protect reiserfs_quota_write() with write lockJan Kara2012-11-261-0/+4
| * reiserfs: Move quota calls out of write lockJan Kara2012-11-263-7/+25
| * reiserfs: Protect reiserfs_quota_on() with write lockJan Kara2012-11-261-3/+8
| * reiserfs: Fix lock ordering during remountJan Kara2012-11-261-7/+20
| * NFS: Wait for session recovery to finish before returningBryan Schumaker2012-11-261-2/+1
| * eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-11-261-0/+13
| * eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-11-261-1/+9
| * UBIFS: introduce categorized lprops counterArtem Bityutskiy2012-11-262-0/+9
| * UBIFS: fix mounting problems after power cutsArtem Bityutskiy2012-11-261-2/+10
| * fanotify: fix missing breakEric Paris2012-11-261-0/+1
| * xfs: fix reading of wrapped log dataDave Chinner2012-11-171-1/+1
| * NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust2012-11-171-2/+2
| * NFS: fix bug in legacy DNS resolver.NeilBrown2012-11-171-2/+3
| * nfsd: add get_uint for u32'sJ. Bruce Fields2012-11-171-3/+3
| * NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust2012-11-171-0/+1
| * nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-11-174-9/+20
| * nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew2012-11-171-1/+1
* | Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-0174-278/+535
|\ \ | |/
| * sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven2012-10-311-8/+8
| * fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2012-10-311-0/+2
| * Revert: lockd: use rpc client's cl_nodename for id encodingGreg Kroah-Hartman2012-10-281-3/+1
| * NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-282-2/+3
| * udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-10-211-1/+4
| * jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2012-10-212-31/+78
| * autofs4 - fix reset pending flag on mount failIan Kent2012-10-211-2/+4
| * tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins2012-10-215-6/+27
| * lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky2012-10-211-1/+3
| * ext4: fix fdatasync() for files with only i_size changesJan Kara2012-10-131-2/+6
| * ext4: always set i_op in ext4_mknod()Bernd Schubert2012-10-131-2/+0
| * ext4: online defrag is not supported for journaled filesDmitry Monakhov2012-10-131-1/+6
| * coredump: prevent double-free on an error path in core dumperDenys Vlasenko2012-10-071-15/+4
| * vfs: dcache: fix deadlock in tree traversalMiklos Szeredi2012-10-071-0/+6
| * Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher2012-10-021-1/+1
| * NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-10-021-1/+2
| * NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-10-021-0/+2
| * NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-10-023-4/+4
| * eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-10-021-0/+5
| * vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-10-021-2/+2
| * vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-10-021-1/+1
| * fuse: fix retrieve lengthMiklos Szeredi2012-09-141-0/+1
| * ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-141-3/+14
| * udf: Fix data corruption for files in ICBJan Kara2012-09-141-6/+29
| * block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins2012-09-141-36/+30