Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. | Rakib Mullick | 2011-03-28 | 1 | -5/+5 | |
| * | | | | | ocfs2/dlm: Move kmalloc() outside the spinlock | Sunil Mushran | 2011-02-22 | 1 | -12/+16 | |
| * | | | | | Ocfs2: Using macro to set/clear *FILLED* flags in info handler. | Tristan Ye | 2011-02-20 | 1 | -8/+30 | |
| * | | | | | ocfs2: optimize ocfs2_check_dir_entry() with unlikely() annotations | Tao Ma | 2011-02-20 | 1 | -5/+7 | |
| * | | | | | ocfs2: Use hrtimer to track ocfs2 fs lock stats | Sunil Mushran | 2011-02-20 | 2 | -56/+64 | |
* | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-03-28 | 3 | -13/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | NFS: Don't leak RPC clients in NFSv4 secinfo negotiation | Trond Myklebust | 2011-03-27 | 1 | -1/+3 | |
| * | | | | | | NFS: Fix a hang in the writeback path | Trond Myklebust | 2011-03-27 | 2 | -12/+5 | |
* | | | | | | | Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-03-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 2011-03-25 | 502 | -9389/+13303 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | jffs2: remove a trailing white space in commentaries | Tracey Dent | 2011-03-11 | 1 | -1/+1 | |
* | | | | | | | | | fs: fix inode.c kernel-doc warning | Randy Dunlap | 2011-03-27 | 1 | -1/+1 | |
* | | | | | | | | | proc: fix oops on invalid /proc/<pid>/maps access | Linus Torvalds | 2011-03-27 | 1 | -1/+2 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | codafs: fix build break when CONFIG_PROC_SYSCTL=n | Rakib Mullick | 2011-03-25 | 1 | -0/+9 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2011-03-25 | 19 | -252/+1600 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'nfs-for-2.6.39' into nfs-for-next | Trond Myklebust | 2011-03-24 | 16 | -190/+1190 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO | Weston Andros Adamson | 2011-03-24 | 6 | -84/+226 | |
| | * | | | | | | | NFSv4.1 convert layoutcommit sync to boolean | Andy Adamson | 2011-03-24 | 6 | -10/+12 | |
| | * | | | | | | | NFSv4.1 pnfs_layoutcommit_inode fixes | Andy Adamson | 2011-03-24 | 1 | -11/+19 | |
| | * | | | | | | | NFSv4.1 remove temp code that prevented ds commits | Fred Isaman | 2011-03-23 | 1 | -4/+0 | |
| | * | | | | | | | NFSv4.1: layoutcommit | Andy Adamson | 2011-03-23 | 8 | -2/+362 | |
| | * | | | | | | | NFSv4.1: filelayout driver specific code for COMMIT | Fred Isaman | 2011-03-23 | 5 | -7/+265 | |
| | * | | | | | | | NFSv4.1: remove GETATTR from ds commits | Fred Isaman | 2011-03-23 | 3 | -7/+16 | |
| | * | | | | | | | NFSv4.1: add generic layer hooks for pnfs COMMIT | Fred Isaman | 2011-03-23 | 3 | -17/+102 | |
| | * | | | | | | | NFSv4.1: alloc and free commit_buckets | Fred Isaman | 2011-03-23 | 2 | -0/+24 | |
| | * | | | | | | | NFSv4.1: shift filelayout_free_lseg | Fred Isaman | 2011-03-23 | 1 | -10/+10 | |
| | * | | | | | | | NFSv4.1: pull out code from nfs_commit_release | Fred Isaman | 2011-03-23 | 1 | -3/+9 | |
| | * | | | | | | | NFSv4.1: pull error handling out of nfs_commit_list | Fred Isaman | 2011-03-23 | 1 | -10/+16 | |
| | * | | | | | | | NFSv4.1: add callback to nfs4_commit_done | Fred Isaman | 2011-03-23 | 1 | -4/+10 | |
| | * | | | | | | | NFSv4.1: rearrange nfs_commit_rpcsetup | Fred Isaman | 2011-03-23 | 1 | -27/+33 | |
| | * | | | | | | | NFSv4.1: don't send COMMIT to ds for data sync writes | Fred Isaman | 2011-03-23 | 1 | -1/+4 | |
| | * | | | | | | | NFS: Detect loops in a readdir due to bad cookies | Bryan Schumaker | 2011-03-23 | 1 | -1/+27 | |
| | * | | | | | | | NFS: Create nfs_open_dir_context | Bryan Schumaker | 2011-03-23 | 2 | -8/+47 | |
| | * | | | | | | | NFS: Ensure that we update the readdir filp->f_pos correctly | Trond Myklebust | 2011-03-23 | 1 | -1/+2 | |
| | * | | | | | | | Remove pointless memset in nfsacl_encode() | Jesper Juhl | 2011-03-22 | 1 | -1/+0 | |
| | * | | | | | | | nfs4: Fix NULL dereference at d_alloc_and_lookup() | Gusev Vitaliy | 2011-03-22 | 1 | -0/+4 | |
| | * | | | | | | | NFS: Fix a hang/infinite loop in nfs_wb_page() | Trond Myklebust | 2011-03-21 | 1 | -12/+19 | |
| | * | | | | | | | FS: Use stable writes when not doing a bulk flush | Trond Myklebust | 2011-03-21 | 2 | -3/+16 | |
| * | | | | | | | | NFS: Determine initial mount security | Bryan Schumaker | 2011-03-24 | 1 | -2/+31 | |
| * | | | | | | | | NFS: use secinfo when crossing mountpoints | Bryan Schumaker | 2011-03-24 | 5 | -11/+142 | |
| * | | | | | | | | NFS: Add secinfo procedure | Bryan Schumaker | 2011-03-24 | 2 | -0/+170 | |
| * | | | | | | | | NFS: lookup supports alternate client | Bryan Schumaker | 2011-03-24 | 7 | -48/+59 | |
| * | | | | | | | | NFS: convert call_sync() to a function | Bryan Schumaker | 2011-03-24 | 1 | -23/+30 | |
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2011-03-25 | 15 | -348/+450 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ext4: fix a BUG in mb_mark_used during trim. | Tao Ma | 2011-03-23 | 1 | -3/+8 | |
| * | | | | | | | | ext4: unused variables cleanup in fs/ext4/extents.c | Sergey Senozhatsky | 2011-03-23 | 1 | -4/+1 | |
| * | | | | | | | | ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() | Feng Tang | 2011-03-23 | 1 | -1/+0 | |
| * | | | | | | | | ext4: add more tracepoints and use dev_t in the trace buffer | Jiaying Zhang | 2011-03-21 | 6 | -9/+49 | |
| * | | | | | | | | ext4: don't kfree uninitialized s_group_info members | Eric Sandeen | 2011-03-21 | 1 | -1/+1 | |
| * | | | | | | | | ext4: add missing space in printk's in __ext4_grp_locked_error() | Robin Dong | 2011-03-21 | 1 | -1/+1 |