Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GFS2] Add generation number | Steven Whitehouse | 2006-07-11 | 8 | -147/+149 |
* | [GFS2] Bug fix to gfs2_readpages() | Steven Whitehouse | 2006-07-10 | 1 | -5/+5 |
* | [GFS2] Remove unused code from dir.c | Steven Whitehouse | 2006-07-10 | 1 | -5/+0 |
* | [GFS2] Fixes to scanning of glocks (again) | Steven Whitehouse | 2006-07-06 | 4 | -11/+7 |
* | Merge branch 'master' | Steven Whitehouse | 2006-07-06 | 6 | -282/+300 |
|\ | |||||
| * | Merge branch 'locks' | Trond Myklebust | 2006-07-05 | 3 | -44/+79 |
| |\ | |||||
| | * | NLM,NFSv4: Wait on local locks before we put RPC calls on the wire | Trond Myklebust | 2006-07-05 | 2 | -12/+31 |
| | * | VFS: Add support for the FL_ACCESS flag to flock_lock_file() | Trond Myklebust | 2006-07-05 | 1 | -0/+5 |
| | * | NFSv4: Ensure nfs4_lock_expired() caches delegated locks | Trond Myklebust | 2006-07-05 | 1 | -3/+5 |
| | * | NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock | Trond Myklebust | 2006-07-05 | 2 | -27/+22 |
| | * | VFS: Allow caller to determine if BSD or posix locks were actually freed | Trond Myklebust | 2006-07-05 | 1 | -2/+16 |
| * | | NFS: Optimise away an excessive GETATTR call when a file is symlinked | Trond Myklebust | 2006-07-05 | 1 | -1/+3 |
| * | | NFS: Fix NFS page_state usage | Trond Myklebust | 2006-07-05 | 1 | -3/+17 |
| |/ | |||||
| * | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-07-05 | 21 | -80/+220 |
| |\ | |||||
| * \ | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-07-03 | 171 | -3505/+451 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-28 | 79 | -105/+107 |
| |\ \ \ | |||||
| * | | | | Revert "Merge branch 'odirect'" | Trond Myklebust | 2006-06-28 | 1 | -234/+201 |
* | | | | | [GFS2] Correct logic in glock scanner | Steven Whitehouse | 2006-07-05 | 1 | -2/+5 |
* | | | | | [GFS2] Add cast for printk | Steven Whitehouse | 2006-07-05 | 1 | -1/+1 |
* | | | | | [GFS2] Make GFS2 work with lock validator | Steven Whitehouse | 2006-07-05 | 1 | -1/+1 |
* | | | | | Merge branch 'master' | Steven Whitehouse | 2006-07-05 | 21 | -80/+220 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | [PATCH] uclinux: fix proc_task()/get_proc-task() naming | Greg Ungerer | 2006-07-03 | 1 | -1/+1 |
| * | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2006-07-03 | 7 | -33/+29 |
| |\ \ \ \ | |||||
| | * | | | | [JFFS2][XATTR] Fix memory leak in POSIX-ACL support | KaiGai Kohei | 2006-07-02 | 3 | -5/+4 |
| | * | | | | fs/jffs2/: make 2 functions static | Adrian Bunk | 2006-06-29 | 3 | -5/+3 |
| | * | | | | [JFFS2][XATTR] Fix xd->refcnt race condition | KaiGai Kohei | 2006-06-29 | 1 | -23/+22 |
| | |/ / / | |||||
| * | | | | [PATCH] sched: cleanup, remove task_t, convert to struct task_struct | Ingo Molnar | 2006-07-03 | 1 | -2/+2 |
| * | | | | [PATCH] lockdep: annotate blkdev nesting | Ingo Molnar | 2006-07-03 | 1 | -15/+87 |
| * | | | | [PATCH] lockdep: annotate sb ->s_umount | Arjan van de Ven | 2006-07-03 | 1 | -0/+1 |
| * | | | | [PATCH] lockdep: annotate ->s_lock | Ingo Molnar | 2006-07-03 | 1 | -2/+8 |
| * | | | | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 2006-07-03 | 4 | -4/+4 |
| * | | | | [PATCH] lockdep: annotate NTFS locking rules | Ingo Molnar | 2006-07-03 | 2 | -0/+64 |
| * | | | | [PATCH] lockdep: annotate i_mutex | Ingo Molnar | 2006-07-03 | 1 | -10/+10 |
| * | | | | [PATCH] lockdep: annotate dcache | Ingo Molnar | 2006-07-03 | 1 | -2/+2 |
| * | | | | [PATCH] lockdep: annotate direct io | Ingo Molnar | 2006-07-03 | 1 | -2/+4 |
| * | | | | [PATCH] lockdep: locking init debugging improvement | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |
| * | | | | [PATCH] binfmt_elf: fix checks for bad address | Chuck Ebbert | 2006-07-03 | 1 | -8/+7 |
| | |_|/ | |/| | | |||||
* | | | | [GFS2] Fix locking for Direct I/O reads | Steven Whitehouse | 2006-07-05 | 1 | -3/+7 |
* | | | | [GFS2] Mark file_operations const | Steven Whitehouse | 2006-07-03 | 2 | -4/+4 |
* | | | | [GFS2] Make our address_space_operations const | Steven Whitehouse | 2006-07-03 | 3 | -3/+3 |
* | | | | [GFS2] API change for gfs2_statfs | Steven Whitehouse | 2006-07-03 | 1 | -1/+2 |
* | | | | [patch 1/1] gfs2: get_sb_dev() fix | Andrew Morton | 2006-07-03 | 1 | -4/+3 |
* | | | | [GFS2] Remove dependance on tty_write_message() | Steven Whitehouse | 2006-07-03 | 1 | -19/+4 |
* | | | | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steven Whitehouse | 2006-07-03 | 523 | -19366/+18972 |
|\ \ \ \ | |/ / / | |||||
| * | | | [PATCH] nfs: non-procfs build fix | Dominik Hackl | 2006-07-02 | 1 | -2/+2 |
| * | | | [PATCH] reiserfs: update ctime and mtime on expanding truncate | Vladimir Saveliev | 2006-07-01 | 1 | -0/+5 |
| * | | | [PATCH] ufs: truncate should allocate block for last byte | Evgeniy Dushistov | 2006-07-01 | 6 | -65/+204 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-30 | 129 | -147/+21 |
| |\ \ \ | |||||
| | * | | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 124 | -124/+0 |
| | * | | | v9fs: do not include linux/version.h | Paul Collins | 2006-06-30 | 2 | -2/+0 |