summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-28NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2-11/+35
2013-02-28ext4: add missing kfree() on error return path in add_new_gdb()Dan Carpenter1-0/+1
2013-02-28ext4: Free resources in some error path in ext4_fill_superTao Ma1-8/+11
2013-02-28NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust1-0/+3
2013-02-28ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-02-28inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2013-02-14tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2013-02-11nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2013-02-04fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-01-21ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen1-0/+2
2013-01-17GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2-14/+12
2013-01-17epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2013-01-17udf: don't increment lenExtents while writing to a holeNamjae Jeon1-2/+5
2013-01-17udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2013-01-17ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2013-01-17ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev1-1/+1
2013-01-17jbd2: fix assertion failure in jbd2_journal_flush()Jan Kara1-1/+2
2013-01-17ext4: fix extent tree corruption caused by hole punchForrest Liu1-4/+18
2013-01-17jffs2: hold erase_completion_lock on exitAlexey Khoroshilov1-2/+4
2013-01-17ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-01-11NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2013-01-11NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2013-01-11exec: do not leave bprm->interp on stackKees Cook3-2/+22
2012-12-04jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2012-11-26reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-26reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-11-26reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-26reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-11-26NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-11-26eCryptfs: check for eCryptfs cipher support at mountTim Sally1-0/+13
2012-11-26eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks1-1/+9
2012-11-26UBIFS: introduce categorized lprops counterArtem Bityutskiy2-0/+9
2012-11-26UBIFS: fix mounting problems after power cutsArtem Bityutskiy1-2/+10
2012-11-26fanotify: fix missing breakEric Paris1-0/+1
2012-11-18xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-11-18NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust1-2/+2
2012-11-18NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-11-18nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-11-18NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-18nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-18nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-10-31sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2012-10-31fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-28Revert: lockd: use rpc client's cl_nodename for id encodingGreg Kroah-Hartman1-3/+1
2012-10-28NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2-2/+3
2012-10-21udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-10-21jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2012-10-21autofs4 - fix reset pending flag on mount failIan Kent1-2/+4