summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-02-27GFS2: Get a block reservation before resizing a fileBob Peterson1-0/+4
2013-02-27NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2013-02-27NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust1-0/+3
2013-02-27umount oops when remove blocklayoutdriver firstfanchaoting2-0/+2
2013-02-27ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-02-27fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo1-0/+1
2013-02-27inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2013-02-17Revert: xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endGreg Kroah-Hartman1-18/+0
2013-02-11nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2013-02-04xfs: fix periodic log flushingDave Chinner1-1/+1
2013-02-04xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner1-0/+18
2013-02-04NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2013-02-04NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust1-1/+4
2013-02-04NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2-25/+9
2013-02-04NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust1-16/+15
2013-02-04NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-02-04NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust1-13/+9
2013-02-04xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-02-04fs/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-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