summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-18GFS2: Only wait for demote when last holder is dequeuedBob Peterson1-1/+3
2014-07-18timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3Cyrill Gorcunov1-0/+37
2014-07-18timerfd: Implement show_fdinfo methodCyrill Gorcunov1-1/+33
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-0/+2
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown4-4/+4
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown25-154/+37
2014-07-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+2
2014-07-16f2fs: reduce searching region of segmap when free sectionChao Yu1-2/+2
2014-07-16quota: missing lock in dqcache_shrink_scan()Niu Yawei1-0/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-53/+69
2014-07-15ext4: make ext4_has_inline_data() as a inline functionZheng Liu2-7/+6
2014-07-15ext4: remove readpage() check in ext4_mmap_file()Zhang Zhen1-4/+0
2014-07-15ext4: fix punch hole on files with indirect mappingLukas Czerner3-82/+205
2014-07-15ext4: remove metadata reservation checksTheodore Ts'o5-141/+7
2014-07-15ext4: rearrange initialization to fix EXT4FS_DEBUGTheodore Ts'o1-49/+39
2014-07-15xfs: null unused quota inodes when quota is onDave Chinner1-4/+21
2014-07-15xfs: refine the allocation stack switchDave Chinner6-62/+90
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Dave Chinner2-20/+9
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersBenjamin LaHaise1-0/+7
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov1-1/+3
2014-07-14locks: purge fl_owner_t from fs/locks.cChristoph Hellwig1-13/+13
2014-07-14Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-45/+44
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust1-1/+1
2014-07-13NFS: Remove 2 unused variablesTrond Myklebust2-4/+0
2014-07-13nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson1-20/+21
2014-07-13nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson3-25/+235
2014-07-13nfs: change find_request to find_head_requestWeston Andros Adamson1-9/+24
2014-07-13nfs: nfs_page should take a ref on the head reqWeston Andros Adamson1-0/+10
2014-07-13nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2-3/+9
2014-07-13ext4: fix potential null pointer dereference in ext4_free_inodeNamjae Jeon1-1/+1
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Theodore Ts'o1-2/+2
2014-07-12Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-07-12f2fs: remove the unused stat_lockGu Zheng1-1/+0
2014-07-12f2fs: cleanup the needless return of f2fs_create_root_statsGu Zheng1-12/+5
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o1-27/+24
2014-07-11Bluetooth: Move HCI socket definitions into its own header fileMarcel Holtmann1-1/+1
2014-07-11f2fs: check name_len of dir entry to prevent from deadloopChao Yu1-0/+7
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+30
2014-07-10fuse: restructure ->rename2()Miklos Szeredi1-14/+20
2014-07-10fs: debugfs: remove trailing whitespaceRahul Bedarkar2-4/+4
2014-07-10kernfs: kernel-doc warning fixFabian Frederick1-1/+1
2014-07-10debugfs: Fix corrupted loop in debugfs_remove_recursiveSteven Rostedt1-7/+26
2014-07-10f2fs: use inner macro and function to clean up codesChao Yu3-11/+8
2014-07-10f2fs: introduce f2fs_write_failed to handle error case when writeChao Yu1-11/+31
2014-07-10f2fs: arguments cleanup of finding file flow functionsGu Zheng3-17/+17
2014-07-10f2fs: remove the needless point-castGu Zheng1-11/+8
2014-07-10f2fs: remove the redundant validation check of aclGu Zheng1-6/+0
2014-07-10f2fs: reduce region of f2fs_lock_op covered for better concurrencyChao Yu1-4/+8
2014-07-10f2fs: replace count*size kzalloc by kcallocFabian Frederick1-1/+1