summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-08-06mm: softdirty: respect VM_SOFTDIRTY in PTE holesPeter Feiner
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini
2014-08-06fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-06ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed
2014-08-06ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei
2014-08-06ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie
2014-08-06fs/squashfs/super.c: logging cleanupFabian Frederick
2014-08-06fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-08-06ntfs: kernel-doc warning fixesFabian Frederick
2014-08-06fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick
2014-08-06fanotify: fix double free of pending permission eventsJan Kara
2014-08-06fsnotify: rename event handling functionsJan Kara
2014-08-06fs/fscache: make ctl_table staticFabian Frederick
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-05reiserfs: fix corruption introduced by balance_leaf refactorJeff Mahoney
2014-08-05nfsd: add some comments to the nfsd4 object definitionsJeff Layton
2014-08-05nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappersJeff Layton
2014-08-05Add worker function to set allocation sizeSteve French
2014-08-05nfsd: remove nfs4_lock_state: nfs4_state_shutdown_netJeff Layton
2014-08-05nfsd: remove nfs4_lock_state: nfs4_laundromatJeff Layton
2014-08-05nfsd: Remove nfs4_lock_state(): reclaim_complete()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renewTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_closeTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()Trond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_release_lockownerTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateidTrond Myklebust
2014-08-05nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()Trond Myklebust
2014-08-05nfsd: remove old fault injection infrastructureJeff Layton
2014-08-05nfsd: add more granular locking to *_delegations fault injectorsJeff Layton
2014-08-05nfsd: add more granular locking to forget_openowners fault injectorJeff Layton
2014-08-05nfsd: add more granular locking to forget_locks fault injectorJeff Layton
2014-08-05nfsd: add a list_head arg to nfsd_foreach_client_lockJeff Layton
2014-08-05nfsd: add nfsd_inject_forget_clientsJeff Layton
2014-08-05nfsd: add a forget_client set_clnt routineJeff Layton
2014-08-05nfsd: add a forget_clients "get" routine with proper lockingJeff Layton
2014-08-05nfsd: abstract out the get and set routines into the fault injection opsJeff Layton
2014-08-05nfsd: protect clid and verifier generation with client_lockJeff Layton
2014-08-05nfsd: don't destroy clients that are busyJeff Layton
2014-08-05NFSD: Put the reference of nfs4_file when freeing stidKinglong Mee
2014-08-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-08-04Merge tag 'for-f2fs-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04nfs: reject changes to resvport and sharecache during remountScott Mayhew
2014-08-04NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired errorKinglong Mee