summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-01-03exec: do not leave bprm->interp on stackKees Cook3-2/+22
2013-01-03vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2013-01-03nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-01-03proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2013-01-03NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2013-01-03nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2013-01-03nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2013-01-03NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2013-01-03ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen1-0/+1
2013-01-03ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2013-01-03nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1
2013-01-03freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZEOleg Nesterov1-1/+2
2012-12-06jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2012-12-06reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-12-06reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-12-06reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-12-06reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-12-06xfs: drop buffer io reference when a bad bio is builtDave Chinner1-2/+12
2012-12-06jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker1-18/+21
2012-12-06GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski2-14/+12
2012-12-06UBIFS: fix mounting problems after power cutsArtem Bityutskiy1-2/+10
2012-12-06UBIFS: introduce categorized lprops counterArtem Bityutskiy2-0/+9
2012-11-16eCryptfs: check for eCryptfs cipher support at mountTim Sally1-0/+13
2012-11-16eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks1-1/+9
2012-11-16fanotify: fix missing breakEric Paris1-0/+1
2012-11-16xfs: fix reading of wrapped log dataDave Chinner1-1/+1
2012-11-16cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton1-29/+20
2012-11-16nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-16nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-11-16NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-11-16NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-16NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-11-16NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-11-16nfsd: add get_uint for u32'sJ. Bruce Fields1-3/+3
2012-10-30Revert "lockd: use rpc client's cl_nodename for id encoding"Ben Hutchings1-3/+1
2012-10-30fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2012-10-30freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov1-1/+1
2012-10-30sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2012-10-30NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2-2/+3
2012-10-30nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko1-4/+10
2012-10-30ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov1-11/+46
2012-10-30tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins5-6/+27
2012-10-30nfsd4: fix nfs4 stateid leakJ. Bruce Fields1-0/+1
2012-10-30jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2012-10-17eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-10-17eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-10-17eCryptfs: Revert to a writethrough cache modelTyler Hicks3-63/+15
2012-10-17eCryptfs: Initialize empty lower files when opening themTyler Hicks3-28/+49
2012-10-17eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks1-23/+32
2012-10-17udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4