summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [PATCH] NOMMU: Fix execution off of ramfs with mmap()David Howells2006-07-101-2/+2
| * | | | [PATCH] FDPIC: Fix FDPIC compile errorsDavid Howells2006-07-101-0/+1
| * | | | [PATCH] mmap zero-length hugetlb file with PROT_NONE to protect a hugetlb vir...Zhang, Yanmin2006-07-101-3/+1
| * | | | [PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-1/+1
| * | | | [PATCH] partitions: let partitions inherit policy from diskPeter Oberparleiter2006-07-101-0/+1
| * | | | [PATCH] reiserfs: fix journaling issue regarding fsync()Hisashi Hifumi2006-07-101-1/+5
| |/ / /
* | | | [DLM] dlm: user locksDavid Teigland2006-07-1313-1260/+1192
* | | | [GFS2] NFS updateWendy Cheng2006-07-132-12/+24
* | | | [GFS2] Fix a coupls of warnings in dir.cSteven Whitehouse2006-07-111-2/+2
* | | | [PATCH] patch to init di_payload_format field in gfs2_dinodeAbhijith Das2006-07-111-0/+1
* | | | [GFS2] Fix deadlock in memory allocationSteven Whitehouse2006-07-111-1/+1
* | | | [GFS2] Add generation numberSteven Whitehouse2006-07-118-147/+149
* | | | [GFS2] Bug fix to gfs2_readpages()Steven Whitehouse2006-07-101-5/+5
* | | | [GFS2] Remove unused code from dir.cSteven Whitehouse2006-07-101-5/+0
* | | | [GFS2] Fixes to scanning of glocks (again)Steven Whitehouse2006-07-064-11/+7
* | | | Merge branch 'master'Steven Whitehouse2006-07-066-282/+300
|\| | |
| * | | Merge branch 'locks'Trond Myklebust2006-07-053-44/+79
| |\ \ \
| | * | | NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust2006-07-052-12/+31
| | * | | VFS: Add support for the FL_ACCESS flag to flock_lock_file()Trond Myklebust2006-07-051-0/+5
| | * | | NFSv4: Ensure nfs4_lock_expired() caches delegated locksTrond Myklebust2006-07-051-3/+5
| | * | | NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust2006-07-052-27/+22
| | * | | VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust2006-07-051-2/+16
| * | | | NFS: Optimise away an excessive GETATTR call when a file is symlinkedTrond Myklebust2006-07-051-1/+3
| * | | | NFS: Fix NFS page_state usageTrond Myklebust2006-07-051-3/+17
| |/ / /
| * | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-07-0521-80/+220
| |\ \ \
| * \ \ \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-07-03171-3505/+451
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-2979-105/+107
| |\ \ \ \ \
| * | | | | | Revert "Merge branch 'odirect'"Trond Myklebust2006-06-281-234/+201
* | | | | | | [GFS2] Correct logic in glock scannerSteven Whitehouse2006-07-051-2/+5
* | | | | | | [GFS2] Add cast for printkSteven Whitehouse2006-07-051-1/+1
* | | | | | | [GFS2] Make GFS2 work with lock validatorSteven Whitehouse2006-07-051-1/+1
* | | | | | | Merge branch 'master'Steven Whitehouse2006-07-0521-80/+220
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | [PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer2006-07-041-1/+1
| * | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-07-047-33/+29
| |\ \ \ \ \ \
| | * | | | | | [JFFS2][XATTR] Fix memory leak in POSIX-ACL supportKaiGai Kohei2006-07-023-5/+4
| | * | | | | | fs/jffs2/: make 2 functions staticAdrian Bunk2006-06-303-5/+3
| | * | | | | | [JFFS2][XATTR] Fix xd->refcnt race conditionKaiGai Kohei2006-06-291-23/+22
| | |/ / / / /
| * | | | | | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-041-2/+2
| * | | | | | [PATCH] lockdep: annotate blkdev nestingIngo Molnar2006-07-041-15/+87
| * | | | | | [PATCH] lockdep: annotate sb ->s_umountArjan van de Ven2006-07-041-0/+1
| * | | | | | [PATCH] lockdep: annotate ->s_lockIngo Molnar2006-07-041-2/+8
| * | | | | | [PATCH] lockdep: annotate the quota codeArjan van de Ven2006-07-044-4/+4
| * | | | | | [PATCH] lockdep: annotate NTFS locking rulesIngo Molnar2006-07-042-0/+64
| * | | | | | [PATCH] lockdep: annotate i_mutexIngo Molnar2006-07-041-10/+10
| * | | | | | [PATCH] lockdep: annotate dcacheIngo Molnar2006-07-041-2/+2
| * | | | | | [PATCH] lockdep: annotate direct ioIngo Molnar2006-07-041-2/+4
| * | | | | | [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-041-1/+1
| * | | | | | [PATCH] binfmt_elf: fix checks for bad addressChuck Ebbert2006-07-041-8/+7
| | |_|/ / / | |/| | | |
* | | | | | [GFS2] Fix locking for Direct I/O readsSteven Whitehouse2006-07-051-3/+7
* | | | | | [GFS2] Mark file_operations constSteven Whitehouse2006-07-032-4/+4