summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-01-11tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang
2013-01-11nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown
2013-01-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields
2013-01-11nfsd: fix v4 reply cachingJ. Bruce Fields
2013-01-11nfs: fix wrong object type in lockowner_slabYanchuan Nian
2013-01-11NFS: Fix calls to drop_nlink()Trond Myklebust
2013-01-11NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown
2013-01-11NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker
2013-01-11exec: do not leave bprm->interp on stackKees Cook
2012-12-10pnfsblock: fix partial page buffer wirtePeng Tao
2012-12-03jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara
2012-12-03jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker
2012-12-03UBIFS: fix compilation warningAlexandre Pereira da Silva
2012-11-26ceph: avoid 32-bit page index overflowAlex Elder
2012-11-26ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil
2012-11-26libceph: set peer name on con_open, not initSage Weil
2012-11-26libceph: fully initialize connection in con_init()Alex Elder
2012-11-26libceph: embed ceph messenger structure in ceph_clientAlex Elder
2012-11-26ceph: check PG_Private flag before accessing page->privateYan, Zheng
2012-11-26ceph: use info returned by get_authorizerAlex Elder
2012-11-26ceph: have get_authorizer methods return pointersAlex Elder
2012-11-26ceph: ensure auth ops are defined before useAlex Elder
2012-11-26ceph: messenger: reduce args to create_authorizerAlex Elder
2012-11-26ceph: define ceph_auth_handshake typeAlex Elder
2012-11-26reiserfs: Protect reiserfs_quota_write() with write lockJan Kara
2012-11-26reiserfs: Move quota calls out of write lockJan Kara
2012-11-26reiserfs: Protect reiserfs_quota_on() with write lockJan Kara
2012-11-26reiserfs: Fix lock ordering during remountJan Kara
2012-11-26NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-11-26eCryptfs: check for eCryptfs cipher support at mountTim Sally
2012-11-26eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks
2012-11-26UBIFS: introduce categorized lprops counterArtem Bityutskiy
2012-11-26UBIFS: fix mounting problems after power cutsArtem Bityutskiy
2012-11-26cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton
2012-11-26fanotify: fix missing breakEric Paris
2012-11-26xfs: drop buffer io reference when a bad bio is builtDave Chinner
2012-11-17xfs: fix reading of wrapped log dataDave Chinner
2012-11-17NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust
2012-11-17NFS: fix bug in legacy DNS resolver.NeilBrown
2012-11-17nfsd: add get_uint for u32'sJ. Bruce Fields
2012-11-17NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-11-17NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-11-17nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-11-17nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew
2012-11-05ext4: fix unjournaled inode bitmap modificationEric Sandeen
2012-10-31freezer: exec should clear PF_NOFREEZE along with PF_KTHREADOleg Nesterov
2012-10-31sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven
2012-10-31fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook