summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-07-15quota: missing lock in dqcache_shrink_scan()Niu Yawei
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-15ext4: make ext4_has_inline_data() as a inline functionZheng Liu
2014-07-15ext4: remove readpage() check in ext4_mmap_file()Zhang Zhen
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o
2014-07-15ext4: rearrange initialization to fix EXT4FS_DEBUGTheodore Ts'o
2014-07-15xfs: null unused quota inodes when quota is onDave Chinner
2014-07-15xfs: refine the allocation stack switchDave Chinner
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov
2014-07-13locks: purge fl_owner_t from fs/locks.cChristoph Hellwig
2014-07-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust
2014-07-12nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson
2014-07-12nfs: change find_request to find_head_requestWeston Andros Adamson
2014-07-12nfs: nfs_page should take a ref on the head reqWeston Andros Adamson
2014-07-12nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o
2014-07-11Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-07-11f2fs: remove the unused stat_lockGu Zheng
2014-07-11f2fs: cleanup the needless return of f2fs_create_root_statsGu Zheng
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann
2014-07-10f2fs: check name_len of dir entry to prevent from deadloopChao Yu
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-10fuse: restructure ->rename2()Miklos Szeredi
2014-07-09fs: debugfs: remove trailing whitespaceRahul Bedarkar
2014-07-09kernfs: kernel-doc warning fixFabian Frederick
2014-07-09debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt
2014-07-09f2fs: use inner macro and function to clean up codesChao Yu
2014-07-09f2fs: introduce f2fs_write_failed to handle error case when writeChao Yu
2014-07-09f2fs: arguments cleanup of finding file flow functionsGu Zheng
2014-07-09f2fs: remove the needless point-castGu Zheng
2014-07-09f2fs: remove the redundant validation check of aclGu Zheng
2014-07-09f2fs: reduce region of f2fs_lock_op covered for better concurrencyChao Yu
2014-07-09f2fs: replace count*size kzalloc by kcallocFabian Frederick
2014-07-09f2fs: refactor flush_nat_entries codes for reducing NAT writesChao Yu
2014-07-09f2fs: clean up an unused parameter and assignmentJaegeuk Kim
2014-07-09f2fs: introduce f2fs_do_tmpfile for code consistencyJaegeuk Kim
2014-07-09f2fs: support ->tmpfile()Chao Yu
2014-07-09f2fs: avoid to truncate non-updated page partiallyChao Yu
2014-07-09f2fs: avoid unneeded SetPageUptodate in f2fs_write_endChao Yu
2014-07-09Merge tag 'f2fs-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-07-09f2fs: avoid to access NULL pointer in issue_flush_threadChao Yu