summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-01-16epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2013-01-16udf: don't increment lenExtents while writing to a holeNamjae Jeon
2013-01-16nfs: fix null checking in nfs_get_option_str()Xi Wang
2013-01-16cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton
2013-01-16ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev
2013-01-16jbd2: fix assertion failure in jbd2_journal_flush()Jan Kara
2013-01-16ext4: check dioread_nolock on remountJan Kara
2013-01-16ext4: fix extent tree corruption caused by hole punchForrest Liu
2013-01-03udf: fix memory leak while allocating blocks during writeNamjae Jeon
2013-01-03exec: do not leave bprm->interp on stackKees Cook
2013-01-03vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown
2013-01-03nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2013-01-03proc: pid/status: show all supplementary groupsArtem Bityutskiy
2013-01-03NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown
2013-01-03nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2013-01-03nfsd: fix v4 reply cachingJ. Bruce Fields
2013-01-03NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker
2013-01-03ext4: init pagevec in ext4_da_block_invalidatepagesEric Sandeen
2013-01-03ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin
2013-01-03nfs: fix wrong object type in lockowner_slabYanchuan Nian
2013-01-03freezer: PF_FREEZER_NOSIG should be cleared along with PF_NOFREEZEOleg Nesterov
2012-12-06jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara
2012-12-06reiserfs: Move quota calls out of write lockJan Kara
2012-12-06reiserfs: Protect reiserfs_quota_write() with write lockJan Kara
2012-12-06reiserfs: Protect reiserfs_quota_on() with write lockJan Kara
2012-12-06reiserfs: Fix lock ordering during remountJan Kara
2012-12-06xfs: drop buffer io reference when a bad bio is builtDave Chinner
2012-12-06jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker
2012-12-06GFS2: Test bufdata with buffer locked and gfs2_log_lock heldBenjamin Marzinski
2012-12-06UBIFS: fix mounting problems after power cutsArtem Bityutskiy
2012-12-06UBIFS: introduce categorized lprops counterArtem Bityutskiy
2012-11-16eCryptfs: check for eCryptfs cipher support at mountTim Sally
2012-11-16eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks
2012-11-16fanotify: fix missing breakEric Paris
2012-11-16xfs: fix reading of wrapped log dataDave Chinner
2012-11-16cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton
2012-11-16nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-11-16nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew
2012-11-16NFS: fix bug in legacy DNS resolver.NeilBrown
2012-11-16NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-11-16NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-11-16NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-11-16nfsd: add get_uint for u32'sJ. Bruce Fields
2012-10-30Revert "lockd: use rpc client's cl_nodename for id encoding"Ben Hutchings
2012-10-30fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook
2012-10-30freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov
2012-10-30sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven
2012-10-30NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust
2012-10-30nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko
2012-10-30ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov