summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-17vfs: add missing virtual cache flush after editing partial pagesLinus Torvalds1-0/+1
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: release buffer in failed path in dx_probe()Guo Chao1-1/+1
2013-01-17ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
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-17pstore/ram: Fix undefined usage of rounddown_pow_of_two(0)Maxime Bizon1-4/+8
2013-01-11cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton1-4/+15
2013-01-11cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void returnJeff Layton1-24/+18
2013-01-11proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2013-01-11cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2013-01-11cifs: move check for NULL socket into smb_send_rqstJeff Layton1-3/+3
2013-01-11fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2013-01-11xfs: fix stray dquot unlock when reclaiming dquotsDave Chinner1-8/+7
2013-01-11xfs: fix direct IO nested transaction deadlock.Dave Chinner2-53/+31
2013-01-11tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2013-01-11SMB3 mounts fail with access denied to some serversSteve French1-1/+1
2013-01-11vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2013-01-11nfs: avoid dereferencing null pointer in initiate_bulk_drainingNickolai Zeldovich1-1/+1
2013-01-11NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2-6/+14
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-11pnfs: Increase the refcount when LAYOUTGET fails the first timeYanchuan Nian1-1/+1
2013-01-11NFS: Fix access to suid/sgid executablesWeston Andros Adamson2-13/+21
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: Don't use SetPageError in the NFS writeback codeTrond Myklebust1-1/+0
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: don't zero out the rest of the page if we hit the EOF on a DIO READJeff Layton1-8/+0
2013-01-11NFSv4: Check for buffer length in __nfs4_get_acl_uncachedSven Wegener1-1/+6
2013-01-11nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton1-1/+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