summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-11nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2013-02-03NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-02-03xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-02-03fs/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-17libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman1-0/+9
2013-01-17ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2013-01-17ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng1-6/+9
2013-01-17ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2013-01-17ceph: Fix infinite loop in __wake_requestsYan, Zheng1-2/+7
2013-01-17ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2013-01-17libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2013-01-17ceph: propagate layout error on osd request creationSage Weil2-6/+6
2013-01-17ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2013-01-17ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
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: check dioread_nolock on remountJan Kara1-11/+11
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 possible use after free with metadata csumTheodore Ts'o1-1/+1
2013-01-17ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2013-01-11tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-11nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2013-01-11nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2013-01-11nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2013-01-11nfs: fix wrong object type in lockowner_slabYanchuan Nian1-1/+1
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-11NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2013-01-11exec: do not leave bprm->interp on stackKees Cook3-2/+22
2012-12-10pnfsblock: fix partial page buffer wirtePeng Tao2-12/+165
2012-12-03jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2012-12-03jffs2: Fix lock acquisition order bug in jffs2_write_beginThomas Betker1-18/+21
2012-12-03UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-11-26ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-11-26ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil1-0/+1
2012-11-26libceph: set peer name on con_open, not initSage Weil1-3/+4
2012-11-26libceph: fully initialize connection in con_init()Alex Elder1-5/+2
2012-11-26libceph: embed ceph messenger structure in ceph_clientAlex Elder1-1/+1
2012-11-26ceph: check PG_Private flag before accessing page->privateYan, Zheng1-9/+12
2012-11-26ceph: use info returned by get_authorizerAlex Elder1-8/+1
2012-11-26ceph: have get_authorizer methods return pointersAlex Elder1-7/+13